Update to 1.21.1 (#1445280)

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-05-17 13:07:03 -04:00
commit ebed52294d
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%global srcname urllib3
Name: python-%{srcname}
Version: 1.20
Version: 1.21.1
Release: 1%{?dist}
Summary: Python HTTP library with thread-safe connection pooling and file post
@ -142,6 +142,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
%changelog
* Wed May 17 2017 Jeremy Cline <jeremy@jcline.org> - 1.21.1-1
- Update to 1.21.1 (#1445280)
* Thu Feb 09 2017 Jeremy Cline <jeremy@jcline.org> - 1.20-1
- Update to 1.20 (#1414775)