This commit is contained in:
Ralph Bean 2015-12-18 11:52:21 -05:00
parent 5e3e64d813
commit 298ec5cce9
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/urllib3-a91975b77a2e28394859487fe5ebbf4a3a74e634.tar.gz
/urllib3-1.10.4.tar.gz
/urllib3-1.12.tar.gz
/urllib3-1.13.tar.gz

View File

@ -11,7 +11,7 @@
%global srcname urllib3
Name: python-%{srcname}
Version: 1.12
Version: 1.13
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
* Fri Dec 18 2015 Ralph Bean <rbean@redhat.com> - 1.13-1
- new version
* Mon Dec 14 2015 Ralph Bean <rbean@redhat.com> - 1.12-1
- new version

View File

@ -1 +1 @@
befd9dbb2c373681bd88710ba96abbdb urllib3-1.12.tar.gz
80a5b59dfb9860857250a96b3cf564f2 urllib3-1.13.tar.gz