diff options
author | Barry Warsaw <barry@debian.org> | 2014-05-22 22:34:27 +0000 |
---|---|---|
committer | Barry Warsaw <barry@debian.org> | 2014-05-22 22:34:27 +0000 |
commit | fc561b562b377f42f72f711696b98661c05cd096 (patch) | |
tree | 735f8f47aeb0e3ff6bd19a09dad11156543913ad /debian | |
parent | b745ccd8fd4ded63716e98308a0c119727d05dc4 (diff) | |
download | python-requests-fc561b562b377f42f72f711696b98661c05cd096.tar python-requests-fc561b562b377f42f72f711696b98661c05cd096.tar.gz |
* Team upload.
* d/control:
- Fix python-requests-whl Depends.
- Fix typo in python-requests-whl description.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
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. |