!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:
commit
2a1865781a
@ -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 <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
BIN
tempora-5.2.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user