Revisions of python-scikit-build

buildservice-autocommit accepted request 1197467 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 51)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1197455 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 50)
- Update to 0.18.1
  * Support for setuptools 74 in #1116
  * iOS and Android support by @FeodorFitsner in #1101
  * Fix for distutils change in #1103
  * Remove test directives by @s-t-e-v-e-n-k in #1108
- Drop patches
  * support-setuptools-72-distutils.patch
  * support-setuptools-72-test-directives.patch
buildservice-autocommit accepted request 1190584 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 49)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 48)
- Add patch support-setuptools-72-distutils.patch:
  * Don't monkey patch distutils incorrectly.
- Add patch support-setuptools-72-test-directives.patch:
  * Remove test{_suite,s_require} directives.
buildservice-autocommit accepted request 1186828 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 47)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1186822 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 46)
- Update to 0.18.0
  ## Bug fixes
  * Support MSVC 17.10 in #1081
  * CMake 3.5+ requirement in #1095
  * Support CPython 3.13 with windows lib finding fix in #1094
  * Don't die on PermissionError during chmod by @mweinelt in #1073
  * Remove usage of deprecated distutils in cmake files by
    @hmaarrfk in #1032
  * Use first available option for vswhere output by @ZzEeKkAa in
    #1030
  ## Testing
  * Support setuptools 69.3.0 changes in two tests by
    @s-t-e-v-e-n-k in #1087
  * Use uv in a few places in #1092
  ## Miscellaneous
  * Clean up pylint in #1017
  * Fix mypy type ignores for new setuptools types in #1082
  * Move to Ruff-format in #1035
  * Remove pkg_resources and test command in #1014
  * Ruff moved to astral-sh in #1007
  * Target-version no longer needed by Black or Ruff in #1008
  * Update ruff and fix warnings in #1060
  * Use 2x faster black mirror in #1021
  * Group dependabot updates in #1054
  * macos-latest is changing to macos-14 ARM runners in #1083
  * Skip win PyPy PEP 518 in #1091
- Drop support-setuptools-69-3.patch
buildservice-autocommit accepted request 1178218 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 45)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 44)
- Add patch support-setuptools-69-3.patch:
  * Support changes introduced by setuptools 69.3.0.
buildservice-autocommit accepted request 1096295 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 43)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 42)
- Update to 0.17.6
  * Support added for SunOS by @mtelka in #983.
  * Support added for AIX (with recent CMake) by @bhuntsman in
    #988.
  * Tests now pass on CPython 3.12.0b1 in #879.
  * Tests no longer use pytest-virtualenv in #879.
  * isolated marker now includes test_distribution tests in #879.
  * Tests avoid incorrect get_map match by @keszybz in #990.
buildservice-autocommit accepted request 1087463 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 41)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1087462 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 40)
- Update to 0.17.5
  * Generator args were missing for actual compile in #975
  * Add support for netbsd & pyodide (future) in #977
buildservice-autocommit accepted request 1086569 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 39)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1086568 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 38)
- 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.
buildservice-autocommit accepted request 1085452 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1085430 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 36)
add sle15_python_module_pythons
buildservice-autocommit accepted request 1083333 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 35)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1083330 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 34)
- Update to 0.17.2
  ## Bug fixes
  * Validate value before returning library path by @dlech in #942.
  * Only add Python_LIBRARY on Windows MSVC in #943 and #944.
  * Slightly nicer traceback for failed compiler in 947.
  ## Testing
  * Hide a few warnings that are expected in #494.
- Release 0.17.1
  * This is a small release fixing a few bugs; the primary one
    being a change that was triggering a bug in older FindPython.
    The unused variable messages have been deactivated to simplify
    output, as well.
  * Older (<3.24) CMake breaks when lib specified in #932
  * An error output was missing formatting in #931
  * Make empty CMAKE_OSX_DEPLOYMENT_TARGET a warning (bug in
    conda-forge's clang activation fixed upstream) in #934
  * Remove unused variable warnings by in #930
- Release 0.17.0
  * A lot of bug fixes are present in this release, focusing on
    Windows, PyPy, and cross compiling. We've also improved the
    compatibility with default setuptools behaviors a little, and
    enabled some things that were previously unavailable, like
    overriding the build type via the cmake argument environment
    variables. We've expanded our CI matrix to include Windows and
    macOS PyPy and some Fortran tests on Linux. This release
    requires Python 3.7+.
  ## Bug fixes
  * Match setuptools behavior for include_package_data default by
    @vyasr in #873.
  * Misc. fixes for F2PY and PythonExtensions modules by @benbovy
buildservice-autocommit accepted request 1077047 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 33)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1077046 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 32)
- Update to 0.16.7
  * Added SKBUILD_GNU_SKIP_LOCAL_SYMBOL_EXPORT_OVERRIDE to disable
    script in #848, thanks to @aaron-bray and @vyasr.
  * Address a new warning from setuptools in our test suite in
    #859.
  * Move to using Ruff, update to Black 23, and use Flynt to move
    more code to f-strings.
Displaying revisions 1 - 20 of 51
openSUSE Build Service is sponsored by