From 15db2a4585f041bcc02b429441b05118aaa74482 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 03:53:30 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-dateutil.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 7e52214..ffff4ca 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.1 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -79,6 +78,9 @@ make -C docs html %doc docs/_build/html %changelog +* Thu Jun 03 2021 Python Maint - 1:2.8.1-6 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1:2.8.1-5 - Bootstrap for Python 3.10