From 51ad9b1d1eed7c8f774347c8adc78bf566bad18280e4b8a894bd32f14e4a4e3e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Jul 2023 09:48:25 +0000 Subject: [PATCH 1/4] 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 From d4c65819e92515a430bb00a45546e0101389ef0c2033dadfdc2c45c4d1cc9a52 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Jul 2023 14:26:06 +0000 Subject: [PATCH 2/4] Accepting request 1099243 from home:glaubitz:branches:devel:languages:python - Update to 2.22.0 * Adding meta header for trust boundary (#1334) * Introduce compatibility with native namespace packages (#1205) * Deprecate UserAccessTokenCredentials (#1344) - Update file list in %files section OBS-URL: https://build.opensuse.org/request/show/1099243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=67 --- google-auth-2.21.0.tar.gz | 3 --- google-auth-2.22.0.tar.gz | 3 +++ python-google-auth.changes | 9 +++++++++ python-google-auth.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 google-auth-2.21.0.tar.gz create mode 100644 google-auth-2.22.0.tar.gz diff --git a/google-auth-2.21.0.tar.gz b/google-auth-2.21.0.tar.gz deleted file mode 100644 index 9ce878d..0000000 --- a/google-auth-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28e8048e57727e7cf0e5bd8e7276b212aef476654a09511354aa82753b45c66 -size 230720 diff --git a/google-auth-2.22.0.tar.gz b/google-auth-2.22.0.tar.gz new file mode 100644 index 0000000..de18b9e --- /dev/null +++ b/google-auth-2.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce +size 231433 diff --git a/python-google-auth.changes b/python-google-auth.changes index 9d78361..d7ffabe 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 18 10:56:40 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 2.22.0 + * Adding meta header for trust boundary (#1334) + * Introduce compatibility with native namespace packages (#1205) + * Deprecate UserAccessTokenCredentials (#1344) +- Update file list in %files section + ------------------------------------------------------------------- Mon Jul 10 08:18:34 UTC 2023 - Dominique Leuenberger diff --git a/python-google-auth.spec b/python-google-auth.spec index f94343a..5f0d730 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-google-auth -Version: 2.21.0 +Version: 2.22.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -84,6 +84,5 @@ This library simplifies using Google’s various server-to-server authentication %{python_sitelib}/google/auth %{python_sitelib}/google/oauth2 %{python_sitelib}/google_auth-%{version}*-info -%{python_sitelib}/google_auth-%{version}*-nspkg.pth %changelog From b7930c98b08a61c4be8568a07fe118ae5366e24de2390f02b61abd0c3755ca65 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:26:02 +0000 Subject: [PATCH 3/4] Accepting request 1100639 from home:ecsos:python - Fix not installable error OBS-URL: https://build.opensuse.org/request/show/1100639 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=68 --- python-google-auth.changes | 5 +++++ python-google-auth.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-google-auth.changes b/python-google-auth.changes index d7ffabe..a19fb28 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 25 13:44:24 UTC 2023 - ecsos + +- Fix not installable error + ------------------------------------------------------------------- Tue Jul 18 10:56:40 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index 5f0d730..48b75ea 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -52,7 +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) +Requires: python-urllib3 < 2.0 Recommends: python-aiohttp >= 3.6.2 Recommends: python-pyOpenSSL >= 20.0.0 Recommends: python-pyu2f >= 0.1.5 From ff1f53c80466694119931c9897a06ab9f3ec40a0f2e0533c703434818c2c828e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Aug 2023 09:05:38 +0000 Subject: [PATCH 4/4] - 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 --- python-google-auth.changes | 5 +++++ python-google-auth.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-google-auth.changes b/python-google-auth.changes index a19fb28..21a38f4 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 09:05:07 UTC 2023 - Dirk Müller + +- unpin urllib3 to resolve conflict with python-kubernetes + ------------------------------------------------------------------- Tue Jul 25 13:44:24 UTC 2023 - ecsos diff --git a/python-google-auth.spec b/python-google-auth.spec index 48b75ea..5d474d3 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -42,7 +42,6 @@ BuildRequires: %{python_module responses} BuildRequires: %{python_module rsa >= 3.1.4} BuildRequires: %{python_module setuptools >= 40.3.0} BuildRequires: %{python_module six >= 1.9.0} -BuildRequires: %{python_module urllib3 < 2.0} # END TESTING SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -52,11 +51,11 @@ 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 Recommends: python-aiohttp >= 3.6.2 Recommends: python-pyOpenSSL >= 20.0.0 Recommends: python-pyu2f >= 0.1.5 Recommends: python-requests >= 2.20.0 +Recommends: python-urllib3 BuildArch: noarch %python_subpackages