diff --git a/python-tempora.spec b/python-tempora.spec index cbc10e6514450d1ac6c5b1cdb4504caa31545f63..eaf70facc90fe071d9c70dfd1db6d132940be771 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,21 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora -Version: 5.2.1 -Release: 2 +Version: 5.2.2 +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/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch -Requires: python3-pytz +Requires: python3-pytz Requires: python3-sphinx Requires: python3-pytest Requires: python3-pytest-checkdocs Requires: python3-pytest-flake8 Requires: python3-pytest-cov -Requires: python3-pytest-enabler +Requires: python3-pytest-enabler Requires: python3-freezegun Requires: python3-pytest-freezegun Requires: python3-types-freezegun @@ -28,7 +28,7 @@ Objects and routines pertaining to date and time (tempora). %package -n python3-tempora Summary: Objects and routines pertaining to date and time (tempora) -Provides: python-tempora +Provides: python-tempora = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm @@ -43,7 +43,7 @@ Provides: python3-tempora-doc Objects and routines pertaining to date and time (tempora). %prep -%autosetup -n tempora-5.2.1 -p1 +%autosetup -n tempora-%{version} -p1 %build %py3_build @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 11 2023 jiangxinyu - 5.2.2-1 +- Update package to version 5.2.2 + * Mon Feb 27 2023 yaoxin - 5.2.1-2 - Fix installation conflicts between python3-tempora and python3-jaraco-classes 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.2.2.tar.gz b/tempora-5.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..530e5e663066be251aca399d4ecb816b31165e55 Binary files /dev/null and b/tempora-5.2.2.tar.gz differ