Update to v2.19.0

This commit is contained in:
Jeremy Cline 2018-06-12 14:17:56 -04:00
commit 2455988645
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB
7 changed files with 28 additions and 80 deletions

View file

@ -9,8 +9,8 @@
Name: python-requests
Version: 2.18.4
Release: 6%{?dist}
Version: 2.19.0
Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings
License: ASL 2.0
@ -41,9 +41,6 @@ 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
# Temporary fixes to work with urllib3 until requests-2.19 is tagged upstream
Patch5: Allow-urllib3-1.23.patch
BuildArch: noarch
%description
@ -150,6 +147,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
%changelog
* Tue Jun 12 2018 Jeremy Cline <jeremy@jcline.org> - 2.19.0-1
- Update to v2.19.0 (rhbz 1590508)
* Fri Jun 08 2018 Jeremy Cline <jeremy@jcline.org> - 2.18.4-6
- Don't print runtime warning about urllib3 v1.23 (rhbz 1589306)