From b85657b84ec6ccbae15d36273132749ce4770030 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 30 Mar 2023 09:57:40 +0800 Subject: [PATCH] Del Specific Fields --- python-dateutil.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 7a6944c..206c4ef 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,5 +1,5 @@ %global modname dateutil -%define anolis_release 2 +%define anolis_release 3 Name: python-%{modname} Version: 2.8.2 Release: %{anolis_release}%{?dist} @@ -19,7 +19,6 @@ Source: %{pypi_source} # # Fixes: # python-dateutil fails to build with pytest 7 -# https://bugzilla.redhat.com/show_bug.cgi?id=2059950 Patch1: %{url}/commit/2bdd63158b7f981fc6d70a869680451bdfd8d848.patch # when bootstrapping dateutil-freezegun, we cannot run tests @@ -91,6 +90,9 @@ make -C docs html %doc docs/_build/html %changelog +* Thu Mar 30 2023 mgb01105731 - 2.8.2-3 +- Del Specific Fields + * Mon Feb 27 2023 mgb01105731 - 2.8.2-2 - optimise dependency -- Gitee