aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-10-18 14:41:25 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-10-18 14:41:25 +0000
commitce9ba7d1e1f4763bf7f4a23ff56762bea19813e9 (patch)
treea62983d4043a655e8ab182190f6b814576df9a7b /debian
parent3b05ddff398a516c9effd279f214e66414641091 (diff)
downloadpython-requests-ce9ba7d1e1f4763bf7f4a23ff56762bea19813e9.tar
python-requests-ce9ba7d1e1f4763bf7f4a23ff56762bea19813e9.tar.gz
Bumped python(3)-urllib3 to (>=1.7.1)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control6
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