Update minimal requirement of six to >= 1.16.0
urllib3-1.26.5 to work properly needs six to be atleast >= 1.16.0. So to ensure when urllib3 is installed already installed python3-six is upgraded let's set minimum requirement of six to >= 1.16.0[1] which contains required methods like six.ensure_text method needed by urllib3-1.26.5, also urllib3 bundles six-1.16.0[2]. [1] https://github.com/urllib3/urllib3/commit/5b047b [2] https://github.com/urllib3/urllib3/commit/2698537
This commit is contained in:
parent
b71ec3d8c8
commit
a1d6618ef3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.26.5
|
Version: 1.26.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,7 +37,7 @@ BuildRequires: python3-idna
|
|||||||
|
|
||||||
Requires: ca-certificates
|
Requires: ca-certificates
|
||||||
Requires: python3-idna
|
Requires: python3-idna
|
||||||
Requires: python3-six
|
Requires: python3-six >= 1.16.0
|
||||||
Requires: python3-pysocks
|
Requires: python3-pysocks
|
||||||
|
|
||||||
%description -n python3-%{srcname}
|
%description -n python3-%{srcname}
|
||||||
@ -117,6 +117,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 30 2021 Yatin Karel <ykarel@redhat.com> - 1.26.5-2
|
||||||
|
- Update minimal requirement of six to >= 1.16.0
|
||||||
|
|
||||||
* Wed Jun 16 2021 Karolina Surma <ksurma@redhat.com> - 1.26.5-1
|
* Wed Jun 16 2021 Karolina Surma <ksurma@redhat.com> - 1.26.5-1
|
||||||
- Update to 1.26.5
|
- Update to 1.26.5
|
||||||
- Fixes rhbz#1965056
|
- Fixes rhbz#1965056
|
||||||
|
Loading…
Reference in New Issue
Block a user