Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-extension-helpers for
openSUSE:Factory checked in at 2026-02-11 18:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extension-helpers (Old)
and /work/SRC/openSUSE:Factory/.python-extension-helpers.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-extension-helpers"
Wed Feb 11 18:47:59 2026 rev:6 rq:1332354 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-extension-helpers/python-extension-helpers.changes
2025-07-15 16:44:35.965599940 +0200
+++
/work/SRC/openSUSE:Factory/.python-extension-helpers.new.1670/python-extension-helpers.changes
2026-02-11 18:48:50.205350251 +0100
@@ -1,0 +2,5 @@
+Wed Feb 11 03:11:42 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Skip a test that is broken upstream.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-extension-helpers.spec ++++++
--- /var/tmp/diff_new_pack.wSnDSS/_old 2026-02-11 18:48:50.805375449 +0100
+++ /var/tmp/diff_new_pack.wSnDSS/_new 2026-02-11 18:48:50.821376121 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-extension-helpers
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -67,7 +67,9 @@
%check
# mismatch: can't build and don't neeed limited api cp310 in our flavored
environment
-donttest="test_limited_api and cp310"
+donttest="(test_limited_api and cp310)"
+# broken upstream
+donttest+=" or test_limited_api_invalid_abi"
%pytest --pyargs extension_helpers -k "not ($donttest)"
%files %{python_files}