[python-dateutil] 2.2

Jon Ciesla limb at fedoraproject.org
Mon Aug 4 17:08:25 UTC 2014


commit 5f1b82aef18650e997d6543dfe506473b4fc8b16
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Aug 4 12:04:21 2014 -0500

    2.2

 .gitignore           |    1 +
 python-dateutil.spec |   14 +++++++++-----
 sources              |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d027a2..844216c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 python-dateutil-1.4.1.tar.gz
 /python-dateutil-1.5.tar.gz
+/python-dateutil-2.2.tar.gz
diff --git a/python-dateutil.spec b/python-dateutil.spec
index f17cf92..2b7fb1a 100644
--- a/python-dateutil.spec
+++ b/python-dateutil.spec
@@ -1,13 +1,13 @@
 Name:           python-dateutil
-Version:        1.5
-Release:        8%{?dist}
+Version:        2.2
+Release:        1%{?dist}
 Summary:        Powerful extensions to the standard datetime module
 
 Group:          Development/Languages
 License:        Python
 URL:            http://labix.org/python-dateutil
 Source0:        http://labix.org/download/%{name}/%{name}-%{version}.tar.gz
-Patch0:		python-dateutil-1.5-system-zoneinfo.patch
+Patch0:		python-dateutil-2.0-system-zoneinfo.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel,python-setuptools
@@ -36,6 +36,10 @@ mv NEWS.new NEWS
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Mon Aug 04 2014 Jon Ciesla <limburgher at gmail.com> - 2.2-1
+- Update to 2.2, BZ 1126521.
+- Fix bad dates.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -51,10 +55,10 @@ mv NEWS.new NEWS
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-* Wed Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-3
+* Thu Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-3
 - Adjust patch to respect systemwide tzdata. Ref bug 729786
 
-* Wed Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-2
+* Thu Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-2
 - Added a patch to respect systemwide tzdata. Ref bug 729786
 
 * Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.5-1
diff --git a/sources b/sources
index fa72316..ac213b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35f3732db3f2cc4afdc68a8533b60a52  python-dateutil-1.5.tar.gz
+c1f654d0ff7e33999380a8ba9783fd5c  python-dateutil-2.2.tar.gz


More information about the scm-commits mailing list