From 30988c81a2b9f831d91a4b65398379a69971c4df Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 09 2016 05:42:45 +0000 Subject: Update to 2.6.0 (RHBZ #1393159) Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 6c182f6..cda8fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /dateutil-2.5.2.tar.gz /python-dateutil-2.5.3.tar.xz /dateutil-2.5.3.tar.gz +/dateutil-2.6.0.tar.gz diff --git a/python-dateutil.spec b/python-dateutil.spec index 567beb9..e6effe5 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,8 +1,8 @@ %global modname dateutil Name: python-%{modname} -Version: 2.5.3 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -90,6 +90,9 @@ make -C docs html %doc docs/_build/html %changelog +* Wed Nov 09 2016 Igor Gnatenko - 2.6.0-1 +- Update to 2.6.0 (RHBZ #1393159) + * Tue Jul 19 2016 Fedora Release Engineering - 1:2.5.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 9637bb3..7ef0228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93e297b21a3c5d2a8db878788efbcf25 dateutil-2.5.3.tar.gz +7ac719938274be8da1ab870c3b35941c dateutil-2.6.0.tar.gz