Skip to content

Commit

Permalink
Update to 2.24.0
Browse files Browse the repository at this point in the history
Remove no longer needed patches:

  Don-t-inject-pyopenssl-into-urllib3.patch:
    psf/requests#5443

  requests-2.20.0-no-py2-httpbin.patch:
    python2-requests is no more anyway
  • Loading branch information
hroncok committed Jul 11, 2020
1 parent f176dee commit 7278940
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
/requests-v2.21.0.tar.gz
/requests-v2.22.0.tar.gz
/requests-v2.23.0.tar.gz
/requests-v2.24.0.tar.gz
38 changes: 0 additions & 38 deletions Don-t-inject-pyopenssl-into-urllib3.patch

This file was deleted.

14 changes: 6 additions & 8 deletions python-requests.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
34 changes: 0 additions & 34 deletions requests-2.20.0-no-py2-httpbin.patch

This file was deleted.

2 changes: 1 addition & 1 deletion sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SHA512 (requests-v2.23.0.tar.gz) = a8e670d928fce3531629a6d73ee6b47882f3eba47684841bfce44376781b2b9c5c97186e1750ee582b0c11fa67c983f340f95eb2a4f19042f4cbc77ae090a69c
SHA512 (requests-v2.24.0.tar.gz) = a7ce3775f1f38a98cf6ae445637a46cf27f903fc8aa3f535bac5032d628f1661cbfb10cb1e6bc60e703a9216cc46adcb903dfb8b7a2ff8a8f4f1442d9f2229f1

0 comments on commit 7278940

Please sign in to comment.