2.9.1
This commit is contained in:
parent
ad24cb0001
commit
1e67cd9506
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/requests-2.7.0.tar.gz
|
||||
/requests-2.8.1.tar.gz
|
||||
/requests-2.9.0.tar.gz
|
||||
/requests-2.9.1.tar.gz
|
||||
|
@ -17,7 +17,7 @@ index f98f528..77a370c 100755
|
||||
|
||||
-requires = []
|
||||
+requires = [
|
||||
+ 'urllib3==1.13',
|
||||
+ 'urllib3==1.13.1',
|
||||
+]
|
||||
|
||||
version = ''
|
@ -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.13
|
||||
%global urllib3_unbundled_version 1.13.1
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.9.0
|
||||
Version: 2.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
@ -163,6 +163,9 @@ popd
|
||||
%endif
|
||||
|
||||
%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
|
||||
- new version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user