1.12
This commit is contained in:
parent
9cbc253664
commit
5e3e64d813
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/urllib3-585983ab3f7fb7a0e0b223ebdab1b45471dbefe4.tar.gz
|
||||
/urllib3-a91975b77a2e28394859487fe5ebbf4a3a74e634.tar.gz
|
||||
/urllib3-1.10.4.tar.gz
|
||||
/urllib3-1.12.tar.gz
|
||||
|
@ -11,8 +11,8 @@
|
||||
%global srcname urllib3
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.10.4
|
||||
Release: 7%{?dist}
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
License: MIT
|
||||
@ -216,6 +216,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2015 Ralph Bean <rbean@redhat.com> - 1.12-1
|
||||
- new version
|
||||
|
||||
* Thu Oct 15 2015 Robert Kuska <rkuska@redhat.com> - 1.10.4-7
|
||||
- Rebuilt for Python3.5 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user