Update to 1.16
This commit is contained in:
parent
bc86150b0a
commit
0731463aa2
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/urllib3-1.13.tar.gz
|
||||
/urllib3-1.13.1.tar.gz
|
||||
/urllib3-1.15.1.tar.gz
|
||||
/urllib3-1.16.tar.gz
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
%global srcname urllib3
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.15.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
License: MIT
|
||||
|
|
@ -204,6 +204,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||
%endif # with_python3
|
||||
|
||||
%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
|
||||
- Create python2 subpackage to comply with guidelines.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5be254b0dbb55d1307ede99e1895c8dd urllib3-1.15.1.tar.gz
|
||||
fcaab1c5385c57deeb7053d3d7d81d59 urllib3-1.16.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue