Accepting request 651457 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/651457 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=114
This commit is contained in:
parent
f7387ae626
commit
5b988d3f50
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 21:34:10 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 2.20.1:
|
||||
* Bugfixes
|
||||
+ Fixed bug with unintended Authorization header stripping for
|
||||
redirects using default ports (http/80, https/443).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 09:20:26 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -22,12 +22,7 @@
|
||||
%define test 1
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if %{test}
|
||||
Name: python-requests-%{flavor}
|
||||
%else
|
||||
Name: python-requests
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Version: 2.20.1
|
||||
Release: 0
|
||||
Summary: Python HTTP Library
|
||||
License: Apache-2.0
|
||||
@ -56,6 +51,11 @@ Recommends: python-cryptography >= 1.3.4
|
||||
Recommends: python-pyOpenSSL >= 0.14
|
||||
BuildArch: noarch
|
||||
%if %{test}
|
||||
Name: python-requests-%{flavor}
|
||||
%else
|
||||
Name: python-requests
|
||||
%endif
|
||||
%if %{test}
|
||||
BuildRequires: %{python_module PySocks >= 1.5.6}
|
||||
BuildRequires: %{python_module chardet >= 3.0.2}
|
||||
BuildRequires: %{python_module idna < 2.8}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c
|
||||
size 111179
|
3
requests-2.20.1.tar.gz
Normal file
3
requests-2.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263
|
||||
size 111475
|
Loading…
Reference in New Issue
Block a user