[Python-modules-commits] r20955 - in packages/python3-dateutil/trunk/debian (3 files)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Wed Mar 28 17:48:00 UTC 2012


    Date: Wednesday, March 28, 2012 @ 17:47:53
  Author: takluyver-guest
Revision: 20955

Update details of patches

Modified:
  packages/python3-dateutil/trunk/debian/changelog
  packages/python3-dateutil/trunk/debian/patches/read-tz.patch
  packages/python3-dateutil/trunk/debian/patches/test-3.2.patch

Modified: packages/python3-dateutil/trunk/debian/changelog
===================================================================
--- packages/python3-dateutil/trunk/debian/changelog	2012-03-28 16:21:00 UTC (rev 20954)
+++ packages/python3-dateutil/trunk/debian/changelog	2012-03-28 17:47:53 UTC (rev 20955)
@@ -2,5 +2,8 @@
 
   * Initial release (Closes: #665415)
   * Copy patch to use C locale in example from python-dateutil
+  * Patch for running tests on Python >= 3.2
+  * Patch updating readme
+  * Patch fixing bug with reading binary timezone files
 
  -- Thomas Kluyver <thomas at kluyver.me.uk>  Fri, 23 Mar 2012 22:33:26 +0000

Modified: packages/python3-dateutil/trunk/debian/patches/read-tz.patch
===================================================================
--- packages/python3-dateutil/trunk/debian/patches/read-tz.patch	2012-03-28 16:21:00 UTC (rev 20954)
+++ packages/python3-dateutil/trunk/debian/patches/read-tz.patch	2012-03-28 17:47:53 UTC (rev 20955)
@@ -2,7 +2,7 @@
 Author: Thomas Kluyver <thomas at kluyver.me.uk>
 Subject: Fix reading binary tzinfo files.
 
-Will forward upstream
+Fix already made upstream.
 --- a/dateutil/tz.py
 +++ b/dateutil/tz.py
 @@ -196,7 +196,7 @@

Modified: packages/python3-dateutil/trunk/debian/patches/test-3.2.patch
===================================================================
--- packages/python3-dateutil/trunk/debian/patches/test-3.2.patch	2012-03-28 16:21:00 UTC (rev 20954)
+++ packages/python3-dateutil/trunk/debian/patches/test-3.2.patch	2012-03-28 17:47:53 UTC (rev 20955)
@@ -2,7 +2,7 @@
 Author: Thomas Kluyver <thomas at kluyver.me.uk>
 Subject: Fix tests for Python 3.2
 
-Will forward upstream
+Forwarded upstream
 --- a/test.py
 +++ b/test.py
 @@ -11,7 +11,10 @@




More information about the Python-modules-commits mailing list