Accepting request 651559 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/651559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=53
This commit is contained in:
commit
57f16393c1
@ -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>
|
Tue Oct 30 09:20:26 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -22,12 +22,7 @@
|
|||||||
%define test 1
|
%define test 1
|
||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%if %{test}
|
Version: 2.20.1
|
||||||
Name: python-requests-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-requests
|
|
||||||
%endif
|
|
||||||
Version: 2.20.0
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python HTTP Library
|
Summary: Python HTTP Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -56,6 +51,11 @@ Recommends: python-cryptography >= 1.3.4
|
|||||||
Recommends: python-pyOpenSSL >= 0.14
|
Recommends: python-pyOpenSSL >= 0.14
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{test}
|
%if %{test}
|
||||||
|
Name: python-requests-%{flavor}
|
||||||
|
%else
|
||||||
|
Name: python-requests
|
||||||
|
%endif
|
||||||
|
%if %{test}
|
||||||
BuildRequires: %{python_module PySocks >= 1.5.6}
|
BuildRequires: %{python_module PySocks >= 1.5.6}
|
||||||
BuildRequires: %{python_module chardet >= 3.0.2}
|
BuildRequires: %{python_module chardet >= 3.0.2}
|
||||||
BuildRequires: %{python_module idna < 2.8}
|
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…
x
Reference in New Issue
Block a user