!8 Fix the problem of incomplete providers
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
c6e3e140f0
@ -1,9 +1,9 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-tempora
|
||||
Version: 5.0.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Objects and routines pertaining to date and time (tempora)
|
||||
License: MIT License
|
||||
License: MIT
|
||||
URL: https://github.com/jaraco/tempora
|
||||
Source0: https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz
|
||||
Patch0: 0001-add-setup.py.patch
|
||||
@ -31,6 +31,8 @@ Summary: Objects and routines pertaining to date and time (tempora)
|
||||
Provides: python-tempora
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-toml
|
||||
%description -n python3-tempora
|
||||
Objects and routines pertaining to date and time (tempora).
|
||||
|
||||
@ -82,6 +84,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.0.2-2
|
||||
- Fix the problem of incomplete providers
|
||||
|
||||
* Mon Aug 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.0.2-1
|
||||
- update to 5.0.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user