1
0

Accepting request 970265 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/970265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-04-17 21:49:43 +00:00 committed by Git OBS Bridge
commit 676e17f526
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 14 21:10:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't test the converter for the deprecated oauth2client library
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 9 19:20:46 UTC 2022 - Matej Cepl <mcepl@suse.com> Sat Apr 9 19:20:46 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -23,7 +23,7 @@ Version: 2.6.3
Release: 0 Release: 0
Summary: Google Authentication Library Summary: Google Authentication Library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python URL: https://github.com/googleapis/google-auth-library-python
Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz
Patch0: ga_python-executable-name.patch Patch0: ga_python-executable-name.patch
BuildRequires: %{python_module Flask} BuildRequires: %{python_module Flask}
@ -32,8 +32,6 @@ BuildRequires: %{python_module aiohttp >= 3.6.2}
BuildRequires: %{python_module cachetools >= 2.0.0} BuildRequires: %{python_module cachetools >= 2.0.0}
BuildRequires: %{python_module freezegun} BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module oauth2client-gce}
BuildRequires: %{python_module oauth2client}
BuildRequires: %{python_module pyOpenSSL >= 20.0.0} BuildRequires: %{python_module pyOpenSSL >= 20.0.0}
BuildRequires: %{python_module pyasn1-modules >= 0.2.1} BuildRequires: %{python_module pyasn1-modules >= 0.2.1}
BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest-localserver}
@ -75,7 +73,8 @@ This library simplifies using Googles various server-to-server authentication
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pytest # don't test deprecated oauth2client utilities if we don't have it anymore
%pytest --ignore tests/test__oauth2client.py
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE