diff --git a/python-tempora.spec b/python-tempora.spec index deee8c3f0b4b99da12e8bcbade76d08a83354660..b963bcba668ee2fdc757d6be0abf4a24d7c53956 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.7.0 +Version: 5.8.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/5d/52/b4ff0ca21695a4f8ac0f158d884587b5eba08b0e95356b0ea210e00446ac/tempora-5.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/24/64/a255efe5edd367d12b770b3514194efdc1c97e5ed6ce6e8105d834750dfc/tempora-5.8.1.tar.gz BuildArch: noarch Requires: python3-pytz @@ -62,6 +62,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 11 2025 Ge Wang - 5.8.1-1 +- Update package to version 5.8.1 + - Drop support for Python 3.8 + * Mon Aug 5 2024 dongjiao - 5.7.0-1 - Update package to version 5.7.0 - Add a tzinfos mapping and parse method diff --git a/tempora-5.7.0.tar.gz b/tempora-5.7.0.tar.gz deleted file mode 100644 index 290dcdb4c8dfb92f9c50c91c8ad5c9c7c58f9f31..0000000000000000000000000000000000000000 Binary files a/tempora-5.7.0.tar.gz and /dev/null differ diff --git a/tempora-5.8.1.tar.gz b/tempora-5.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6e598721c4888b1b7fc900aa1bf109592c90ea80 Binary files /dev/null and b/tempora-5.8.1.tar.gz differ