diff --git a/.gitignore b/.gitignore index 136f69f..9b3475f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ python-dateutil-1.4.1.tar.gz /python-dateutil-1.5.tar.gz /python-dateutil-2.2.tar.gz /2.4.0.tar.gz +/2.4.2.tar.gz diff --git a/python-dateutil.spec b/python-dateutil.spec index 220630a..bc33936 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,13 +1,13 @@ Name: python-dateutil -Version: 2.4.0 -Release: 3%{?dist} +Version: 2.4.2 +Release: 1%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module Group: Development/Languages License: Python URL: https://github.com/dateutil/dateutil -Source0: https://github.com/dateutil/dateutil/archive/2.4.0.tar.gz +Source0: https://github.com/dateutil/dateutil/archive/%{version}.tar.gz # https://github.com/dateutil/dateutil/issues/11 Patch0: python-dateutil-system-zoneinfo.patch Patch1: python-dateutil-timelex-string.patch @@ -83,6 +83,9 @@ make -C docs html %doc docs/_build/html %changelog +* Mon Apr 6 2015 Zbigniew Jędrzejewski-Szmek - 1:2.4.2-1 +- Update to latest upstream release. + * Tue Mar 3 2015 Zbigniew Jędrzejewski-Szmek - 1:2.4.0-3 - Add patch for string handling in dateutil.tz.tzstr (#1197791) diff --git a/sources b/sources index c2a0b81..63f2ed1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac22c66e2dfe25f45d80e4b9d60e19af 2.4.0.tar.gz +b22e2b212813f06955bbb36cada93551 2.4.2.tar.gz