diff --git a/python-tempora.spec b/python-tempora.spec index e5513a3992962765ce4b7e456d87ccb23554b457..a44f91bf6bf0a9501827afd52769c5975d86485d 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,17 +1,17 @@ -%define anolis_release 2 +%define anolis_release 1 # Created by pyp2rpm-3.3.2 %global pypi_name tempora Name: python-%{pypi_name} -Version: 5.2.1 +Version: 5.7.0 Release: %{anolis_release}%{dist} Summary: Objects and routines pertaining to date and time (tempora) License: MIT URL: https://github.com/jaraco/tempora -Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.7.0.tar.gz BuildArch: noarch %description @@ -34,6 +34,7 @@ BuildRequires: python3dist(wheel) BuildConflicts: python3dist(pytest) = 3.7.3 BuildRequires: python3dist(pytest) >= 3.4 BuildRequires: python3-more-itertools +BuildRequires: python3dist(build) %{?python_provide:%python_provide python3-%{pypi_name}} @@ -71,6 +72,10 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %doc README.rst %changelog +* Wed Aug 27 2025 wenyuzifang - 5.7.0-1 +- Updated to version 5.7.0 to fix xxxxxxxxxx + + * Tue Mar 26 2024 Zhao Hang - 5.2.1-2 - Rebuild with python3.11 diff --git a/tempora-5.2.1.tar.gz b/tempora-5.2.1.tar.gz deleted file mode 100644 index 9c335c08266ee949f36fd8de315685b6731af49f..0000000000000000000000000000000000000000 Binary files a/tempora-5.2.1.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