diff --git a/python-google-auth.changes b/python-google-auth.changes index 8ed27d9..01f31bf 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 14 21:10:23 UTC 2022 - Ben Greiner + +- Don't test the converter for the deprecated oauth2client library + ------------------------------------------------------------------- Sat Apr 9 19:20:46 UTC 2022 - Matej Cepl diff --git a/python-google-auth.spec b/python-google-auth.spec index 34b7976..c4541aa 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -23,7 +23,7 @@ Version: 2.6.3 Release: 0 Summary: Google Authentication Library 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 Patch0: ga_python-executable-name.patch 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 freezegun} BuildRequires: %{python_module mock} -BuildRequires: %{python_module oauth2client-gce} -BuildRequires: %{python_module oauth2client} BuildRequires: %{python_module pyOpenSSL >= 20.0.0} BuildRequires: %{python_module pyasn1-modules >= 0.2.1} BuildRequires: %{python_module pytest-localserver} @@ -75,7 +73,8 @@ This library simplifies using Google’s various server-to-server authentication %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# don't test deprecated oauth2client utilities if we don't have it anymore +%pytest --ignore tests/test__oauth2client.py %files %{python_files} %license LICENSE