Accepting request 738592 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/738592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=36
This commit is contained in:
commit
4e31bbb477
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 10:53:45 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>
|
||||||
|
|
||||||
|
- Require a new enough release of python-six. 1.25.6 needs at least
|
||||||
|
1.12.0 for ensure_text() and friends.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 13:18:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Oct 2 13:18:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ Requires: python-certifi
|
|||||||
Requires: python-cryptography >= 1.3.4
|
Requires: python-cryptography >= 1.3.4
|
||||||
Requires: python-idna >= 2.0.0
|
Requires: python-idna >= 2.0.0
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
Requires: python-six
|
Requires: python-six >= 1.12.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# for SSL module on older distros
|
# for SSL module on older distros
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
@ -69,7 +69,7 @@ BuildRequires: %{python_module idna >= 2.0.0}
|
|||||||
BuildRequires: %{python_module mock >= 1.3.0}
|
BuildRequires: %{python_module mock >= 1.3.0}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six >= 1.12.0}
|
||||||
BuildRequires: %{python_module tornado < 6}
|
BuildRequires: %{python_module tornado < 6}
|
||||||
BuildRequires: %{python_module urllib3 >= %{version}}
|
BuildRequires: %{python_module urllib3 >= %{version}}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user