Merge branch 'master' into f22
This commit is contained in:
commit
cc688b27c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/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
|
/urllib3-1.10.2.tar.gz
|
||||||
|
/urllib3-1.10.3.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%global srcname urllib3
|
%global srcname urllib3
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.10.2
|
Version: 1.10.3
|
||||||
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
|
||||||
|
|
||||||
@ -167,6 +167,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 22 2015 Ralph Bean <rbean@redhat.com> - 1.10.3-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Thu Feb 26 2015 Ralph Bean <rbean@redhat.com> - 1.10.2-1
|
* Thu Feb 26 2015 Ralph Bean <rbean@redhat.com> - 1.10.2-1
|
||||||
- new version
|
- new version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user