From 7085b7ae347855d23b930b209b98c837fc55cd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 20:50:16 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-dateutil.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 5daa39e..7068922 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.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -106,6 +107,9 @@ make -C docs html %doc docs/_build/html %changelog +* Thu Aug 15 2019 Miro HronĨok - 1:2.8.0-4 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1:2.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild