2.9.0
This commit is contained in:
parent
17f6b2d94d
commit
ad24cb0001
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/requests-2.6.2.tar.gz
|
/requests-2.6.2.tar.gz
|
||||||
/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
|
||||||
|
@ -17,7 +17,7 @@ index f98f528..77a370c 100755
|
|||||||
|
|
||||||
-requires = []
|
-requires = []
|
||||||
+requires = [
|
+requires = [
|
||||||
+ 'urllib3==1.12',
|
+ 'urllib3==1.13',
|
||||||
+]
|
+]
|
||||||
|
|
||||||
version = ''
|
version = ''
|
@ -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.12
|
%global urllib3_unbundled_version 1.13
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.8.1
|
Version: 2.9.0
|
||||||
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
|
||||||
|
* 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
|
* Mon Dec 14 2015 Ralph Bean <rbean@redhat.com> - 2.8.1-1
|
||||||
- Latest upstream.
|
- Latest upstream.
|
||||||
- Bump hard dep on urllib3 to 1.12.
|
- Bump hard dep on urllib3 to 1.12.
|
||||||
|
Loading…
Reference in New Issue
Block a user