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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 8 19:23:38 UTC 2014


    Date: Wednesday, October 8, 2014 @ 19:23:37
  Author: eriol-guest
Revision: 30959

- Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
  python-urllib3's Recomends to ensure that SNI works as expected and to
  prevent CRIME attack. (Closes: #755805)
- Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
  python3-urllib3's Suggests since Python 3 already support SNI and
  and SSL compression can be disabled using OP_NO_COMPRESSION.

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

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2014-10-08 18:58:07 UTC (rev 30958)
+++ packages/requests/trunk/debian/changelog	2014-10-08 19:23:37 UTC (rev 30959)
@@ -4,6 +4,12 @@
   * debian/control
     - Fix duplicate-short-description.
     - Bump Standards-Version to 3.9.6 (no changes needed).
+    - Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
+      python-urllib3's Recomends to ensure that SNI works as expected and to
+      prevent CRIME attack. (Closes: #755805)
+    - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
+      python3-urllib3's Suggests since Python 3 already support SNI and
+      and SSL compression can be disabled using OP_NO_COMPRESSION.
   * debian/patches/01_use-system-ca-certificates.patch
     - Refresh.
   * debian/patches/02_use-system-chardet-and-urllib3.patch
@@ -14,7 +20,7 @@
     - Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
       system package since it is used as import location. (Closes: #753578)
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Oct 2014 20:53:08 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Oct 2014 21:17:18 +0200
 
 requests (2.3.0-1) unstable; urgency=medium
 

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2014-10-08 18:58:07 UTC (rev 30958)
+++ packages/requests/trunk/debian/control	2014-10-08 19:23:37 UTC (rev 30959)
@@ -3,19 +3,20 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all (>= 2.6.6-3),
-               python-chardet,
-               python-pytest,
-               python-setuptools,
-               python-urllib3 (>= 1.7.1),
-               python3-all,
-               python3-chardet,
-               python3-pytest,
-               python3-setuptools,
-               python3-urllib3 (>= 1.7.1),
-               python3-wheel
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-chardet,
+ python-pytest,
+ python-setuptools,
+ python-urllib3 (>= 1.7.1),
+ python3-all,
+ python3-chardet,
+ python3-pytest,
+ python3-setuptools,
+ python3-urllib3 (>= 1.7.1),
+ python3-wheel
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.0
@@ -25,11 +26,16 @@
 
 Package: python-requests
 Architecture: all
-Depends: ca-certificates,
-         python-chardet,
-         python-urllib3 (>= 1.7.1),
-         ${misc:Depends},
-         ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ca-certificates,
+ python-chardet,
+ python-urllib3 (>= 1.7.1)
+Recommends: 
+  python-ndg-httpsclient,
+  python-openssl,
+  python-pyasn1
 Description: elegant and simple HTTP library for Python2, 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
@@ -51,11 +57,16 @@
 
 Package: python3-requests
 Architecture: all
-Depends: ca-certificates,
-         python3-chardet,
-         python3-urllib3 (>= 1.5),
-         ${misc:Depends},
-         ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ca-certificates,
+ python3-chardet,
+ python3-urllib3 (>= 1.5)
+Suggests:
+ python3-ndg-httpsclient,
+ python3-openssl,
+ python3-pyasn1
 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
@@ -79,10 +90,11 @@
 
 Package: python-requests-whl
 Architecture: all
-Depends: ca-certificates,
-         python-urllib3-whl,
-         ${misc:Depends},
-         ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ca-certificates,
+ python-urllib3-whl
 Description: elegant and simple HTTP library for Python, 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




More information about the Python-modules-commits mailing list