Package: requests
Version: 2.9.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/control: Tweak fixed dependency on urllib3 1.13.1 to accomodate
    packaging changes, as the version requirement is upstream version
    only.

This ensures that packaging changes can be made to urllib3 without
having to change the version requirement in requests.

Thanks for considering the patch.


-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-2-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru requests-2.9.1/debian/control requests-2.9.1/debian/control
--- requests-2.9.1/debian/control	2015-12-27 12:14:19.000000000 +0000
+++ requests-2.9.1/debian/control	2015-12-31 07:53:06.000000000 +0000
@@ -9,11 +9,11 @@
  python-all (>= 2.6.6-3),
  python-chardet,
  python-setuptools,
- python-urllib3 (= 1.13.1-1),
+ python-urllib3 (>= 1.13.1), python-urllib3 (<< 1.13.2),
  python3-all,
  python3-chardet,
  python3-setuptools,
- python3-urllib3 (= 1.13.1-1),
+ python3-urllib3 (>= 1.13.1), python3-urllib3 (<< 1.13.2),
  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.13.1-1)
+ python-urllib3 (>= 1.13.1), python-urllib3 (<< 1.13.2)
 Suggests: 
   python-ndg-httpsclient,
   python-openssl,
@@ -61,7 +61,7 @@
  ${python3:Depends},
  ca-certificates,
  python3-chardet,
- python3-urllib3 (= 1.13.1-1)
+ python3-urllib3 (>= 1.13.1), python3-urllib3 (<< 1.13.2)
 Suggests:
  python3-ndg-httpsclient,
  python3-openssl,

Reply via email to