From 2e153f6bd331ecc5b1fb0915db7b148066fac1e1 Mon Sep 17 00:00:00 2001 From: liqiuyu123 Date: Mon, 17 Oct 2022 15:32:16 +0800 Subject: [PATCH] Fix the problem of incomplete providers --- python-tempora.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-tempora.spec b/python-tempora.spec index 02d349c..dc1c144 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -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 - 5.0.2-2 +- Fix the problem of incomplete providers + * Mon Aug 08 2022 liqiuyu - 5.0.2-1 - update to 5.0.2 -- Gitee