aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-11-11 02:43:50 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-11-11 02:43:50 +0000
commit85e86887091113799621f46c409db68b7dd2771b (patch)
tree6ec042317b674fd2cf6fb9a4815d344fe23a1ec2 /debian/changelog
parent112ca6a01de6bd0388ec3737b3b5c2f7c3e978d1 (diff)
downloadpython-requests-85e86887091113799621f46c409db68b7dd2771b.tar
python-requests-85e86887091113799621f46c409db68b7dd2771b.tar.gz
* debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
- Make Python import system know that requests.packages.urllib3 and urllib3 are the same thing. Thanks to Jakub Wilk for the patch. (Closes: #769047)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 96b69e2..1320035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+requests (2.4.3-3) UNRELEASED; urgency=medium
+
+ * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
+ - Make Python import system know that requests.packages.urllib3 and
+ urllib3 are the same thing. Thanks to Jakub Wilk for the patch.
+ (Closes: #769047)
+
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 11 Nov 2014 03:28:18 +0100
+
requests (2.4.3-2) unstable; urgency=medium
* debian/patches/03_export-IncompleteRead.patch