Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oauthlib for openSUSE:Factory
checked in at 2024-08-13 13:22:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oauthlib (Old)
and /work/SRC/openSUSE:Factory/.python-oauthlib.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oauthlib"
Tue Aug 13 13:22:53 2024 rev:35 rq:1193372 version:3.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oauthlib/python-oauthlib.changes
2023-04-22 22:00:42.761306936 +0200
+++
/work/SRC/openSUSE:Factory/.python-oauthlib.new.7232/python-oauthlib.changes
2024-08-13 13:23:05.073847769 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 08:42:35 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Skip failing test with jwt 2.9.0
+ gh#oauthlib/oauthlib#877
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oauthlib.spec ++++++
--- /var/tmp/diff_new_pack.IhG0UB/_old 2024-08-13 13:23:05.837879603 +0200
+++ /var/tmp/diff_new_pack.IhG0UB/_new 2024-08-13 13:23:05.837879603 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oauthlib
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
BuildRequires: %{python_module blinker >= 1.4}
BuildRequires: %{python_module cryptography >= 3.0.0 }
BuildRequires: %{python_module pyasn1}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -67,7 +68,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pyunittest discover -v
+# Failing test with JWT 2.9.0 gh#oauthlib/oauthlib#877
+donttest="test_rsa_bad_keys"
+%pytest -k "not $donttest"
%files %{python_files}
%license LICENSE