1
0

Accepting request 1250250 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1250250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-build-core?expand=0&rev=9
This commit is contained in:
2025-03-06 13:48:10 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Mar 4 13:18:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 0.11.0
* Update vendored pyproject-metadata (PEP 639 support)
* 0.11+ default to metadata 2.2
* Rework CMake search path settings and add cmake.root
* add SKBUILD_SABI_VERSION
* Support TOML lists in cmake.define
* Add new field build.requires
* Drop python<=3.7 support
* Setuptools plugin: pyproject-toml only config support
* Setuptools plugin: error for cmake_install_target
* Lock during experimental editable.rebuild
* Vendor updates
-------------------------------------------------------------------
Mon Sep 30 02:48:05 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-build-core
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.10.7
Version: 0.11.0
Release: 0
Summary: Build backend for CMake based projects
License: Apache-2.0
@@ -34,7 +34,7 @@ URL: https://github.com/scikit-build/scikit-build-core
Source0: https://files.pythonhosted.org/packages/source/s/scikit_build_core/scikit_build_core-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE scikit-build-core-offline-wheelhouse.patch provide the testing wheels without runtime download code@bnavigator.de
Patch1: scikit-build-core-offline-wheelhouse.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch-vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module packaging >= 21.3}
@@ -44,11 +44,6 @@ BuildRequires: python-rpm-macros
Requires: cmake >= 3.15
Requires: python-packaging >= 21.3
Requires: python-pathspec >= 0.10.1
Requires: (python-exceptiongroup >= 1 if python-base < 3.11)
Requires: (python-importlib-metadata >= 4.13 if python-base < 3.8)
Requires: (python-importlib-resources >= 1.3 if python-base < 3.9)
Requires: (python-tomli >= 1.2.2 if python-base < 3.11)
Requires: (python-typing-extensions >= 3.10.0 if python-base < 3.9)
Recommends: ninja
Recommends: python-rich
Provides: python-scikit_build_core = %{version}-%{release}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8
size 255019

View File

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