diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7a8fe03..24081dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ requests (2.0.0-1) UNRELEASED; urgency=low * New upstream release (Closes: #725784) + * debian/control + - Bumped python(3)-urllib3 to (>=1.7.1) * debian/patches/02_use-system-chardet-and-urllib3.patches - Refreshed * debian/watch - Switched download URL to https - -- Daniele Tricoli <eriol@mornie.org> Thu, 17 Oct 2013 22:05:07 +0200 + -- Daniele Tricoli <eriol@mornie.org> Fri, 18 Oct 2013 16:38:29 +0200 requests (1.2.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3e3d2e5..b7bc609 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,10 @@ Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3), python-chardet, - python-urllib3 (>= 1.5), + python-urllib3 (>= 1.7.1), python3-all, python3-chardet, - python3-urllib3 (>= 1.5) + python3-urllib3 (>= 1.7.1) Standards-Version: 3.9.4 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.0 @@ -25,7 +25,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.5), + python-urllib3 (>= 1.7.1), Description: elegant and simple HTTP library for Python, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the |