This commit is contained in:
Ralph Bean 2015-12-18 12:22:36 -05:00
parent 17f6b2d94d
commit ad24cb0001
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/requests-2.6.2.tar.gz
/requests-2.7.0.tar.gz
/requests-2.8.1.tar.gz
/requests-2.9.0.tar.gz

View File

@ -17,7 +17,7 @@ index f98f528..77a370c 100755
-requires = []
+requires = [
+ 'urllib3==1.12',
+ 'urllib3==1.13',
+]
version = ''

View File

@ -4,10 +4,10 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif
%global urllib3_unbundled_version 1.12
%global urllib3_unbundled_version 1.13
Name: python-requests
Version: 2.8.1
Version: 2.9.0
Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings
@ -163,6 +163,9 @@ popd
%endif
%changelog
* Fri Dec 18 2015 Ralph Bean <rbean@redhat.com> - 2.9.0-1
- new version
* Mon Dec 14 2015 Ralph Bean <rbean@redhat.com> - 2.8.1-1
- Latest upstream.
- Bump hard dep on urllib3 to 1.12.

View File

@ -1 +1 @@
a27ea3d72d7822906ddce5e252d6add9 requests-2.8.1.tar.gz
2f46fdceaf4f63e5e3665a8cb50d284f requests-2.9.0.tar.gz