aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-requests/patches
Commit message (Collapse)AuthorAge
* python-requests: bump to version 2.26.0Alexandru Ardelean2021-07-23
| | | | | | | | | This version prefers charset_normalizer instead of chardet. chardet is still usable if available. Dropping patches for idna. Not required anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-requests: split up patches into two filesRosen Penev2021-02-15
| | | | | | | | quilt cannot handle two patches in one file. It ends up merging them and removing the description from the second. To avoid this, split into two. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-requests: add patch to solve idna conflictJosef Schlehofer2021-01-10
| | | | | | | Fixes: pkg_resources.ContextualVersionConflict: (idna 3.0 (/usr/lib/python3.9/site-packages), Requirement.parse('idna<3,>=2.5'), {'requests'}) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-requests: update to version 2.22.0Josef Schlehofer2019-05-16
| | | | | | Remove patch, which is included in this release Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-requests: allow urllib3 1.25.xJosef Schlehofer2019-05-08
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>