Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-auth for 
openSUSE:Factory checked in at 2022-04-17 23:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-auth.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-auth"

Sun Apr 17 23:49:43 2022 rev:18 rq:970265 version:2.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-google-auth/python-google-auth.changes    
2022-04-12 00:13:53.065333246 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-auth.new.1941/python-google-auth.changes
  2022-04-17 23:49:56.830315844 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 21:10:23 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Don't test the converter for the deprecated oauth2client library
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-google-auth.spec ++++++
--- /var/tmp/diff_new_pack.vPXvAO/_old  2022-04-17 23:49:57.270316447 +0200
+++ /var/tmp/diff_new_pack.vPXvAO/_new  2022-04-17 23:49:57.274316452 +0200
@@ -23,7 +23,7 @@
 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 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 @@
 %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

Reply via email to