diff --git a/python-tempora.spec b/python-tempora.spec index dc1c144678fe2ced713c9890bfc8ee133ccd4e68..d658c68b08fdf0edbc95a94c3e74733b9e307199 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.0.2 -Release: 2 +Version: 5.1.0 +Release: 1 Summary: Objects and routines pertaining to date and time (tempora) License: MIT URL: https://github.com/jaraco/tempora -Source0: https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -43,7 +43,7 @@ Provides: python3-tempora-doc Objects and routines pertaining to date and time (tempora). %prep -%autosetup -n tempora-5.0.2 +%autosetup -n tempora-5.1.0 %patch0 %build @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 13 2022 wenzhiwei - 5.1.0-1 +- update to 5.1.0 + * Mon Oct 17 2022 liqiuyu - 5.0.2-2 - Fix the problem of incomplete providers diff --git a/tempora-5.0.2.tar.gz b/tempora-5.0.2.tar.gz deleted file mode 100644 index 24d812acd231de75dfe60f39ecc0a4e86a0e87a2..0000000000000000000000000000000000000000 Binary files a/tempora-5.0.2.tar.gz and /dev/null differ diff --git a/tempora-5.1.0.tar.gz b/tempora-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ce49134d3e4bb099c44e2648b11545bc6b4bb97e Binary files /dev/null and b/tempora-5.1.0.tar.gz differ