From f21bda8380a9039c001169abbf24f05db2fb4dad Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:18:47 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-dateutil.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 0419d74..779776d 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %global modname dateutil Name: python-%{modname} Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -90,6 +91,9 @@ make -C docs html %doc docs/_build/html %changelog +* Mon Jun 13 2022 Python Maint - 1:2.8.2-2 +- Bootstrap for Python 3.11 + * Thu Mar 10 2022 Benjamin A. Beasley - 1:2.8.2-1 - Update to 3.8.2 (fix RHBZ#1982169) - Backport 2bdd631: remove deprecated pytest.warns(None) (fix RHBZ#2059950)