[Python-modules-commits] r23350 - in packages/requests/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Jan 19 08:29:39 UTC 2013


    Date: Saturday, January 19, 2013 @ 08:29:36
  Author: eriol-guest
Revision: 23350

Set python*-urllib3 (>= 1.5)

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:53:12 UTC (rev 23349)
+++ packages/requests/trunk/debian/changelog	2013-01-19 08:29:36 UTC (rev 23350)
@@ -5,8 +5,7 @@
   * debian/control
     - Added python-chardet, python3-chardet to Build-Depends and moved
       them from Recommends to Depends since chardet is now required
-    - Added python-urllib3, python3-urllib3 to Build-Depends and
-      Depends
+    - Added python*-urllib3 (>= 1.5) 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:53:12 UTC (rev 23349)
+++ packages/requests/trunk/debian/control	2013-01-19 08:29:36 UTC (rev 23350)
@@ -8,11 +8,11 @@
  python-all (>= 2.6.6-3),
  python-chardet,
  python-six,
- python-urllib3,
+ python-urllib3 (>= 1.5),
  python3-all,
  python3-chardet,
  python3-six,
- python3-urllib3
+ python3-urllib3 (>= 1.5)
 Standards-Version: 3.9.3
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
@@ -28,7 +28,7 @@
  ca-certificates,
  python-six,
  python-chardet,
- python-urllib3,
+ python-urllib3 (>= 1.5),
 Recommends:
  python-gevent,
  python-oauthlib
@@ -59,7 +59,7 @@
  ca-certificates,
  python3-six,
  python3-chardet,
- python3-urllib3
+ python3-urllib3 (>= 1.5)
 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