Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-build-core for
openSUSE:Factory checked in at 2024-09-06 17:18:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-build-core (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-build-core.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build-core"
Fri Sep 6 17:18:52 2024 rev:6 rq:1199104 version:0.10.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-scikit-build-core/python-scikit-build-core.changes
2024-06-11 18:33:16.957618440 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-build-core.new.10096/python-scikit-build-core.changes
2024-09-06 17:19:15.825683250 +0200
@@ -1,0 +2,82 @@
+Thu Sep 5 20:51:54 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 0.10.5
+ * This version fixes an issue rebuilding if you have a build-dir
+ set and are using isolated build environments. The cache is now
+ correctly cleared if this occurs. An issue with a certain style
+ of gitignore was also fixed.
+- Version 0.10.4
+ * This version fixes the logic for handling the sysconfig
+ variables on Windows for the values that used to be only
+ provided on UNIX. This mostly affects targeting the Stable ABI
+ on Python 3.13. Editable install rebuilds now work if you have
+ a wheel.install-dir set, too.
+- Version 0.10.3
+ * This release fixes an issue on Windows systems with non-utf-8
+ default encodings for Python <3.14 when reading gitignores with
+ special characters.
+- Version 0.10.2
+ * This release fixes a regression with 0.10 where a manually
+ included file in an sdist would get included twice, affecting
+ some tools (like uv).
+- Version 0.10.1
+ * Fix crash when building inside a submodule by @ausbin in #854
+ * cmake.minimum-version logic issue by @henryiii in #853
+- Version 0.10.0
+ * This version adds auto CMake version discovery, opt-in auto
+ minimum-version, rebuild on failure support, quite a few new
+ override options greatly expanding the static config options
+ for builds, more powerful regexs, and more.
+ ## New features:
+ * Auto CMake version by @henryiii in #804
+ * Auto minimum-version by @henryiii in #798
+ * Add fail setting to instant-fail build by @henryiii in #824
+ * Add messages config for failure/success by @henryiii in #825
+ * New color system for message config by @henryiii in #842
+ * Add if.abi-flags (for free-threaded) by @henryiii in #819
+ * Adding if.system-cmake and if.cmake-wheel by @henryiii in #826
+ * Add if.from-sdist for overrides by @henryiii in #812
+ * Add if.failed (retry) by @henryiii in #820
+ * Add if.scikit-build-version by @henryiii in #851
+ * Packages can also be specified via a table by @henryiii in #841
+ * Move cmake.targets and cmake.verbose to build.targets and
+ build.verbose by @henryiii in #793
+ * Support multipart regex using result= by @henryiii in #818
+ * Add remove= postprocess to regex by @henryiii in #828
+ ## Fixes:
+ * Warn if cmake/ninja in build system requirements by @henryiii
+ in #803
+ * Detect manual generator setting for get_requires_* by @henryiii
+ in #840
+ * Support nested and local gitignores by @henryiii in #827
+- Version 0.9.8
+ * This version ships a few more small fixes. Multi-target builds
+ were missing build arguments due to an exhausted generator. And
+ some packages seem to hard-code ${CMAKE_INSTALL_PREFIX} in the
+ install() call, which is an anti-pattern, but we can set that
+ variable too. More tests now run on Python 3.7.
+ ## Fixes:
+ * Empty build arguments for some targets in multi-target build by
+ @junrushao in #784
+ * Support packages that hardcode CMAKE_INSTALL_PREFIX in their
+ install commands by @henryiii in #786
+ * Logger shouldn't warn for missing lib on UNIX by @henryiii in
+ * #787
+ ## Tests:
+ * Use ZipFile instead of zipfile.Path to enable more tests on
+ Python 3.7 by @henryiii in #785
+- Version 0.9.7
+ * Set CC and CXX from sysconfig if not set by @henryiii in #782
+ * musllinux tag incorrect by @henryiii in #773
+ * Logger unconditionally set to DEBUG in non-PEP 517 usage by
+ @henryiii in #779
+- Version 0.9.6
+ * Improve error message when metadata.version.provider not set by
+ @thewtex in #762
+ * Only inject logic if cmake_* keywords present by @kiwifb in
+ #768
+ * Only replace color tags if the color is defined by @bnavigator
+ in #764
+- Drop scikit-build-core-pr764-printversion.patch
+
+-------------------------------------------------------------------
Old:
----
scikit-build-core-pr764-printversion.patch
scikit_build_core-0.9.5.tar.gz
New:
----
scikit_build_core-0.10.5.tar.gz
BETA DEBUG BEGIN:
Old: in #764
- Drop scikit-build-core-pr764-printversion.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-build-core.spec ++++++
--- /var/tmp/diff_new_pack.6ij1lr/_old 2024-09-06 17:19:16.533712673 +0200
+++ /var/tmp/diff_new_pack.6ij1lr/_new 2024-09-06 17:19:16.537712839 +0200
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-scikit-build-core
-Version: 0.9.5
+Version: 0.10.5
Release: 0
Summary: Build backend for CMake based projects
License: Apache-2.0
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-FIX-UPSTREAM scikit-build-core-pr764-printversion.patch
gh#scikit-build/scikit-build-core#764
-Patch0: scikit-build-core-pr764-printversion.patch
# PATCH-FEATURE-OPENSUSE scikit-build-core-offline-wheelhouse.patch provide
the testing wheels without runtime download [email protected]
Patch1: scikit-build-core-offline-wheelhouse.patch
BuildRequires: %{python_module base >= 3.7}
++++++ scikit-build-core-offline-wheelhouse.patch ++++++
--- /var/tmp/diff_new_pack.6ij1lr/_old 2024-09-06 17:19:16.565714003 +0200
+++ /var/tmp/diff_new_pack.6ij1lr/_new 2024-09-06 17:19:16.569714168 +0200
@@ -1,8 +1,8 @@
-Index: scikit_build_core-0.4.7/tests/conftest.py
+Index: scikit_build_core-0.10.5/tests/conftest.py
===================================================================
---- scikit_build_core-0.4.7.orig/tests/conftest.py
-+++ scikit_build_core-0.4.7/tests/conftest.py
-@@ -34,52 +34,7 @@ BASE = DIR.parent
+--- scikit_build_core-0.10.5.orig/tests/conftest.py
++++ scikit_build_core-0.10.5/tests/conftest.py
+@@ -35,51 +35,7 @@ BASE = DIR.parent
@pytest.fixture(scope="session")
def pep518_wheelhouse(tmp_path_factory: pytest.TempPathFactory) -> Path:
@@ -24,8 +24,7 @@
- "build",
- "cython",
- "hatchling",
-- "pip>=23; python_version<'3.13'",
-- "pip>=24.1b1; python_version>='3.13'",
+- "pip",
- "pybind11",
- "setuptools",
- "virtualenv",
++++++ scikit_build_core-0.9.5.tar.gz -> scikit_build_core-0.10.5.tar.gz ++++++
++++ 8611 lines of diff (skipped)