diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 46f74cc..3d98479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ requests (2.4.3-1) UNRELEASED; urgency=medium - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into python3-urllib3's Suggests since Python 3 already support SNI and and SSL compression can be disabled using OP_NO_COMPRESSION. + - Bump python{,3}-urllib3 to (>=1.9.1). * debian/patches/01_use-system-ca-certificates.patch - Refresh. * debian/patches/02_use-system-chardet-and-urllib3.patch @@ -20,7 +21,7 @@ requests (2.4.3-1) UNRELEASED; urgency=medium - Provide requests.packages.urllib3 as symlink of python{,3}-urllib3 system package since it is used as import location. (Closes: #753578) - -- Daniele Tricoli <eriol@mornie.org> Tue, 21 Oct 2014 00:09:34 +0200 + -- Daniele Tricoli <eriol@mornie.org> Tue, 21 Oct 2014 01:35:59 +0200 requests (2.3.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index a30593a..bed863d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: python-chardet, python-pytest, python-setuptools, - python-urllib3 (>= 1.7.1), + python-urllib3 (>= 1.9.1), python3-all, python3-chardet, python3-pytest, @@ -31,7 +31,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.7.1) + python-urllib3 (>= 1.9.1) Recommends: python-ndg-httpsclient, python-openssl, @@ -62,7 +62,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.5) + python3-urllib3 (>= 1.9.1) Suggests: python3-ndg-httpsclient, python3-openssl, |