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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon May 4 03:32:00 UTC 2015


    Date: Monday, May 4, 2015 @ 03:31:59
  Author: eriol-guest
Revision: 32586

Bump python{,3}-urllib3 to 1.10.4

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/control

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2015-05-04 03:05:27 UTC (rev 32585)
+++ packages/requests/trunk/debian/changelog	2015-05-04 03:31:59 UTC (rev 32586)
@@ -7,6 +7,7 @@
     - Move python-ndg-httpsclient, python-openssl and python-pyasn1 to Suggests
       inside python-requests' stanza since Python 2.7.9 include SNI support
       and PEP 476 made it as secure as Python 3.
+    - Bump python{,3}-urllib3 to 1.10.4.
   * debian/watch
     - Use pypi.debian.net redirector.
   * debian/patches/01_use-system-ca-certificates.patch
@@ -22,7 +23,7 @@
     - Remove links thanks to the import machinery in
       04_make-requests.packages.urllib3-same-as-urllib3.patch
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 04 May 2015 05:02:53 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 04 May 2015 05:30:17 +0200
 
 requests (2.4.3-6) unstable; urgency=medium
 

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2015-05-04 03:05:27 UTC (rev 32585)
+++ packages/requests/trunk/debian/control	2015-05-04 03:31:59 UTC (rev 32586)
@@ -9,11 +9,11 @@
  python-all (>= 2.6.6-3),
  python-chardet,
  python-setuptools,
- python-urllib3 (>= 1.9.1),
+ python-urllib3 (>= 1.10.4),
  python3-all,
  python3-chardet,
  python3-setuptools,
- python3-urllib3 (>= 1.7.1),
+ python3-urllib3 (>= 1.10.4),
  python3-wheel
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
@@ -29,7 +29,7 @@
  ${python:Depends},
  ca-certificates,
  python-chardet,
- python-urllib3 (>= 1.9.1)
+ python-urllib3 (>= 1.10.4)
 Suggests: 
   python-ndg-httpsclient,
   python-openssl,
@@ -60,7 +60,7 @@
  ${python3:Depends},
  ca-certificates,
  python3-chardet,
- python3-urllib3 (>= 1.9.1)
+ python3-urllib3 (>= 1.10.4)
 Suggests:
  python3-ndg-httpsclient,
  python3-openssl,




More information about the Python-modules-commits mailing list