aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2014-05-22 22:34:27 +0000
committerBarry Warsaw <barry@debian.org>2014-05-22 22:34:27 +0000
commitfc561b562b377f42f72f711696b98661c05cd096 (patch)
tree735f8f47aeb0e3ff6bd19a09dad11156543913ad
parentb745ccd8fd4ded63716e98308a0c119727d05dc4 (diff)
downloadpython-requests-fc561b562b377f42f72f711696b98661c05cd096.tar
python-requests-fc561b562b377f42f72f711696b98661c05cd096.tar.gz
* Team upload.
* d/control: - Fix python-requests-whl Depends. - Fix typo in python-requests-whl description.
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b1d209..eb3e611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+requests (2.2.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/control:
+ - Fix python-requests-whl Depends.
+ - Fix typo in python-requests-whl description.
+
+ -- Barry Warsaw <barry@debian.org> Thu, 22 May 2014 18:33:19 -0400
+
requests (2.2.1-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index d3b705b..fcadaf1 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,7 @@ Description: elegant and simple HTTP library for Python, built for human beings
Package: python-requests-whl
Architecture: all
Depends: ca-certificates,
- python-urllib3-wheels,
+ python-urllib3-whl,
${misc:Depends},
${python3:Depends}
Description: elegant and simple HTTP library for Python, built for human beings
@@ -100,4 +100,4 @@ Description: elegant and simple HTTP library for Python, built for human beings
- Multipart File Uploads
- Connection Timeouts
.
- This package provides the universal wheels.
+ This package provides the universal wheel.