[Python-modules-commits] r29034 - in packages/requests/trunk/debian (changelog control)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Thu May 22 22:34:28 UTC 2014
Date: Thursday, May 22, 2014 @ 22:34:27
Author: barry
Revision: 29034
* Team upload.
* d/control:
- Fix python-requests-whl Depends.
- Fix typo in python-requests-whl description.
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2014-05-22 22:25:39 UTC (rev 29033)
+++ packages/requests/trunk/debian/changelog 2014-05-22 22:34:27 UTC (rev 29034)
@@ -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 at debian.org> Thu, 22 May 2014 18:33:19 -0400
+
requests (2.2.1-2) unstable; urgency=medium
* Team upload.
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2014-05-22 22:25:39 UTC (rev 29033)
+++ packages/requests/trunk/debian/control 2014-05-22 22:34:27 UTC (rev 29034)
@@ -78,7 +78,7 @@
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 @@
- Multipart File Uploads
- Connection Timeouts
.
- This package provides the universal wheels.
+ This package provides the universal wheel.
More information about the Python-modules-commits
mailing list