[Python-modules-commits] r20321 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sun Feb 5 00:14:22 UTC 2012
Date: Sunday, February 5, 2012 @ 00:14:21
Author: eriol-guest
Revision: 20321
Added ca-certificates to Depends
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2012-02-05 00:10:46 UTC (rev 20320)
+++ packages/requests/trunk/debian/changelog 2012-02-05 00:14:21 UTC (rev 20321)
@@ -4,8 +4,9 @@
* debian/control
- Added python-chardet to Recommends
- Bumped X-Python-Version >= 2.6
+ - Added ca-certificates to Depends
- -- Daniele Tricoli <eriol at mornie.org> Sun, 05 Feb 2012 00:28:04 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Sun, 05 Feb 2012 01:08:35 +0100
requests (0.8.2-1) unstable; urgency=low
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2012-02-05 00:10:46 UTC (rev 20320)
+++ packages/requests/trunk/debian/control 2012-02-05 00:14:21 UTC (rev 20321)
@@ -13,9 +13,12 @@
Package: python-requests
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ca-certificates
Recommends:
- python-chardet
+ python-chardet,
python-gevent
Description: elegant and simple HTTP library for Python, built for human beings
Requests allow you to send GET, HEAD, PUT, POST, and DELETE
More information about the Python-modules-commits
mailing list