This commit is contained in:
Ralph Bean 2015-02-25 21:23:27 -05:00
parent 39487aaa7a
commit db79cbad44
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/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 /urllib3-1.10.1.tar.gz
/urllib3-1.10.2.tar.gz

View File

@ -7,7 +7,7 @@
%global srcname urllib3 %global srcname urllib3
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.10.1 Version: 1.10.2
Release: 1%{?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
@ -163,6 +163,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
%endif # with_python3 %endif # with_python3
%changelog %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 * Wed Feb 18 2015 Ralph Bean <rbean@redhat.com> - 1.10.1-1
- new version - new version

View File

@ -1 +1 @@
820cae9eb984edc41dea504a56ec0267 urllib3-1.10.1.tar.gz e5b04971d8e6a77b591284d407e810fb urllib3-1.10.2.tar.gz