1
0

- unpin urllib3 to resolve conflict with python-kubernetes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=69
This commit is contained in:
Dirk Mueller 2023-08-14 09:05:38 +00:00 committed by Git OBS Bridge
parent b7930c98b0
commit ff1f53c804
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 14 09:05:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- unpin urllib3 to resolve conflict with python-kubernetes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 25 13:44:24 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Jul 25 13:44:24 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -42,7 +42,6 @@ BuildRequires: %{python_module responses}
BuildRequires: %{python_module rsa >= 3.1.4} BuildRequires: %{python_module rsa >= 3.1.4}
BuildRequires: %{python_module setuptools >= 40.3.0} BuildRequires: %{python_module setuptools >= 40.3.0}
BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: %{python_module urllib3 < 2.0}
# END TESTING SECTION # END TESTING SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -52,11 +51,11 @@ Requires: python-pyasn1-modules >= 0.2.1
Requires: python-rsa >= 3.1.4 Requires: python-rsa >= 3.1.4
Requires: python-setuptools >= 40.3.0 Requires: python-setuptools >= 40.3.0
Requires: python-six >= 1.9.0 Requires: python-six >= 1.9.0
Requires: python-urllib3 < 2.0
Recommends: python-aiohttp >= 3.6.2 Recommends: python-aiohttp >= 3.6.2
Recommends: python-pyOpenSSL >= 20.0.0 Recommends: python-pyOpenSSL >= 20.0.0
Recommends: python-pyu2f >= 0.1.5 Recommends: python-pyu2f >= 0.1.5
Recommends: python-requests >= 2.20.0 Recommends: python-requests >= 2.20.0
Recommends: python-urllib3
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages