From 1b2adcbcf7f1b908a10d6e0f3db0b510f24093e5 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 17 Aug 2015 14:03:48 +0000 Subject: Refresh 01_do-not-use-embedded-python-six.patch --- debian/changelog | 4 +++- debian/patches/01_do-not-use-embedded-python-six.patch | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf6cf7f..ddb8a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 17 Aug 2015 15:23:17 +0200 + -- Daniele Tricoli Mon, 17 Aug 2015 16:02:43 +0200 python-urllib3 (1.10.4-1) unstable; urgency=medium diff --git a/debian/patches/01_do-not-use-embedded-python-six.patch b/debian/patches/01_do-not-use-embedded-python-six.patch index 2ad8061..9f4c025 100644 --- a/debian/patches/01_do-not-use-embedded-python-six.patch +++ b/debian/patches/01_do-not-use-embedded-python-six.patch @@ -16,7 +16,7 @@ Last-Update: 2015-05-03 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 @@ Last-Update: 2015-05-03 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 @@ Last-Update: 2015-05-03 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 @@ Last-Update: 2015-05-03 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 -- cgit v1.2.3