diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-08-23 19:23:30 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-08-23 19:23:30 +0000 |
commit | 7b8299677ffa5a97de4523e300b754e50824387f (patch) | |
tree | 2ff484fa02842baaf45e3c370e183a28ea490dc0 /debian/changelog | |
parent | 43ba3c053bdda627e2b545511c71e74c550bc75f (diff) | |
download | python-urllib3-7b8299677ffa5a97de4523e300b754e50824387f.tar python-urllib3-7b8299677ffa5a97de4523e300b754e50824387f.tar.gz |
Add debian/patches/06_rely-on-six-to-import-httplib-or-http.client.patch
Rely on six to import httplib or http.client. Thanks to Edward Betts
for the report. (Closes: #796356)
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 3fdef6e..f4195d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-urllib3 (1.11-2) UNRELEASED; urgency=medium + + * debian/patches/06_rely-on-six-to-import-httplib-or-http.client.patch + - Rely on six to import httplib or http.client. Thanks to Edward Betts + for the report. (Closes: #796356) + + -- Daniele Tricoli <eriol@mornie.org> Sun, 23 Aug 2015 21:19:59 +0200 + python-urllib3 (1.11-1) unstable; urgency=medium * New upstream release. |