!13 Update package to version 5.2.2

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-04-11 08:40:39 +00:00 committed by Gitee
commit 2a1865781a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,11 @@
%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
@ -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 <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
- 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.