From 452e8d46840ad68213dcbeb74d0d73f32e8ec985dd3c68ec6fb3222de50c4f85 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Jul 2023 09:48:25 +0000 Subject: [PATCH] Accepting request 1097897 from home:dimstar:Factory - Require python-urllib3 < 2.0 if python-urllib3: urllib3 seems not strictly required, but when it's there, we need it to be older than version 2.0. OBS-URL: https://build.opensuse.org/request/show/1097897 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=66 --- python-google-auth.changes | 7 +++++++ python-google-auth.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/python-google-auth.changes b/python-google-auth.changes index db34f8e..9d78361 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 10 08:18:34 UTC 2023 - Dominique Leuenberger + +- Require python-urllib3 < 2.0 if python-urllib3: urllib3 seems not + strictly required, but when it's there, we need it to be older + than version 2.0. + ------------------------------------------------------------------- Tue Jun 27 10:51:30 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index bb6dfef..f94343a 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -52,6 +52,7 @@ Requires: python-pyasn1-modules >= 0.2.1 Requires: python-rsa >= 3.1.4 Requires: python-setuptools >= 40.3.0 Requires: python-six >= 1.9.0 +Requires: (python-urllib3 < 2.0 if python-urllib3) Recommends: python-aiohttp >= 3.6.2 Recommends: python-pyOpenSSL >= 20.0.0 Recommends: python-pyu2f >= 0.1.5