2.8.1
This commit is contained in:
parent
9bbee01263
commit
d84ebd44eb
@ -4,11 +4,11 @@
|
|||||||
%{!?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.10.4
|
%global urllib3_unbundled_version 1.12
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.7.0
|
Version: 2.8.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -163,6 +163,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 14 2015 Ralph Bean <rbean@redhat.com> - 2.8.1-1
|
||||||
|
- Latest upstream.
|
||||||
|
- Bump hard dep on urllib3 to 1.12.
|
||||||
|
|
||||||
* Mon Nov 02 2015 Robert Kuska <rkuska@redhat.com> - 2.7.0-8
|
* Mon Nov 02 2015 Robert Kuska <rkuska@redhat.com> - 2.7.0-8
|
||||||
- Rebuilt for Python3.5 rebuild
|
- Rebuilt for Python3.5 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user