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 2025-08-04 15:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old) and /work/SRC/openSUSE:Factory/.python-scikit-build.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build" Mon Aug 4 15:24:52 2025 rev:26 rq:1297341 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes 2024-11-28 22:42:17.416810715 +0100 +++ /work/SRC/openSUSE:Factory/.python-scikit-build.new.1085/python-scikit-build.changes 2025-08-04 15:25:12.642971403 +0200 @@ -1,0 +2,6 @@ +Mon Aug 4 02:52:33 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Add patch support-new-cmake.patch: + * Support newer version of cmake. + +------------------------------------------------------------------- New: ---- support-new-cmake.patch ----------(New B)---------- New: - Add patch support-new-cmake.patch: * Support newer version of cmake. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-build.spec ++++++ --- /var/tmp/diff_new_pack.X0b0DI/_old 2025-08-04 15:25:13.407003497 +0200 +++ /var/tmp/diff_new_pack.X0b0DI/_new 2025-08-04 15:25:13.407003497 +0200 @@ -1,7 +1,8 @@ # # spec file for package python-scikit-build # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2025 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 @@ -36,6 +37,8 @@ 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 BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch-vcs} ++++++ support-new-cmake.patch ++++++ Index: scikit_build-0.18.1/tests/samples/issue-335-support-cmake-source-dir/CMakeLists.txt =================================================================== --- scikit_build-0.18.1.orig/tests/samples/issue-335-support-cmake-source-dir/CMakeLists.txt +++ scikit_build-0.18.1/tests/samples/issue-335-support-cmake-source-dir/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5.0) project(hello NONE)