From 5073345844b739df3cbc8fefa2d12050b1acebde Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 21:21:25 +0000 Subject: automatic import of python-weather-command --- python-weather-command.spec | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'python-weather-command.spec') diff --git a/python-weather-command.spec b/python-weather-command.spec index 255a8a8..f31ed03 100644 --- a/python-weather-command.spec +++ b/python-weather-command.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-weather-command -Version: 6.1.0 +Version: 6.1.1 Release: 1 Summary: Command line weather app License: MIT URL: https://github.com/sanders41/weather-command -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/2c/77e9f8eead5d60a7e5fa6861b6d18021751e6b4337f02b63e097e7612892/weather_command-6.1.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/37/f1/a106eee0b76f24a5c923bc1611d1552b4b1171f64acc11009e45534e16f2/weather_command-6.1.1.tar.gz BuildArch: noarch Requires: python3-rich @@ -77,27 +77,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather -![Current weather](./assets/current.png) +![Current weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current.png) - Current Weather Temp Only -![Current weather temp only](./assets/current_temp_only.png) +![Current weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current_temp_only.png) - Daily Weather -![Daily weather](./assets/daily.png) +![Daily weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily.png) - Daily Weather Temp Only -![Daily weather temp only](./assets/daily_temp_only.png) +![Daily weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily_temp_only.png) - Hourly Weather -![Hourly weather](./assets/hourly.png) +![Hourly weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly.png) - Hourly Weather Temp Only -![Hourl weather temp only](./assets/hourly_temp_only.png) +![Hourl weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly_temp_only.png) ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -177,27 +177,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather -![Current weather](./assets/current.png) +![Current weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current.png) - Current Weather Temp Only -![Current weather temp only](./assets/current_temp_only.png) +![Current weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current_temp_only.png) - Daily Weather -![Daily weather](./assets/daily.png) +![Daily weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily.png) - Daily Weather Temp Only -![Daily weather temp only](./assets/daily_temp_only.png) +![Daily weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily_temp_only.png) - Hourly Weather -![Hourly weather](./assets/hourly.png) +![Hourly weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly.png) - Hourly Weather Temp Only -![Hourl weather temp only](./assets/hourly_temp_only.png) +![Hourl weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly_temp_only.png) ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -274,27 +274,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather -![Current weather](./assets/current.png) +![Current weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current.png) - Current Weather Temp Only -![Current weather temp only](./assets/current_temp_only.png) +![Current weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/current_temp_only.png) - Daily Weather -![Daily weather](./assets/daily.png) +![Daily weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily.png) - Daily Weather Temp Only -![Daily weather temp only](./assets/daily_temp_only.png) +![Daily weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/daily_temp_only.png) - Hourly Weather -![Hourly weather](./assets/hourly.png) +![Hourly weather](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly.png) - Hourly Weather Temp Only -![Hourl weather temp only](./assets/hourly_temp_only.png) +![Hourl weather temp only](https://raw.githubusercontent.com/sanders41/weather-command/main/assets/hourly_temp_only.png) ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -308,7 +308,7 @@ Contributions to this project are welcome. If you are interesting in contributin %prep -%autosetup -n weather-command-6.1.0 +%autosetup -n weather_command-6.1.1 %build %py3_build @@ -322,20 +322,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -348,5 +348,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 6.1.0-1 +* Thu Jun 08 2023 Python_Bot - 6.1.1-1 - Package Spec generated -- cgit v1.2.3