[Python-modules-commits] r26650 - in packages/python-werkzeug/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Dec 3 18:56:28 UTC 2013


    Date: Tuesday, December 3, 2013 @ 18:56:27
  Author: piotr
Revision: 26650

* New upstream release
* Backport b23efe87 commit to fix failing test on Python 3.3
* Standards-Version bumped to 3.9.5 (no changes needed)

Added:
  packages/python-werkzeug/trunk/debian/patches/b23efe87.patch
Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/control
  packages/python-werkzeug/trunk/debian/patches/series

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2013-12-03 10:55:36 UTC (rev 26649)
+++ packages/python-werkzeug/trunk/debian/changelog	2013-12-03 18:56:27 UTC (rev 26650)
@@ -1,3 +1,11 @@
+python-werkzeug (0.9.4+dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * Backport b23efe87 commit to fix failing test on Python 3.3
+  * Standards-Version bumped to 3.9.5 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 03 Dec 2013 19:33:17 +0100
+
 python-werkzeug (0.9.3+dfsg-2) unstable; urgency=low
 
   * Add python3-werkzeug binary package

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2013-12-03 10:55:36 UTC (rev 26649)
+++ packages/python-werkzeug/trunk/debian/control	2013-12-03 18:56:27 UTC (rev 26650)
@@ -4,7 +4,7 @@
 Maintainer: Noah Slater <nslater at tumbolia.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>,
  Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9), dh-python, python-sphinx (>= 1.0.7+dfsg-1~),
  python-all, python3-all,
  python-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3),

Added: packages/python-werkzeug/trunk/debian/patches/b23efe87.patch
===================================================================
--- packages/python-werkzeug/trunk/debian/patches/b23efe87.patch	                        (rev 0)
+++ packages/python-werkzeug/trunk/debian/patches/b23efe87.patch	2013-12-03 18:56:27 UTC (rev 26650)
@@ -0,0 +1,19 @@
+commit b23efe879bbab6e992172df0a101b576bc5b2ea6
+Author: Armin Ronacher <armin.ronacher at active-4.com>
+Date:   Wed Sep 4 23:12:50 2013 +0600
+
+    Fixed a failing test on 3.3
+
+diff --git a/werkzeug/testsuite/urls.py b/werkzeug/testsuite/urls.py
+index c63c577..b333e1b 100644
+--- a/werkzeug/testsuite/urls.py
++++ b/werkzeug/testsuite/urls.py
+@@ -146,7 +146,7 @@ class URLsTestCase(WerkzeugTestCase):
+                           'http://xn--f-1gaa.com:8080/bam/baz')
+ 
+     def test_iri_safe_quoting(self):
+-        uri = b'http://xn--f-1gaa.com/%2F%25?q=%C3%B6&x=%3D%25#%25'
++        uri = 'http://xn--f-1gaa.com/%2F%25?q=%C3%B6&x=%3D%25#%25'
+         iri = u'http://föö.com/%2F%25?q=ö&x=%3D%25#%25'
+         self.assert_strict_equal(urls.uri_to_iri(uri), iri)
+         self.assert_strict_equal(urls.iri_to_uri(urls.uri_to_iri(uri)), uri)

Modified: packages/python-werkzeug/trunk/debian/patches/series
===================================================================
--- packages/python-werkzeug/trunk/debian/patches/series	2013-12-03 10:55:36 UTC (rev 26649)
+++ packages/python-werkzeug/trunk/debian/patches/series	2013-12-03 18:56:27 UTC (rev 26650)
@@ -1 +1,2 @@
 drop_ubuntu_font.patch
+b23efe87.patch




More information about the Python-modules-commits mailing list