2.9.0
This commit is contained in:
parent
17f6b2d94d
commit
ad24cb0001
4 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue