[Python-modules-commits] r33823 - in packages/python-urllib3/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Aug 17 14:03:49 UTC 2015


    Date: Monday, August 17, 2015 @ 14:03:48
  Author: eriol-guest
Revision: 33823

Refresh 01_do-not-use-embedded-python-six.patch

Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2015-08-17 13:47:10 UTC (rev 33822)
+++ packages/python-urllib3/trunk/debian/changelog	2015-08-17 14:03:48 UTC (rev 33823)
@@ -1,8 +1,10 @@
 python-urllib3 (1.11-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refresh.
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 17 Aug 2015 15:23:17 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 17 Aug 2015 16:02:43 +0200
 
 python-urllib3 (1.10.4-1) unstable; urgency=medium
 

Modified: packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2015-08-17 13:47:10 UTC (rev 33822)
+++ packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2015-08-17 14:03:48 UTC (rev 33823)
@@ -16,7 +16,7 @@
  from nose.plugins.skip import SkipTest
 --- a/urllib3/connectionpool.py
 +++ b/urllib3/connectionpool.py
-@@ -27,7 +27,7 @@
+@@ -28,7 +28,7 @@
      InsecureRequestWarning,
  )
  from .packages.ssl_match_hostname import CertificateError
@@ -40,14 +40,14 @@
  writer = codecs.lookup('utf-8')[3]
 --- a/urllib3/response.py
 +++ b/urllib3/response.py
-@@ -10,7 +10,7 @@
+@@ -11,7 +11,7 @@
  from .exceptions import (
      ProtocolError, DecodeError, ReadTimeoutError, ResponseNotChunked
  )
 -from .packages.six import string_types as basestring, binary_type, PY3
 +from six import string_types as basestring, binary_type, PY3
  from .connection import HTTPException, BaseSSLError
- from .util.response import is_fp_closed
+ from .util.response import is_fp_closed, is_response_to_head
  
 --- a/test/test_filepost.py
 +++ b/test/test_filepost.py
@@ -62,7 +62,7 @@
  BOUNDARY = '!! test boundary !!'
 --- a/dummyserver/handlers.py
 +++ b/dummyserver/handlers.py
-@@ -211,7 +211,7 @@
+@@ -261,7 +261,7 @@
      """
      import tornado.httputil
      import email.utils
@@ -149,7 +149,7 @@
      ConnectTimeoutError,
 --- a/test/__init__.py
 +++ b/test/__init__.py
-@@ -7,7 +7,7 @@
+@@ -8,7 +8,7 @@
  from nose.plugins.skip import SkipTest
  
  from urllib3.exceptions import MaxRetryError, HTTPWarning




More information about the Python-modules-commits mailing list