Package: python-urllib3 / 1.16-1~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
python-urllib3 | 1.16-1~bpo8+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 |
6 4 + 2 - 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 |
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. |
05_avoid embedded ssl match hostname.patch | (download) |
urllib3/packages/__init__.py |
10 8 + 2 - 0 ! |
do not use embedded copy of ssl.match_hostname, when possible The system python has the necessary features backported, since 2.7.8-7 (and 221a1f9155e2, releasing in 2.7.9, upstream). However, alternative python implementations don't, yet, and urllib3 is used by pip in virtualenvs. |