Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-build for
openSUSE:Factory checked in at 2026-02-19 14:21:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-build.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build"
Thu Feb 19 14:21:47 2026 rev:28 rq:1333833 version:0.18.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes
2025-09-17 16:44:33.795709061 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-build.new.1977/python-scikit-build.changes
2026-02-19 14:22:13.279836708 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 01:30:48 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Do not test 'setup.py develop'.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-build.spec ++++++
--- /var/tmp/diff_new_pack.OmJ5bm/_old 2026-02-19 14:22:14.435884726 +0100
+++ /var/tmp/diff_new_pack.OmJ5bm/_new 2026-02-19 14:22:14.435884726 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-build
#
-# 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
@@ -108,7 +108,8 @@
donttestmarker="isolated"
# setuptools_scm is a dependency of hatch_vcs
donttestmarker+=" or nosetuptoolsscm"
-%pytest -m "not ($donttestmarker)"
+# avoid setup.py develop, which is heavily deprecated
+%pytest -m "not ($donttestmarker)" -k "not test_hello_develop"
%endif
%if !%{with test}