aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add changelog entry about the new DEP8 testsHEADmasterChristopher Baines2015-12-22
|
* Add DEP8 testsChristopher Baines2015-12-22
| | | | | | This is a patch from Edward Betts <edward@4angle.com> (#796717). I then adjusted the test to work under python3 and added some additional packages to the Depends for the tests.
* merge patched into masterChristopher Baines2015-12-22
|\
| * Do not use embedded copy of ssl.match_hostname, when possibleStefano Rivera2015-12-22
| | | | | | | | | | | | | | | | | | | | 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. Forwarded: not-needed Last-Update: 2014-11-18 Patch-Name: 05_avoid-embedded-ssl-match-hostname.patch
| * Do not use logging-clear-handlers to see all logging output andDaniele Tricoli2015-12-22
| | | | | | | | | | | | | | | | | | disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. Forwarded: not-needed Last-Update: 2014-7-7 Patch-Name: 04_relax_nosetests_options.patch
| * Use setuptools.setup() so that the bdist_wheelBarry Warsaw2015-12-22
| | | | | | | | | | | | | | command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
| * require SSL certificate validation by default by usingJamie Strandboge2015-12-22
| | | | | | | | | | | | | | | | | | 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 Last-Update: 2014-09-01 Patch-Name: 02_require-cert-verification.patch
| * Do not use embedded copy of python-six.Daniele Tricoli2015-12-22
| | | | | | | | | | | | Forwarded: not-needed Patch-Name: 01_do-not-use-embedded-python-six.patch
* | Update changelog for new upstream releaseChristopher Baines2015-12-22
| |
* | merge patched into masterChristopher Baines2015-12-22
|\ \
| * | Do not use embedded copy of ssl.match_hostname, when possibleStefano Rivera2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Forwarded: not-needed Last-Update: 2014-11-18 Patch-Name: 05_avoid-embedded-ssl-match-hostname.patch
| * | Do not use logging-clear-handlers to see all logging output andDaniele Tricoli2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. Forwarded: not-needed Last-Update: 2014-7-7 Patch-Name: 04_relax_nosetests_options.patch
| * | Use setuptools.setup() so that the bdist_wheelBarry Warsaw2015-12-22
| | | | | | | | | | | | | | | | | | | | | command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
| * | require SSL certificate validation by default by usingJamie Strandboge2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Last-Update: 2014-09-01 Patch-Name: 02_require-cert-verification.patch
| * | Do not use embedded copy of python-six.Daniele Tricoli2015-12-22
| |/ | | | | | | | | | | Forwarded: not-needed Patch-Name: 01_do-not-use-embedded-python-six.patch
| * Import python-urllib3_1.13.1.orig.tar.gzupstream/1.13.1upstreamChristopher Baines2015-12-22
| |
* | record new upstream branch created by importing ↵Christopher Baines2015-12-22
| | | | | | | | python-urllib3_1.13.1.orig.tar.gz
* | ignore egg-infoPiotr Ożarowski2015-10-18
| |
* | Refresh debian/patches/01_do-not-use-embedded-python-six.patchDaniele Tricoli2015-10-11
| |
* | Remove debian/patches/06_rely-on-six-to-import-httplib-or-http.client.patchDaniele Tricoli2015-10-11
| | | | | | | | It was taken from upstream and it's now included in this release.
* | merge patched into masterDaniele Tricoli2015-10-10
|\ \
| * | Do not use embedded copy of ssl.match_hostname, when possibleStefano Rivera2015-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Forwarded: not-needed Last-Update: 2014-11-18 Patch-Name: 05_avoid-embedded-ssl-match-hostname.patch
| * | Do not use logging-clear-handlers to see all logging output andDaniele Tricoli2015-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. Forwarded: not-needed Last-Update: 2014-7-7 Patch-Name: 04_relax_nosetests_options.patch
| * | Use setuptools.setup() so that the bdist_wheelBarry Warsaw2015-10-10
| | | | | | | | | | | | | | | | | | | | | command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
| * | require SSL certificate validation by default by usingJamie Strandboge2015-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Last-Update: 2014-09-01 Patch-Name: 02_require-cert-verification.patch
| * | Do not use embedded copy of python-six.Daniele Tricoli2015-10-10
| |/ | | | | | | | | | | Forwarded: not-needed Patch-Name: 01_do-not-use-embedded-python-six.patch
* | Update Vcs fields for git migrationDaniele Tricoli2015-10-10
| |
* | New upstream releaseDaniele Tricoli2015-10-09
| |
* | merge patched into masterDaniele Tricoli2015-10-09
|\ \
| * | Rely on six to import httplib or http.client.SVN-Git Migration2015-10-09
| | | | | | | | | | | | | | | | | | Origin: https://github.com/shazow/urllib3/commit/f4eb94bc36277d5d584683a03fc9eb3950429a15 Patch-Name: 06_rely-on-six-to-import-httplib-or-http.client.patch
| * | Do not use embedded copy of ssl.match_hostname, when possibleStefano Rivera2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Forwarded: not-needed Last-Update: 2014-11-18 Patch-Name: 05_avoid-embedded-ssl-match-hostname.patch
| * | Do not use logging-clear-handlers to see all logging output andDaniele Tricoli2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. Forwarded: not-needed Last-Update: 2014-7-7 Patch-Name: 04_relax_nosetests_options.patch
| * | Use setuptools.setup() so that the bdist_wheelBarry Warsaw2015-10-09
| | | | | | | | | | | | | | | | | | | | | command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
| * | require SSL certificate validation by default by usingJamie Strandboge2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Last-Update: 2014-09-01 Patch-Name: 02_require-cert-verification.patch
| * | Do not use embedded copy of python-six.Daniele Tricoli2015-10-09
| |/ | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2015-05-03 Patch-Name: 01_do-not-use-embedded-python-six.patch
| * Import python-urllib3_1.12.orig.tar.gzDaniele Tricoli2015-10-09
| |
* | record new upstream branch created by importing python-urllib3_1.12.orig.tar.gzDaniele Tricoli2015-10-09
| |
* | Update Vcs fields for git migrationSVN-Git Migration2015-10-08
| |
* | git-dpm configSVN-Git Migration2015-10-08
| |
* | Initialize git-dpmSVN-Git Migration2015-10-08
|\ \
| * | Rely on six to import httplib or http.client.SVN-Git Migration2015-10-08
| | | | | | | | | | | | | | | | | | Origin: https://github.com/shazow/urllib3/commit/f4eb94bc36277d5d584683a03fc9eb3950429a15 Patch-Name: 06_rely-on-six-to-import-httplib-or-http.client.patch
| * | Do not use embedded copy of ssl.match_hostname, when possibleStefano Rivera2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Forwarded: not-needed Last-Update: 2014-11-18 Patch-Name: 05_avoid-embedded-ssl-match-hostname.patch
| * | Do not use logging-clear-handlers to see all logging output andDaniele Tricoli2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | disable cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. Forwarded: not-needed Last-Update: 2014-7-7 Patch-Name: 04_relax_nosetests_options.patch
| * | Use setuptools.setup() so that the bdist_wheelBarry Warsaw2015-10-08
| | | | | | | | | | | | | | | | | | | | | command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
| * | require SSL certificate validation by default by usingJamie Strandboge2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Last-Update: 2014-09-01 Patch-Name: 02_require-cert-verification.patch
| * | Do not use embedded copy of python-six.Daniele Tricoli2015-10-08
| |/ | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2015-05-03 Patch-Name: 01_do-not-use-embedded-python-six.patch
* | Merge SVN HEADSVN-Git Migration2015-10-08
|\ \
| * | s/UNRELEASED/unstable/Piotr Ożarowski2015-09-09
| | |
| * | Add debian/patches/06_rely-on-six-to-import-httplib-or-http.client.patchDaniele Tricoli2015-08-23
| | | | | | | | | | | | | | | Rely on six to import httplib or http.client. Thanks to Edward Betts for the report. (Closes: #796356)
* | | Imported Debian patch 1.11-2Daniele Tricoli2015-08-23
| | |