Accepting request 1086569 from 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. (forwarded request 1086568 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1086569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-build?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2023-05-12 18:37:25 +00:00 committed by Git OBS Bridge
commit 1ad9d274e0
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu May 11 14:26:58 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <kastl@b1-systems.de>

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:348cfd2137c68cbf9fa589ed74fd07b0340a65a1888e2481cfc63356485188a6
size 268269

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16c8cb39629644ae725383bee5edb3eb8825fab0505d76405048fad2a8fa825f
size 269511