diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz deleted file mode 100644 index 009d266..0000000 Binary files a/1.2.1.tar.gz and /dev/null differ diff --git a/freezegun-1.2.2.tar.gz b/freezegun-1.2.2.tar.gz new file mode 100644 index 0000000..17487fc Binary files /dev/null and b/freezegun-1.2.2.tar.gz differ diff --git a/python-freezegun.spec b/python-freezegun.spec index 106a30f..b520288 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-freezegun -Version: 1.2.1 +Version: 1.2.2 Release: 1 Summary: Let your Python tests travel through time License: Apache-2.0 -URL: https://github.com/spulec/freezegun -Source0: https://github.com/spulec/freezegun/archive/refs/tags/%{version}.tar.gz +URL: https://pypi.io/project/freezegun +Source0: %{pypi_source freezegun} BuildArch: noarch %description Simulate the datetime module with the python-freezegun library, allowing your python @@ -61,13 +61,8 @@ fi if [ -d usr/sbin ]; then 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 -fi popd mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . %check %{__python3} setup.py test @@ -76,10 +71,10 @@ mv %{buildroot}/doclist.lst . %files -n python3-freezegun -f filelist.lst %dir %{python3_sitelib}/* -%files help -f doclist.lst -%{_docdir}/* - %changelog +* Tue May 30 2023 chenchen - 1.2.2-1 +- Upgrade to 1.2.2 + * Thu Jul 07 2022 xu_ping - 1.2.1-1 - Update to 1.2.1