aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/02_use-system-chardet-and-urllib3.patch
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2013-05-11 05:57:15 +0000
committerThomas Goirand <zigo@debian.org>2013-05-11 05:57:15 +0000
commit0a45e9067ea3cca579937c78bfda0e4468efd2f3 (patch)
treea55e51eba1a2f7d4481216c82442c64a37dae50e /debian/patches/02_use-system-chardet-and-urllib3.patch
parent43e92a0818241819049e6b1d747d5d485c823762 (diff)
downloadpython-requests-0a45e9067ea3cca579937c78bfda0e4468efd2f3.tar
python-requests-0a45e9067ea3cca579937c78bfda0e4468efd2f3.tar.gz
Refreshes debian/patches/02_use-system-chardet-and-urllib3.patch,
removes debian/patches/03_fixes-egginfo.patch, delete egginfo folder on clean.
Diffstat (limited to 'debian/patches/02_use-system-chardet-and-urllib3.patch')
-rw-r--r--debian/patches/02_use-system-chardet-and-urllib3.patch24
1 files changed, 16 insertions, 8 deletions
diff --git a/debian/patches/02_use-system-chardet-and-urllib3.patch b/debian/patches/02_use-system-chardet-and-urllib3.patch
index 14636c4..94d6a9f 100644
--- a/debian/patches/02_use-system-chardet-and-urllib3.patch
+++ b/debian/patches/02_use-system-chardet-and-urllib3.patch
@@ -4,8 +4,10 @@ Author: Daniele Tricoli <eriol@mornie.org>
Forwarded: not-needed
Last-Update: 2013-01-19
---- a/requests/adapters.py 2013-03-22 04:09:32.000000000 +0000
-+++ b/requests/adapters.py 2013-04-25 23:00:25.000000000 +0000
+Index: requests-1.2.0/requests/adapters.py
+===================================================================
+--- requests-1.2.0.orig/requests/adapters.py 2013-05-11 05:21:57.000000000 +0000
++++ requests-1.2.0/requests/adapters.py 2013-05-11 05:22:06.000000000 +0000
@@ -11,16 +11,16 @@
import socket
@@ -29,8 +31,10 @@ Last-Update: 2013-01-19
from .cookies import extract_cookies_to_jar
from .exceptions import ConnectionError, Timeout, SSLError
from .auth import _basic_auth_str
---- a/requests/compat.py 2013-01-31 13:18:16.000000000 +0000
-+++ b/requests/compat.py 2013-04-25 23:04:23.000000000 +0000
+Index: requests-1.2.0/requests/compat.py
+===================================================================
+--- requests-1.2.0.orig/requests/compat.py 2013-05-11 05:21:57.000000000 +0000
++++ requests-1.2.0/requests/compat.py 2013-05-11 05:22:06.000000000 +0000
@@ -4,7 +4,7 @@
pythoncompat
"""
@@ -49,8 +53,10 @@ Last-Update: 2013-01-19
builtin_str = str
bytes = str
---- a/requests/models.py 2013-03-31 05:22:03.000000000 +0000
-+++ b/requests/models.py 2013-04-25 23:07:32.000000000 +0000
+Index: requests-1.2.0/requests/models.py
+===================================================================
+--- requests-1.2.0.orig/requests/models.py 2013-05-11 05:21:57.000000000 +0000
++++ requests-1.2.0/requests/models.py 2013-05-11 05:22:06.000000000 +0000
@@ -17,7 +17,7 @@
from .auth import HTTPBasicAuth
@@ -60,8 +66,10 @@ Last-Update: 2013-01-19
from .exceptions import HTTPError, RequestException, MissingSchema, InvalidURL
from .utils import (
stream_untransfer, guess_filename, get_auth_from_url, requote_uri,
---- a/setup.py 2013-01-24 01:08:39.000000000 +0000
-+++ b/setup.py 2013-04-25 23:09:21.000000000 +0000
+Index: requests-1.2.0/setup.py
+===================================================================
+--- requests-1.2.0.orig/setup.py 2013-05-11 05:22:06.000000000 +0000
++++ requests-1.2.0/setup.py 2013-05-11 05:22:06.000000000 +0000
@@ -16,11 +16,6 @@
packages = [