This commit is contained in:
Ralph Bean 2015-12-21 10:57:00 -05:00
parent ad24cb0001
commit 1e67cd9506
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/requests-2.7.0.tar.gz /requests-2.7.0.tar.gz
/requests-2.8.1.tar.gz /requests-2.8.1.tar.gz
/requests-2.9.0.tar.gz /requests-2.9.0.tar.gz
/requests-2.9.1.tar.gz

View File

@ -17,7 +17,7 @@ index f98f528..77a370c 100755
-requires = [] -requires = []
+requires = [ +requires = [
+ 'urllib3==1.13', + 'urllib3==1.13.1',
+] +]
version = '' 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())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif %endif
%global urllib3_unbundled_version 1.13 %global urllib3_unbundled_version 1.13.1
Name: python-requests Name: python-requests
Version: 2.9.0 Version: 2.9.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
@ -163,6 +163,9 @@ popd
%endif %endif
%changelog %changelog
* Mon Dec 21 2015 Ralph Bean <rbean@redhat.com> - 2.9.1-1
- new version
* Fri Dec 18 2015 Ralph Bean <rbean@redhat.com> - 2.9.0-1 * Fri Dec 18 2015 Ralph Bean <rbean@redhat.com> - 2.9.0-1
- new version - new version

View File

@ -1 +1 @@
2f46fdceaf4f63e5e3665a8cb50d284f requests-2.9.0.tar.gz 0b7f480d19012ec52bab78292efd976d requests-2.9.1.tar.gz