Update to 1.16
This commit is contained in:
parent
bc86150b0a
commit
0731463aa2
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/urllib3-1.13.tar.gz
|
/urllib3-1.13.tar.gz
|
||||||
/urllib3-1.13.1.tar.gz
|
/urllib3-1.13.1.tar.gz
|
||||||
/urllib3-1.15.1.tar.gz
|
/urllib3-1.15.1.tar.gz
|
||||||
|
/urllib3-1.16.tar.gz
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
%global srcname urllib3
|
%global srcname urllib3
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.15.1
|
Version: 1.16
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -204,6 +204,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2016 Kevin Fenzi <kevin@scrye.com> - 1.16-1
|
||||||
|
- Update to 1.16
|
||||||
|
|
||||||
* Thu Jun 02 2016 Ralph Bean <rbean@redhat.com> - 1.15.1-3
|
* Thu Jun 02 2016 Ralph Bean <rbean@redhat.com> - 1.15.1-3
|
||||||
- Create python2 subpackage to comply with guidelines.
|
- Create python2 subpackage to comply with guidelines.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user