Revisions of python-scikit-build

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.
buildservice-autocommit accepted request 1060178 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 31)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1060177 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 30)
- Update to 0.16.6
  * Fix a discovery regression in 0.16.5 when a cmake folder or
    cmake.py was present in #848.
  * Correct an issue in the tests where a generator wasn't expanded
    into a list in #850.
- Version 0.16.5
  * Use cmake module if installed over system installs in #839.
  * Support setting of -DCMAKE_SYSTEM_PROCESSOR if passed for
    selecting an arch, useful for cross compiling on conda-forge in
    #843.
  * Fixed a rare encoded error output string on Windows in #842.
  * Better granularity in extras in #838.
  * Add test markers for nosetuptoolsscm and isolated (helpful for
    package distributions building scikit-build itself like conda)
    in #837.
buildservice-autocommit accepted request 1055959 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 29)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1055958 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 28)
- Remove pyproject.toml tool.pylint entries not relevant for us and
  failing old py3.6 pip in 15.X
- Old setuptools_scm in 15.X does not pull in toml automatically
buildservice-autocommit accepted request 1044136 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1044135 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 26)
- Update to 0.16.4
  * This releases backports additions for Windows ARM
    cross-compiling via cibuildwheel from scikit-build-core 0.1.4.
  * Initial experimental support for Windows ARM cross-compile in
    #824 and #818
  * Replace mailing list with GitHub Discussions board in #823
  * Some CI updates in #811 and #812
- Version 0.16.3
  * This release fixes logging issues using setuptools 65.6+
    affecting our tests. Pytest 7.2+ is now supported. setup.py
    <command> and setup_requires are deprecated, and tests are
    marked as such.
  * Fix typo in usage.rst in #795, thanks to @chohner.
  * Support pytest 7.2+ in #801.
  * Change warning filtering in #802.
  * Handle logging changes in setuptools 65.6+ in #807.
  * Add deprecated markers to some tests in #807.
  * Allow known warnings to show up in the tests #807.
- Version 0.16.2
  * This addresses one more small regression with the FindPython
    change from 0.16.0 that was affecting conda. #793
buildservice-autocommit accepted request 1032215 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1032214 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 24)
- Update to 0.16.1
  * Patch release that fixes a missing Python requires setting and
    some missing files #790, and addresses a warning from
    setuptools in the tests.
- Drop skbuild-pr785-ignoredeprecation.patch fixed upstream
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by