Upgrade to 1.2.2

This commit is contained in:
chen-jan 2023-05-30 14:49:52 +08:00
parent f9146b2bc7
commit 746d892498
3 changed files with 6 additions and 11 deletions

Binary file not shown.

BIN
freezegun-1.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -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 <chen_aka_jan@163.com> - 1.2.2-1
- Upgrade to 1.2.2
* Thu Jul 07 2022 xu_ping <xuping33@h-partners.com> - 1.2.1-1
- Update to 1.2.1