- Update python-urllib3 minimum requirement to build with latest
python-urllib3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=9
This commit is contained in:
parent
534fb48e1b
commit
4437532dc1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 12:00:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update python-urllib3 minimum requirement to build with latest
|
||||
python-urllib3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:24:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-elastic-transport
|
||||
@ -30,7 +29,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-certifi
|
||||
Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
|
||||
Requires: (python-urllib3 >= 1.26.2)
|
||||
BuildArch: noarch
|
||||
%if 0%{python_version_nodots} < 37
|
||||
Requires: python-dataclasses
|
||||
@ -45,7 +44,7 @@ BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module trustme}
|
||||
BuildRequires: %{python_module urllib3 >= 1.26.2 with %python-urllib3 < 2}
|
||||
BuildRequires: %{python_module urllib3 >= 1.26.2}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user