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-06-17 17:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-build.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build"
Wed Jun 17 17:41:13 2026 rev:29 rq:1360069 version:0.19.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes
2026-02-19 14:22:13.279836708 +0100
+++
/work/SRC/openSUSE:Factory/.python-scikit-build.new.1981/python-scikit-build.changes
2026-06-17 17:41:18.070986034 +0200
@@ -1,0 +2,23 @@
+Wed Jun 17 14:56:59 UTC 2026 - Ben Greiner <[email protected]>
+
+- Add scikit-build-pr1180-warnsetuptools.patch
+ gh#scikit-build/scikit-build#1180
+
+-------------------------------------------------------------------
+Mon May 25 20:14:29 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.19.0:
+ * Drop Python 3.7 in :pr:`1134`
+ * Update for newer setuptools in :pr:`1120`
+ * setuptools_wrap.py: parse CMAKE_ARGS with shlex.split like
+ elsewhere by :user:`haampie` in :pr:`1126`
+ * Drop dry-run (removed in setuptools) in :pr:`1166`
+ * Ensure generic f2py executable is looked up first by
+ :user:`smiet` in :pr:`1111`
+ * Support Python 3.14 in CI in :pr:`1167`
+ * pytest log_level is better than log_cli_level in :pr:`1164`
+ * Bot suffix now required for changelog filtering in :pr:`1168`
+- drop scikit-build-pr1120-upddistutils.patch,
+ support-new-cmake.patch: upstream
+
+-------------------------------------------------------------------
Old:
----
scikit-build-pr1120-upddistutils.patch
scikit_build-0.18.1.tar.gz
support-new-cmake.patch
New:
----
scikit-build-pr1180-warnsetuptools.patch
scikit_build-0.19.0.tar.gz
----------(Old B)----------
Old: * Bot suffix now required for changelog filtering in :pr:`1168`
- drop scikit-build-pr1120-upddistutils.patch,
support-new-cmake.patch: upstream
Old:- drop scikit-build-pr1120-upddistutils.patch,
support-new-cmake.patch: upstream
----------(Old E)----------
----------(New B)----------
New:
- Add scikit-build-pr1180-warnsetuptools.patch
gh#scikit-build/scikit-build#1180
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-build.spec ++++++
--- /var/tmp/diff_new_pack.KDqiYq/_old 2026-06-17 17:41:19.275035967 +0200
+++ /var/tmp/diff_new_pack.KDqiYq/_new 2026-06-17 17:41:19.279036133 +0200
@@ -27,17 +27,15 @@
%{?sle15_python_module_pythons}
Name: python-scikit-build%{psuffix}
-Version: 0.18.1
+Version: 0.19.0
Release: 0
Summary: Improved build system generator for Python
C/C++/Fortran/Cython extensions
License: MIT
URL: https://github.com/scikit-build/scikit-build
Source:
https://files.pythonhosted.org/packages/source/s/scikit-build/scikit_build-%{version}.tar.gz
Source99: sample-setup.cfg
-# PATCH-FIX-UPSTREAM scikit-build-pr1120-upddistutils.patch
gh#scikit-build/scikit-build#1120
-Patch0: scikit-build-pr1120-upddistutils.patch
-# PATCH-FIX-OPENSUSE Support newer cmake
-Patch1: support-new-cmake.patch
+# PATCH-FIX-UPSTREAM scikit-build-pr1180-warnsetuptools.patch
gh#scikit-build/scikit-build#1180
+Patch0: scikit-build-pr1180-warnsetuptools.patch
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module hatch-fancy-pypi-readme}
BuildRequires: %{python_module hatch-vcs}
@@ -51,9 +49,6 @@
Requires: python-packaging
Requires: python-setuptools >= 42.0.0
Requires: python-wheel >= 0.32.0
-%if %{python_version_nodots} < 38
-Requires: python-typing-extensions >= 3.7
-%endif
%if %{python_version_nodots} < 311
Requires: python-tomli
%endif
@@ -61,7 +56,6 @@
# Note: When tests fail try `osc build ---clean` in order to get rid of
remnant numpy typing stubs in $HOME
BuildRequires: %{python_module Cython >= 0.25.1}
BuildRequires: %{python_module build >= 0.7}
-BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module numpy-devel >= 1.21}
BuildRequires: %{python_module pytest >= 6.0.0}
BuildRequires: %{python_module pytest-mock >= 1.10.4}
@@ -80,7 +74,7 @@
Improved build system generator for Python C/C++/Fortran/Cython extensions
%prep
-%autosetup -p1 -n scikit_build-%{version}
+%autosetup -n scikit_build-%{version}
%if %{with test}
# some tests call setup.py develop|install|test, which by default write to /usr
# This is not allowed in OBS
@@ -114,7 +108,7 @@
%if !%{with test}
%files %{python_files}
-%doc AUTHORS.rst README.rst CONTRIBUTING.rst docs/
+%doc CHANGES.rst README.rst docs/
%license LICENSE
%{python_sitelib}/skbuild
%{python_sitelib}/scikit_build-%{version}.dist-info
++++++ scikit-build-pr1180-warnsetuptools.patch ++++++
>From e1c0d6786268299e1e2645c0193c852cf2f5756d Mon Sep 17 00:00:00 2001
From: Henry Schreiner <[email protected]>
Date: Mon, 4 May 2026 12:55:12 -0400
Subject: [PATCH 4/5] Add warning ignore for cmake-example version
---
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
Index: scikit_build-0.19.0/pyproject.toml
===================================================================
--- scikit_build-0.19.0.orig/pyproject.toml
+++ scikit_build-0.19.0/pyproject.toml
@@ -185,6 +185,7 @@ filterwarnings = [
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
'ignore:onerror argument is deprecated, use onexc
instead:DeprecationWarning', # Caused by wheel and Python 3.12
'ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is
deprecated:DeprecationWarning:_pytest',
+ "ignore:No GlobalOverrides context is active:UserWarning", # Caused by
setuptoools-scm 9+ being installed
]
log_level = "INFO"
markers = [
++++++ scikit_build-0.18.1.tar.gz -> scikit_build-0.19.0.tar.gz ++++++
++++ 1874 lines of diff (skipped)