17
0

Compare commits

2 Commits

Author SHA256 Message Date
83d024ab72 Accepting request 1305724 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1305724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-build-core?expand=0&rev=10
2025-09-19 13:33:33 +00:00
0255863681 - 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/package/show/devel:languages:python:numeric/python-scikit-build-core?expand=0&rev=19
2025-09-18 08:38:31 +00:00
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 17 15:52:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b
size 271991

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b
size 286006