Accepting request 319000 from devel:languages:python
Update to 2.7.0 OBS-URL: https://build.opensuse.org/request/show/319000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=25
This commit is contained in:
parent
d81488b544
commit
aa3faeab80
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 14:45:44 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
- fix version condition to allow RHEL/CentOS 7 builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 08:52:50 UTC 2015 - hvogel@suse.com
|
||||
|
||||
- Update to 2.7.0
|
||||
- resolving several bugs involving chunked transfer
|
||||
encoding and response framing.
|
||||
- Remove VendorAlias import
|
||||
- Simplify the PreparedRequest.prepare API
|
||||
- Handle UnicodeDecodeErrors
|
||||
- Copy a PreparedRequest's CookieJar more reliably
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 08:39:24 UTC 2015 - lnussel@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Url: http://python-requests.org
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
@ -70,7 +70,7 @@ Features:
|
||||
%setup -q -n requests-%{version}
|
||||
# For rpmlint warning: remove shebang from python library:
|
||||
sed -i '/^#!/d' ./requests/certs.py
|
||||
%if %suse_version > 1110
|
||||
%if 0%{?suse_version} > 1110 || 0%{?rhel} > 6
|
||||
%patch0 -p1
|
||||
%else
|
||||
%patch1 -p1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75
|
||||
size 450389
|
3
requests-2.7.0.tar.gz
Normal file
3
requests-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d
|
||||
size 451723
|
Loading…
Reference in New Issue
Block a user