From f78420c0e343f4e504b73275f083315ce41618ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 21:02:07 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-dateutil.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 7068922..8cd03cf 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.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -107,6 +106,9 @@ make -C docs html %doc docs/_build/html %changelog +* Thu Aug 15 2019 Miro Hrončok - 1:2.8.0-5 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 1:2.8.0-4 - Bootstrap for Python 3.8