1.10.2
This commit is contained in:
parent
39487aaa7a
commit
db79cbad44
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/urllib3-1.9.1.tar.gz
|
||||
/urllib3-1.10.tar.gz
|
||||
/urllib3-1.10.1.tar.gz
|
||||
/urllib3-1.10.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%global srcname urllib3
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.10.1
|
||||
Version: 1.10.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
|
|
@ -163,6 +163,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2015 Ralph Bean <rbean@redhat.com> - 1.10.2-1
|
||||
- new version
|
||||
|
||||
* Wed Feb 18 2015 Ralph Bean <rbean@redhat.com> - 1.10.1-1
|
||||
- new version
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
820cae9eb984edc41dea504a56ec0267 urllib3-1.10.1.tar.gz
|
||||
e5b04971d8e6a77b591284d407e810fb urllib3-1.10.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue