diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 6a4b1ec..b3da8dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ requests (2.8.1-1) UNRELEASED; urgency=medium * New upstream release. (Closes: #802760) + * debian/control + - Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends. * debian/patches/05_upstream_devendorize.patch - Remove because included since version 2.8.0. - -- Daniele Tricoli <eriol@mornie.org> Fri, 23 Oct 2015 12:26:12 +0200 + -- Daniele Tricoli <eriol@mornie.org> Fri, 23 Oct 2015 12:34:21 +0200 requests (2.7.0-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index cd4faa4..bf7e16e 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: python-all (>= 2.6.6-3), python-chardet, python-setuptools, - python-urllib3 (>= 1.10.4), + python-urllib3 (>= 1.12), python3-all, python3-chardet, python3-setuptools, - python3-urllib3 (>= 1.10.4), + python3-urllib3 (>= 1.12), python3-wheel Standards-Version: 3.9.6 X-Python-Version: >= 2.7 @@ -29,7 +29,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.10.4) + python-urllib3 (>= 1.12) Suggests: python-ndg-httpsclient, python-openssl, @@ -61,7 +61,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.10.4) + python3-urllib3 (>= 1.12) Suggests: python3-ndg-httpsclient, python3-openssl, |