From 68df3d07342aa15e60201514cfe795bb3e09d9bc9255f4e8e655b7950dc49ec6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 18 Sep 2025 08:38:31 +0000 Subject: [PATCH] Accepting request 1305699 from home:mcalabkova:branches:devel:languages:python - Update to 0.11.6 * Bump pyproject-metadata to handle form feeds on Python < 3.12.8 * Bump pytest version and include pytest-xdist * Parse the CMake file-api during configuration * fix: add scripts to _DICT_STR_FIELDS for dynamic metadata * Officially support Python 3.14 OBS-URL: https://build.opensuse.org/request/show/1305699 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build-core?expand=0&rev=19 --- python-scikit-build-core.changes | 10 ++++++++++ python-scikit-build-core.spec | 11 ++++++----- scikit_build_core-0.11.0.tar.gz | 3 --- scikit_build_core-0.11.6.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 scikit_build_core-0.11.0.tar.gz create mode 100644 scikit_build_core-0.11.6.tar.gz diff --git a/python-scikit-build-core.changes b/python-scikit-build-core.changes index a503e78..d36e290 100644 --- a/python-scikit-build-core.changes +++ b/python-scikit-build-core.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 17 15:52:25 UTC 2025 - Markéta Machová + +- Update to 0.11.6 + * Bump pyproject-metadata to handle form feeds on Python < 3.12.8 + * Bump pytest version and include pytest-xdist + * Parse the CMake file-api during configuration + * fix: add scripts to _DICT_STR_FIELDS for dynamic metadata + * Officially support Python 3.14 + ------------------------------------------------------------------- Tue Mar 4 13:18:55 UTC 2025 - Markéta Machová diff --git a/python-scikit-build-core.spec b/python-scikit-build-core.spec index ffec403..c93175a 100644 --- a/python-scikit-build-core.spec +++ b/python-scikit-build-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-scikit-build-core # -# Copyright (c) 2025 SUSE LLC +# 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 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-scikit-build-core%{psuffix} -Version: 0.11.0 +Version: 0.11.6 Release: 0 Summary: Build backend for CMake based projects License: Apache-2.0 @@ -37,12 +37,12 @@ Patch1: scikit-build-core-offline-wheelhouse.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} -BuildRequires: %{python_module packaging >= 21.3} +BuildRequires: %{python_module packaging >= 23.2} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: cmake >= 3.15 -Requires: python-packaging >= 21.3 +Requires: python-packaging >= 23.2 Requires: python-pathspec >= 0.10.1 Recommends: ninja Recommends: python-rich @@ -55,6 +55,7 @@ BuildRequires: %{python_module distlib >= 0.3.5} BuildRequires: %{python_module pybind11-devel >= 2.11} BuildRequires: %{python_module pytest >= 7.2} BuildRequires: %{python_module pytest-subprocess >= 1.5.0} +BuildRequires: %{python_module pytest-xdist >= 3.1} BuildRequires: %{python_module rich} BuildRequires: %{python_module scikit-build-core = %{version}} BuildRequires: %{python_module setuptools} @@ -111,7 +112,7 @@ export PYTEST_DEBUG_TEMPROOT=./tmp donttestmark="isolated" # different hash due to different build environment: donttest="test_pep517_sdist_hash or test_pep518_sdist" -%pytest -m "not ($donttestmark)" -k "not ($donttest)" +%pytest -n auto -m "not ($donttestmark)" -k "not ($donttest)" %endif %if !%{with test} diff --git a/scikit_build_core-0.11.0.tar.gz b/scikit_build_core-0.11.0.tar.gz deleted file mode 100644 index 8480698..0000000 --- a/scikit_build_core-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b -size 271991 diff --git a/scikit_build_core-0.11.6.tar.gz b/scikit_build_core-0.11.6.tar.gz new file mode 100644 index 0000000..7e49190 --- /dev/null +++ b/scikit_build_core-0.11.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b +size 286006