aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | |
| | |
| \ \
*-. | | Imported Debian patch 1.11-1Daniele Tricoli2015-08-17
|\ \| | | | |/ | |/|
| | * s/UNRELEASED/unstable/Piotr Ożarowski2015-08-17
| | |
| | * Add python-ntlm to python-urllib3's SuggestsDaniele Tricoli2015-08-17
| | |
| | * Add python{,3}-tornado to Build-DependsDaniele Tricoli2015-08-17
| | |
| | * Refresh 01_do-not-use-embedded-python-six.patchDaniele Tricoli2015-08-17
| | |
| | * New upstream releaseDaniele Tricoli2015-08-17
| | |
| * | Imported Upstream version 1.11SVN-Git Migration2015-10-08
| | |
| | |
| \ \
*-. \ \ Imported Debian patch 1.10.4-1Daniele Tricoli2015-05-03
|\ \ \ \ | | |/ / | |/| / | | |/
| | * s/UNRELEASED/unstable/Piotr Ożarowski2015-05-03
| | |
| | * Bump upstream version to 1.10.4Daniele Tricoli2015-05-03
| | |
| | * Refresh 01_do-not-use-embedded-python-six.patchDaniele Tricoli2015-05-03
| | |
| | * Use pypi.debian.net redirectorDaniele Tricoli2015-05-03
| | |
| | * New upstream releaseDaniele Tricoli2015-05-03
| | |
| * | Imported Upstream version 1.10.4SVN-Git Migration2015-10-08
| | |
| | |
| \ \
*-. \ \ Imported Debian patch 1.10-1Daniele Tricoli2015-01-15
|\ \ \ \ | | |/ / | |/| / | | |/
| | * s/UNRELEASED/experimental/Piotr Ożarowski2015-01-17
| | |
| | * Remove 06_do-not-make-SSLv3-mandatory.patch since it was merged upstreamDaniele Tricoli2015-01-15
| | |
| | * Refresh 01_do-not-use-embedded-python-six.patchDaniele Tricoli2014-12-31
| | |
| | * New upstream releaseDaniele Tricoli2014-12-31
| | |
| * | Imported Upstream version 1.10SVN-Git Migration2015-10-08
| | |
* | | Imported Debian patch 1.9.1-3Daniele Tricoli2014-11-20
|\ \ \ | | |/ | |/|
| * | s/UNRELEASED/unstable/Daniele Tricoli2014-11-20
| | |
| * | Fix typo s/insicure/insecure/Daniele Tricoli2014-11-20
| | |
| * | Add forgotten hash signDaniele Tricoli2014-11-20
| | |
| * | * debian/patches/06_do-not-make-SSLv3-mandatory.patchDaniele Tricoli2014-11-20
| | | | | | | | | | | | | | | - Since SSL version 3 is insicure it is supported only if Python supports it. (Closes: 770246)
| * | * Team upload.Stefano Rivera2014-11-18
| | | | | | | | | | | | | | | | | | * Replace 05_do-not-use-embedded-ssl-match-hostname.patch with 05_avoid-embedded-ssl-match-hostname.patch. Users may use virtualenv with cPython << 2.7.9 (or Debian python2.7 2.7.8-7). (Closes: 755106, 763389)
* | | Imported Debian patch 1.9.1-2Daniele Tricoli2014-10-21
|\| |
| * | s/UNRELEASED/unstable/Piotr Ożarowski2014-10-21
| | |
| * | Bump python{,3}-nose to >=1.3.3 to build urllib3 on Wheezy. Thanks toDaniele Tricoli2014-10-21
| | | | | | | | | | | | | | | Nick Phillips for the report. (Closes: #765035)
| | |
| \ \
*-. | | Imported Debian patch 1.9.1-1Daniele Tricoli2014-09-23
|\ \| | | | |/ | |/|
| | * s/UNRELEASED/unstable/Piotr Ożarowski2014-09-23
| | |
| | * Bump Standards-Version to 3.9.6 (no changes needed)Daniele Tricoli2014-09-23
| | |
| | * Refresh againDaniele Tricoli2014-09-23
| | |
| | * Exclude dummyserver tests since they are also failing upstreamDaniele Tricoli2014-09-23
| | |
| | * Fix forgotten six importDaniele Tricoli2014-09-23
| | |
| | * Remove debian/patches/06_add-test-init-py.patch since fixed upstreamDaniele Tricoli2014-09-23
| | |
| | * Refresh debian/patches/05_do-not-use-embedded-ssl-match-hostname.patchDaniele Tricoli2014-09-22
| | |
| | * Refresh debian/patches/01_do-not-use-embedded-python-six.patchDaniele Tricoli2014-09-22
| | |
| | * New upstream releaseDaniele Tricoli2014-09-22
| | |