This commit is contained in:
Ralph Bean 2015-12-21 10:18:48 -05:00
parent 298ec5cce9
commit 948beaa046
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/urllib3-1.10.4.tar.gz
/urllib3-1.12.tar.gz
/urllib3-1.13.tar.gz
/urllib3-1.13.1.tar.gz

View File

@ -11,7 +11,7 @@
%global srcname urllib3
Name: python-%{srcname}
Version: 1.13
Version: 1.13.1
Release: 1%{?dist}
Summary: Python HTTP library with thread-safe connection pooling and file post
@ -216,6 +216,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
%endif # with_python3
%changelog
* Mon Dec 21 2015 Ralph Bean <rbean@redhat.com> - 1.13.1-1
- new version
* Fri Dec 18 2015 Ralph Bean <rbean@redhat.com> - 1.13-1
- new version

View File

@ -1 +1 @@
80a5b59dfb9860857250a96b3cf564f2 urllib3-1.13.tar.gz
380bde6575f53196119ddacfb5b8a6fd urllib3-1.13.1.tar.gz