From 6352162ae679d8866c11480da43e8cd8a431ef2c7e596f1b1fee3e16ba42c1f3 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 11 May 2023 14:55:04 +0000 Subject: [PATCH] Accepting request 1086568 from home:bnavigator:branches:devel:languages:python:numeric - Update to 0.17.4 * Make sure include dir is found even if the lib is not present in #974. - Release 0.17.3 * A small release related to PYTHON_LIBRARY handling changes in 0.17.2; scikit-build 0.17.3 returns an empty string from get_python_library if no Python library is present (like on manylinux), where 0.17.2 returned None, and previous versions returned a non-existent path. Note that adding REQUIRED to find_package(PythonLibs will fail, but it is incorrect (you must not link to libPython.so) and was really just injecting a non-existent path before. ## Bug fixes * Keep get_python_library return type string if python lib non-existing for now in #959. * Avoid 'not found' warning if libs are not found by FindPythonExtensions in #960. * FindNumPy should not call FindPythonLibs in #958. OBS-URL: https://build.opensuse.org/request/show/1086568 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build?expand=0&rev=38 --- python-scikit-build.changes | 22 ++++++++++++++++++++++ python-scikit-build.spec | 2 +- scikit_build-0.17.2.tar.gz | 3 --- scikit_build-0.17.4.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 scikit_build-0.17.2.tar.gz create mode 100644 scikit_build-0.17.4.tar.gz diff --git a/python-scikit-build.changes b/python-scikit-build.changes index 5644bb4..f2e4835 100644 --- a/python-scikit-build.changes +++ b/python-scikit-build.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu May 11 14:26:58 UTC 2023 - Ben Greiner + +- Update to 0.17.4 + * Make sure include dir is found even if the lib is not present + in #974. +- Release 0.17.3 + * A small release related to PYTHON_LIBRARY handling changes in + 0.17.2; scikit-build 0.17.3 returns an empty string from + get_python_library if no Python library is present (like on + manylinux), where 0.17.2 returned None, and previous versions + returned a non-existent path. Note that adding REQUIRED to + find_package(PythonLibs will fail, but it is incorrect (you + must not link to libPython.so) and was really just injecting a + non-existent path before. + ## Bug fixes + * Keep get_python_library return type string if python lib + non-existing for now in #959. + * Avoid 'not found' warning if libs are not found by + FindPythonExtensions in #960. + * FindNumPy should not call FindPythonLibs in #958. + ------------------------------------------------------------------- Mon May 8 07:47:37 UTC 2023 - Johannes Kastl diff --git a/python-scikit-build.spec b/python-scikit-build.spec index 5c47120..96255b5 100644 --- a/python-scikit-build.spec +++ b/python-scikit-build.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-scikit-build%{psuffix} -Version: 0.17.2 +Version: 0.17.4 Release: 0 Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions License: MIT diff --git a/scikit_build-0.17.2.tar.gz b/scikit_build-0.17.2.tar.gz deleted file mode 100644 index 7ad8523..0000000 --- a/scikit_build-0.17.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:348cfd2137c68cbf9fa589ed74fd07b0340a65a1888e2481cfc63356485188a6 -size 268269 diff --git a/scikit_build-0.17.4.tar.gz b/scikit_build-0.17.4.tar.gz new file mode 100644 index 0000000..65a4561 --- /dev/null +++ b/scikit_build-0.17.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8cb39629644ae725383bee5edb3eb8825fab0505d76405048fad2a8fa825f +size 269511