diff --git a/python-requests.changes b/python-requests.changes index 03cd13b..f2ec58a 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 23 21:34:10 UTC 2018 - Arun Persaud + +- 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 diff --git a/python-requests.spec b/python-requests.spec index 556ffb9..9e2a845 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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} diff --git a/requests-2.20.0.tar.gz b/requests-2.20.0.tar.gz deleted file mode 100644 index afe004d..0000000 --- a/requests-2.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c -size 111179 diff --git a/requests-2.20.1.tar.gz b/requests-2.20.1.tar.gz new file mode 100644 index 0000000..e8520bd --- /dev/null +++ b/requests-2.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263 +size 111475