diff --git a/python-tempora.spec b/python-tempora.spec index 03f70b9d3df9d72dea3f876e5d9d0d8d00815f16..deee8c3f0b4b99da12e8bcbade76d08a83354660 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.5.0 +Version: 5.7.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/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/52/b4ff0ca21695a4f8ac0f158d884587b5eba08b0e95356b0ea210e00446ac/tempora-5.7.0.tar.gz BuildArch: noarch Requires: python3-pytz @@ -62,6 +62,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 5 2024 dongjiao - 5.7.0-1 +- Update package to version 5.7.0 + - Add a tzinfos mapping and parse method + - Removed dependency on pytz + * Tue Jul 11 2023 niuyaru - 5.5.0-1 - Update package to version 5.5.0 diff --git a/tempora-5.5.0.tar.gz b/tempora-5.5.0.tar.gz deleted file mode 100644 index 39954b3114340b96035bcbebc8f2bc15f0c4bc30..0000000000000000000000000000000000000000 Binary files a/tempora-5.5.0.tar.gz and /dev/null differ diff --git a/tempora-5.7.0.tar.gz b/tempora-5.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..290dcdb4c8dfb92f9c50c91c8ad5c9c7c58f9f31 Binary files /dev/null and b/tempora-5.7.0.tar.gz differ