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 2025-02-06 22:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-auth.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-auth"

Thu Feb  6 22:01:59 2025 rev:53 rq:1243430 version:2.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-google-auth/python-google-auth.changes    
2025-02-04 18:09:59.649253163 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-auth.new.2316/python-google-auth.changes
  2025-02-06 22:02:04.973872268 +0100
@@ -1,0 +2,9 @@
+Wed Feb  5 13:24:01 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Skip test broken with new pyOpenSSL
+  * as pyOpenSSL should not be used anymore and continues deprecating 
+    functionality, this library should really be migrated to cryptography,
+    otherwise we are facing serious problems in the future
+  * https://github.com/googleapis/google-auth-library-python/issues/1665
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-google-auth.spec ++++++
--- /var/tmp/diff_new_pack.J6UOrO/_old  2025-02-06 22:02:05.881909542 +0100
+++ /var/tmp/diff_new_pack.J6UOrO/_new  2025-02-06 22:02:05.885909707 +0100
@@ -74,7 +74,8 @@
 
 %check
 # don't test deprecated oauth2client utilities if we don't have it anymore
-%pytest --ignore tests/test__oauth2client.py
+# deprecated OpenSSL.crypto started dropping functionality: 
https://github.com/googleapis/google-auth-library-python/issues/1665
+%pytest --ignore tests/test__oauth2client.py -k "not (TestDecryptPrivateKey 
and test_success)"
 
 %files %{python_files}
 %license LICENSE

Reply via email to