From 4b6774c3d5cd8ba316d95c64693bd24e08584f17 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sun, 11 Dec 2016 15:12:53 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-dateutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index e6effe5..482d0ab 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -90,6 +90,9 @@ make -C docs html %doc docs/_build/html %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 2.6.0-2 +- Rebuild for Python 3.6 + * Wed Nov 09 2016 Igor Gnatenko - 2.6.0-1 - Update to 2.6.0 (RHBZ #1393159)