diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-11-14 03:52:02 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-11-14 03:52:02 +0000 |
commit | 14dc4eca16b91b7ddb4f56b05e2f8fbc649cded5 (patch) | |
tree | be75e3ac14db9a9263f0b587aae2d8742723b9e2 /debian/changelog | |
parent | 9ff5bf44d0521b90d730015577b2051c4cf3645c (diff) | |
download | python-requests-14dc4eca16b91b7ddb4f56b05e2f8fbc649cded5.tar python-requests-14dc4eca16b91b7ddb4f56b05e2f8fbc649cded5.tar.gz |
* debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
- Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon
Gravi for the report. (Closes: #769496)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9d75aa9..88b5c9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +requests (2.4.3-4) UNRELEASED; urgency=medium + + * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch + - Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon + Gravi for the report. (Closes: #769496) + + -- Daniele Tricoli <eriol@mornie.org> Fri, 14 Nov 2014 04:50:22 +0100 + requests (2.4.3-3) unstable; urgency=medium * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch |