Package: python-urllib3 / 1.7.1-1~bpo70+1
Metadata
Package | Version | Patches format |
---|---|---|
python-urllib3 | 1.7.1-1~bpo70+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_do not use embedded python six.patch | (download) |
dummyserver/handlers.py |
2 1 + 1 - 0 ! |
do not use embedded copy of python-six. |
02_require cert verification.patch | (download) |
urllib3/connectionpool.py |
11 6 + 5 - 0 ! |
require ssl certificate validation by default by using CERT_REQUIRED and using the system /etc/ssl/certs/ca-certificates.crt Bug-Ubuntu: https://launchpad.net/bugs/1047054 Bug-Debian: http://bugs.debian.org/686872 |
03_no setuptools.patch | (download) |
setup.py |
7 0 + 7 - 0 ! |
do not use setuptools. |
04_relax_nosetests_options.patch | (download) |
setup.cfg |
4 2 + 2 - 0 ! |
do not use logging-clear-handlers to see all logging output and disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. |