From 0b0c3ad0f2f660e85584c80c7269acc552590a68 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:51:59 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-dateutil.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 779776d..9673e60 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %global modname dateutil Name: python-%{modname} Version: 2.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -91,6 +90,9 @@ make -C docs html %doc docs/_build/html %changelog +* Mon Jun 13 2022 Python Maint - 1:2.8.2-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1:2.8.2-2 - Bootstrap for Python 3.11