Fix the problem of incomplete providers

This commit is contained in:
liqiuyu123 2022-10-17 15:32:16 +08:00
parent 53a3226a94
commit 2e153f6bd3

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-tempora Name: python-tempora
Version: 5.0.2 Version: 5.0.2
Release: 1 Release: 2
Summary: Objects and routines pertaining to date and time (tempora) Summary: Objects and routines pertaining to date and time (tempora)
License: MIT License License: MIT
URL: https://github.com/jaraco/tempora URL: https://github.com/jaraco/tempora
Source0: https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz Source0: https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz
Patch0: 0001-add-setup.py.patch Patch0: 0001-add-setup.py.patch
@ -31,6 +31,8 @@ Summary: Objects and routines pertaining to date and time (tempora)
Provides: python-tempora Provides: python-tempora
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
%description -n python3-tempora %description -n python3-tempora
Objects and routines pertaining to date and time (tempora). Objects and routines pertaining to date and time (tempora).
@ -82,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Mon Aug 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.0.2-1
- update to 5.0.2 - update to 5.0.2