diff --git a/python-tempora.spec b/python-tempora.spec index 6e42cba7f02f30d7036dfd208cc9256ffbbc138e..03f70b9d3df9d72dea3f876e5d9d0d8d00815f16 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.2.2 -Release: 2 +Version: 5.5.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/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz BuildArch: noarch Requires: python3-pytz @@ -62,6 +62,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jul 11 2023 niuyaru - 5.5.0-1 +- Update package to version 5.5.0 + * Thu Apr 27 2023 jiangxinyu - 5.2.2-2 - Use pyproject to compile package diff --git a/tempora-5.2.2.tar.gz b/tempora-5.2.2.tar.gz deleted file mode 100644 index 530e5e663066be251aca399d4ecb816b31165e55..0000000000000000000000000000000000000000 Binary files a/tempora-5.2.2.tar.gz and /dev/null differ diff --git a/tempora-5.5.0.tar.gz b/tempora-5.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..39954b3114340b96035bcbebc8f2bc15f0c4bc30 Binary files /dev/null and b/tempora-5.5.0.tar.gz differ