Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-jose for openSUSE:Factory checked in at 2026-02-26 18:59:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-jose (Old) and /work/SRC/openSUSE:Factory/.python-python-jose.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jose" Thu Feb 26 18:59:55 2026 rev:13 rq:1335277 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-jose/python-python-jose.changes 2025-09-11 14:43:21.205978857 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-jose.new.29461/python-python-jose.changes 2026-02-26 18:59:58.749870568 +0100 @@ -1,0 +2,6 @@ +Wed Feb 25 13:41:28 UTC 2026 - Markéta Machová <[email protected]> + +- Fix the condition with suse_version macro on SLFO (jsc#PED-15844) +- Skip test failing with recent cryptography + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-jose.spec ++++++ --- /var/tmp/diff_new_pack.R0AdQM/_old 2026-02-26 18:59:59.481901112 +0100 +++ /var/tmp/diff_new_pack.R0AdQM/_new 2026-02-26 18:59:59.485901279 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-python-jose # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,7 @@ %if %{with test} # pycryptodome is needed just for one test added in CVE-2024-33663. # This package is not in Leap, so do not require for other versions. -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 BuildRequires: %{python_module pycryptodome} %endif BuildRequires: %{python_module pytest} @@ -106,7 +106,8 @@ %if %{with test} %check -%pytest -rsEf +# https://github.com/mpdavis/python-jose/pull/396 test_incorrect_public_key_hmac_signing fails with cryptography 46 +%pytest -rsEf -k "not test_incorrect_public_key_hmac_signing" %endif %if ! %{with test}
