Python HTTP library with thread-safe connection pooling and file post
Go to file
yatinkarel a1d6618ef3 Update minimal requirement of six to >= 1.16.0
urllib3-1.26.5 to work properly needs six to be
atleast >= 1.16.0. So to ensure when urllib3 is installed
already installed python3-six is upgraded let's set minimum
requirement of six to >= 1.16.0[1] which contains required methods like
six.ensure_text method needed by urllib3-1.26.5, also urllib3
bundles six-1.16.0[2].

[1] https://github.com/urllib3/urllib3/commit/5b047b
[2] https://github.com/urllib3/urllib3/commit/2698537
2021-06-30 10:13:21 +05:30
.fmf Run pipenv tests on package update 2021-06-11 09:08:14 +02:00
plans Run pipenv tests on package update 2021-06-11 09:08:14 +02:00
.gitignore Update to 1.26.5 2021-06-16 12:57:03 +02:00
python-urllib3.spec Update minimal requirement of six to >= 1.16.0 2021-06-30 10:13:21 +05:30
sources Update to 1.26.5 2021-06-16 12:57:03 +02:00
ssl_match_hostname_py3.py Restore ssl_match_hostname unbundle wrapper 2021-06-16 14:23:31 +02:00