diff --git a/python-tempora.spec b/python-tempora.spec index d658c68b08fdf0edbc95a94c3e74733b9e307199..b0a761d0326518ad3d77bf1b0874333a0dea8f3f 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.1.0 +Version: 5.2.1 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/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.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.1.0 +%autosetup -n tempora-5.2.1 %patch0 %build @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Feb 7 2023 wubijie - 5.2.1-1 +- update to 5.2.1 + * Tue Dec 13 2022 wenzhiwei - 5.1.0-1 - update to 5.1.0 diff --git a/tempora-5.1.0.tar.gz b/tempora-5.1.0.tar.gz deleted file mode 100644 index ce49134d3e4bb099c44e2648b11545bc6b4bb97e..0000000000000000000000000000000000000000 Binary files a/tempora-5.1.0.tar.gz and /dev/null differ diff --git a/tempora-5.2.1.tar.gz b/tempora-5.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9c335c08266ee949f36fd8de315685b6731af49f Binary files /dev/null and b/tempora-5.2.1.tar.gz differ