1.13.1
This commit is contained in:
parent
298ec5cce9
commit
948beaa046
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
80a5b59dfb9860857250a96b3cf564f2 urllib3-1.13.tar.gz
|
||||
380bde6575f53196119ddacfb5b8a6fd urllib3-1.13.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue