Update package to version 5.2.2

This commit is contained in:
jxy_git 2023-04-11 15:07:32 +08:00
parent d5ca8c8de4
commit 80b89b2533
3 changed files with 10 additions and 7 deletions

View File

@ -1,21 +1,21 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-tempora Name: python-tempora
Version: 5.2.1 Version: 5.2.2
Release: 2 Release: 1
Summary: Objects and routines pertaining to date and time (tempora) Summary: Objects and routines pertaining to date and time (tempora)
License: MIT License: MIT
URL: https://github.com/jaraco/tempora 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 Patch0: 0001-add-setup.py.patch
BuildArch: noarch BuildArch: noarch
Requires: python3-pytz Requires: python3-pytz
Requires: python3-sphinx Requires: python3-sphinx
Requires: python3-pytest Requires: python3-pytest
Requires: python3-pytest-checkdocs Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8 Requires: python3-pytest-flake8
Requires: python3-pytest-cov Requires: python3-pytest-cov
Requires: python3-pytest-enabler Requires: python3-pytest-enabler
Requires: python3-freezegun Requires: python3-freezegun
Requires: python3-pytest-freezegun Requires: python3-pytest-freezegun
Requires: python3-types-freezegun Requires: python3-types-freezegun
@ -28,7 +28,7 @@ Objects and routines pertaining to date and time (tempora).
%package -n python3-tempora %package -n python3-tempora
Summary: Objects and routines pertaining to date and time (tempora) Summary: Objects and routines pertaining to date and time (tempora)
Provides: python-tempora Provides: python-tempora = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
@ -43,7 +43,7 @@ Provides: python3-tempora-doc
Objects and routines pertaining to date and time (tempora). Objects and routines pertaining to date and time (tempora).
%prep %prep
%autosetup -n tempora-5.2.1 -p1 %autosetup -n tempora-%{version} -p1
%build %build
%py3_build %py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Apr 11 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.2.2-1
- Update package to version 5.2.2
* Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 5.2.1-2 * Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 5.2.1-2
- Fix installation conflicts between python3-tempora and python3-jaraco-classes - Fix installation conflicts between python3-tempora and python3-jaraco-classes

Binary file not shown.

BIN
tempora-5.2.2.tar.gz Normal file

Binary file not shown.