[Python-modules-commits] r23349 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sat Jan 19 07:53:14 UTC 2013
Date: Saturday, January 19, 2013 @ 07:53:12
Author: eriol-guest
Revision: 23349
Added python-urllib3, python3-urllib3 to Build-Depends and Depends
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2013-01-19 07:41:48 UTC (rev 23348)
+++ packages/requests/trunk/debian/changelog 2013-01-19 07:53:12 UTC (rev 23349)
@@ -4,7 +4,9 @@
- Thanks to Barry Warsaw for report
* debian/control
- Added python-chardet, python3-chardet to Build-Depends and moved
- them from Recommends to Depends
+ them from Recommends to Depends since chardet is now required
+ - Added python-urllib3, python3-urllib3 to Build-Depends and
+ Depends
* debian/patches/01_do-not-use-python-certifi.patch
- Removed because no longer necessary
* debian/patches/02_do-not-use-embedded-python-six.patch
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2013-01-19 07:41:48 UTC (rev 23348)
+++ packages/requests/trunk/debian/control 2013-01-19 07:53:12 UTC (rev 23349)
@@ -8,9 +8,11 @@
python-all (>= 2.6.6-3),
python-chardet,
python-six,
+ python-urllib3,
python3-all,
python3-chardet,
- python3-six
+ python3-six,
+ python3-urllib3
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
@@ -26,6 +28,7 @@
ca-certificates,
python-six,
python-chardet,
+ python-urllib3,
Recommends:
python-gevent,
python-oauthlib
@@ -55,7 +58,8 @@
${python3:Depends},
ca-certificates,
python3-six,
- python3-chardet
+ python3-chardet,
+ python3-urllib3
Description: elegant and simple HTTP library for Python3, 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
More information about the Python-modules-commits
mailing list