Accepting request 1103816 from devel:languages:python

- unpin urllib3 to resolve conflict with python-kubernetes 

- Fix not installable error

- 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

- 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/1103816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2023-08-16 12:16:29 +00:00 committed by Git OBS Bridge
commit b676736f09
4 changed files with 31 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b28e8048e57727e7cf0e5bd8e7276b212aef476654a09511354aa82753b45c66
size 230720

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce
size 231433

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
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>
- Fix not installable error
-------------------------------------------------------------------
Tue Jul 18 10:56:40 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dimstar@opensuse.org>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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
@ -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
@ -56,6 +55,7 @@ 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
@ -83,6 +83,5 @@ This library simplifies using Googles 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