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 2023-07-01 23:18:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-build-core (Old) and /work/SRC/openSUSE:Factory/.python-scikit-build-core.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build-core" Sat Jul 1 23:18:28 2023 rev:3 rq:1096282 version:0.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-build-core/python-scikit-build-core.changes 2023-04-06 15:57:36.280859282 +0200 +++ /work/SRC/openSUSE:Factory/.python-scikit-build-core.new.13546/python-scikit-build-core.changes 2023-07-01 23:18:32.266435290 +0200 @@ -1,0 +2,15 @@ +Fri Jun 30 18:52:43 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 0.4.7: + * remove SKBUILD_STATE unused message when building + [gh#scikit-build/scikit-build-core#401]. + * logging environment should use reprs + [gh#scikit-build/scikit-build-core#409]. +- Add %{name}.rpmlintrc file to suppress false positives about + missing required or left-over python modules. +- Disable an additional sdist test that requires access to the + network. +- Rebase scikit-build-core-offline-wheelhouse.patch so that it + applies cleanly against updated sources. + +------------------------------------------------------------------- Old: ---- scikit_build_core-0.2.2.tar.gz New: ---- python-scikit-build-core.rpmlintrc scikit_build_core-0.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-build-core.spec ++++++ --- /var/tmp/diff_new_pack.cgFweX/_old 2023-07-01 23:18:33.022439821 +0200 +++ /var/tmp/diff_new_pack.cgFweX/_new 2023-07-01 23:18:33.026439846 +0200 @@ -17,12 +17,13 @@ Name: python-scikit-build-core -Version: 0.2.2 +Version: 0.4.7 Release: 0 Summary: Build backend for CMake based projects License: Apache-2.0 URL: https://github.com/scikit-build/scikit-build-core -Source: https://files.pythonhosted.org/packages/source/s/scikit_build_core/scikit_build_core-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/scikit_build_core/scikit_build_core-%{version}.tar.gz +Source1: %{name}.rpmlintrc # PATCH-FEATURE-OPENSUSE scikit-build-core-offline-wheelhouse.patch provide the testing wheels without runtime download c...@bnavigator.de Patch1: scikit-build-core-offline-wheelhouse.patch BuildRequires: %{python_module base >= 3.7} @@ -105,10 +106,13 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# A writable temp dir is required for some tests +mkdir ./tmp +export PYTEST_DEBUG_TEMPROOT=./tmp # no wheel dependencies for isolated build provided donttestmark="isolated" # different hash due to different build environment: -donttest="test_pep517_sdist_hash" +donttest="test_pep517_sdist_hash or test_pep518_sdist" %pytest -m "not ($donttestmark)" -k "not ($donttest)" %files %{python_files} ++++++ python-scikit-build-core.rpmlintrc ++++++ # False positives due to rpmlint's inability to read python versioned requires addFilter("W: python-missing-require exceptiongroup") addFilter("W: python-missing-require importlib-metadata") addFilter("W: python-missing-require importlib-resources") addFilter("W: python-missing-require typing-extensions") addFilter("W: python-missing-require tomli") ++++++ scikit-build-core-offline-wheelhouse.patch ++++++ --- /var/tmp/diff_new_pack.cgFweX/_old 2023-07-01 23:18:33.074440134 +0200 +++ /var/tmp/diff_new_pack.cgFweX/_new 2023-07-01 23:18:33.078440157 +0200 @@ -1,7 +1,8 @@ -diff -ur scikit_build_core-0.1.5.orig/tests/conftest.py scikit_build_core-0.1.5/tests/conftest.py ---- scikit_build_core-0.1.5.orig/tests/conftest.py 2023-01-27 19:49:07.842530605 +0100 -+++ scikit_build_core-0.1.5/tests/conftest.py 2023-01-27 19:56:01.269327907 +0100 -@@ -27,49 +27,7 @@ +Index: scikit_build_core-0.4.7/tests/conftest.py +=================================================================== +--- scikit_build_core-0.4.7.orig/tests/conftest.py ++++ scikit_build_core-0.4.7/tests/conftest.py +@@ -36,50 +36,7 @@ BASE = DIR.parent @pytest.fixture(scope="session") def pep518_wheelhouse(tmp_path_factory: pytest.TempPathFactory) -> Path: @@ -21,8 +22,9 @@ - ) - packages = [ - "build", +- "hatchling", +- "pip>=23", - "pybind11", -- "rich", - "setuptools", - "virtualenv", - "wheel", ++++++ scikit_build_core-0.2.2.tar.gz -> scikit_build_core-0.4.7.tar.gz ++++++ ++++ 10806 lines of diff (skipped)