Update to 2.24.0

Remove no longer needed patches:

  Don-t-inject-pyopenssl-into-urllib3.patch:
    https://github.com/psf/requests/issues/5443

  requests-2.20.0-no-py2-httpbin.patch:
    python2-requests is no more anyway
This commit is contained in:
Miro Hrončok 2020-07-10 23:49:14 +02:00
commit 72789402b3
5 changed files with 8 additions and 81 deletions

View file

@ -9,8 +9,8 @@
Name: python-requests
Version: 2.23.0
Release: 5%{?dist}
Version: 2.24.0
Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings
License: ASL 2.0
@ -30,12 +30,6 @@ Patch2: Remove-tests-that-use-the-tarpit.patch
# a pretty odd one so this is a niche requirement.
Patch3: requests-2.12.4-tests_nonet.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1567862
Patch4: Don-t-inject-pyopenssl-into-urllib3.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1653223
Patch5: requests-2.20.0-no-py2-httpbin.patch
BuildArch: noarch
%description
@ -108,6 +102,10 @@ sed -i 's/ --doctest-modules//' pytest.ini
%changelog
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 2.24.0-1
- Update to 2.24.0
- Resolves rhbz#1848104
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 2.23.0-5
- Add requests[security] and requests[socks] subpackages