aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
Commit message (Collapse)AuthorAge
* merge patched into masterHEADmasterChristopher Baines2015-12-22
|
* change version to 2.9.1-1 (UNRELEASED)Christopher Baines2015-12-22
| | | | New upstream release 2.9.1
* merge patched into masterDaniele Tricoli2015-10-23
|
* merge patched into masterDaniele Tricoli2015-10-14
|
* Initialize git-dpmSVN-Git Migration2015-10-08
|
* Cherry pick upstream devendorize patchDaniele Tricoli2015-06-10
|
* Refresh and remove CA certificate bundle from MANIFEST.inDaniele Tricoli2015-05-04
|
* Refresh againDaniele Tricoli2015-05-04
|
* requests.packages must be exportedDaniele Tricoli2015-05-03
|
* Remove 05_do-not-ascribe-cookies-to-the-target-domain.patch since fixed upstreamDaniele Tricoli2015-05-03
|
* Refresh 04_make-requests.packages.urllib3-same-as-urllib3.patchDaniele Tricoli2015-05-03
|
* Refresh 02_use-system-chardet-and-urllib3.patchDaniele Tricoli2015-05-03
|
* Revert my fix for #770172 since it is not an RC bug while I need to fix #780506Daniele Tricoli2015-03-16
|
* Fix session fixation and cookie stealing: CVE-2015-2296. (Closes: #780506)Daniele Tricoli2015-03-16
|
* * debian/patches/05_do-not-make-SSLv3-mandatory.patchDaniele Tricoli2014-11-22
| | | | | | - Since SSL version 3 is insecure it is supported only if Python supports it. (Closes: #770172)
* * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patchDaniele Tricoli2014-11-14
| | | | | | - Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon Gravi for the report. (Closes: #769496)
* * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patchDaniele Tricoli2014-11-11
| | | | | | | - Make Python import system know that requests.packages.urllib3 and urllib3 are the same thing. Thanks to Jakub Wilk for the patch. (Closes: #769047)
* Make DEP3 compliantDaniele Tricoli2014-10-23
|
* Export IncompleteRead from requests.compat since it's imported by python-pipDaniele Tricoli2014-10-23
|
* Refresh 02_use-system-chardet-and-urllib3.patchDaniele Tricoli2014-10-20
|
* Refresh 02_use-system-chardet-and-urllib3.patchDaniele Tricoli2014-10-08
|
* Refresh 01_use-system-ca-certificates.patchDaniele Tricoli2014-10-08
|
* Provide requests.packages package because it will be used to supply a stub ↵Daniele Tricoli2014-07-03
| | | | for requests.packages.urllib3
* * Team upload.Barry Warsaw2014-06-04
| | | | | | | * New upstream release. * d/patches/*: Refreshed. * d/control: Added python{,3}-pytest to Build-Depends. * d/rules: Fixed running of test suite during package build.
* Converted further imports from embedded packages to system modulesDaniele Tricoli2014-01-27
|
* Refreshed 02_use-system-chardet-and-urllib3.patchDaniele Tricoli2014-01-27
|
* Refreshed 02_use-system-chardet-and-urllib3.patchDaniele Tricoli2013-10-17
|
* Refreshed debian/patches/02_use-system-chardet-and-urllib3.patchesDaniele Tricoli2013-06-21
|
* Refreshes debian/patches/02_use-system-chardet-and-urllib3.patch,Thomas Goirand2013-05-11
| | | | | removes debian/patches/03_fixes-egginfo.patch, delete egginfo folder on clean.
* Uploading to unstable.Thomas Goirand2013-05-11
|
* * New upstream version.Thomas Goirand2013-04-25
| | | | * Refreshed bowth debian-specific patches.
* Use the system python-chardet and python-urllib3 instead of the embedded copiesDaniele Tricoli2013-01-19
|
* debian/patches/01_use-system-ca-certificates.patchDaniele Tricoli2013-01-19
| | | | | - Use the bundle provided by ca-certificates instead of the embedded one
* Removed 02_do-not-use-embedded-python-six.patch becauseDaniele Tricoli2013-01-19
| | | | no longer necessary
* Removed 01_do-not-use-python-certifi.patch sinceDaniele Tricoli2013-01-19
| | | | it is no longer necessary
* Refreshed debian/patches/01_do-not-use-python-certifi.patchDaniele Tricoli2012-05-04
|
* Refreshed debian/patches/01_do-not-use-python-certifi.patchDaniele Tricoli2012-04-23
|
* Refreshed debian/patches/02_do-not-use-embedded-python-six.patchDaniele Tricoli2012-04-01
|
* Removed embedded copy of python-sixDaniele Tricoli2012-03-18
|
* Refreshed 01_do-not-use-python-certifi.patchDaniele Tricoli2012-03-16
|
* Removed 02_fix-python3-except-sintax-error.patch as it is applied upstreamDaniele Tricoli2012-03-16
|
* * debian/patches/02_fix-python3-except-sintax-error.patchesDaniele Tricoli2012-02-05
| | | | | - Fix SyntaxError on Python3 because "except Error, e" is not supported anymore
* * debian/patches/01_do-not-use-python-certifi.patchDaniele Tricoli2012-02-05
- To verify SSL certificates for HTTPS requests, use the bundle provided by ca-certificates instead of python-certifi