Update to v2.22
This commit is contained in:
parent
5a18b5a1e8
commit
f4fd5a97b9
5 changed files with 53 additions and 21 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.20.0
|
||||
Version: 2.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
|
|
@ -33,6 +33,9 @@ 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://github.com/kennethreitz/requests/pull/5049
|
||||
Patch5: support-pytest-4.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
|
@ -139,6 +142,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 23 2019 Jeremy Cline <jcline@redhat.com> - 2.22.0-1
|
||||
- Update to v2.22.0
|
||||
- Don't rely on certifi being patched properly to use the system CA bundle
|
||||
|
||||
* Mon Oct 29 2018 Jeremy Cline <jeremy@jcline.org> - 2.20.0-1
|
||||
- Update to v2.20.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue