1.10.1
This commit is contained in:
parent
a641ca8965
commit
5ce4305a64
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/urllib3-1.8.2.tar.gz
|
/urllib3-1.8.2.tar.gz
|
||||||
/urllib3-1.9.1.tar.gz
|
/urllib3-1.9.1.tar.gz
|
||||||
/urllib3-1.10.tar.gz
|
/urllib3-1.10.tar.gz
|
||||||
|
/urllib3-1.10.1.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%global srcname urllib3
|
%global srcname urllib3
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.10
|
Version: 1.10.1
|
||||||
Release: 2%{?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
|
||||||
@ -163,6 +163,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2015 Ralph Bean <rbean@redhat.com> - 1.10.1-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Mon Jan 05 2015 Ralph Bean <rbean@redhat.com> - 1.10-2
|
* Mon Jan 05 2015 Ralph Bean <rbean@redhat.com> - 1.10-2
|
||||||
- Copy in a shim for ssl_match_hostname on python3.
|
- Copy in a shim for ssl_match_hostname on python3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user