HTTP library, written in Python, for human beings
Go to file
yatinkarel 255ca6064a Add minimum requirement for chardet and urllib3
"requests" imposes minimum requirement for chardet[1]
and urllib3[2] and returns warning in case requirement
is not met, since these deps can be pre installed,
specifying minimum requirement for package, so these
deps get's updated when python-requests package is
installed or updated.

[1] https://github.com/kennethreitz/requests/blob/v2.22.0/requests/__init__.py#L65
[2] https://github.com/kennethreitz/requests/blob/v2.22.0/requests/__init__.py#L60
2019-06-11 10:03:22 +05:30
.gitignore Update to v2.22 2019-05-23 14:42:04 -04:00
Don-t-inject-pyopenssl-into-urllib3.patch Update to v2.19.0 2018-06-12 14:17:56 -04:00
patch-requests-certs.py-to-use-the-system-CA-bundle.patch Update to v2.22 2019-05-23 14:42:04 -04:00
python-requests.spec Add minimum requirement for chardet and urllib3 2019-06-11 10:03:22 +05:30
Remove-tests-that-use-the-tarpit.patch Update to 2.18.1 (#1449432) 2017-06-19 16:35:58 -04:00
requests-2.12.4-tests_nonet.patch Include and enable tests (now python-pytest-httpbin is packaged) 2016-12-30 11:03:31 -08:00
requests-2.20.0-no-py2-httpbin.patch No pytest-httpbin for Python 2 2018-11-26 11:25:10 +01:00
sources Update to v2.22 2019-05-23 14:42:04 -04:00
support-pytest-4.patch Pick up Miro's pytest 4 fix 2019-05-23 15:46:49 -04:00