Scikit-build

Latest version: v0.18.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 13

0.17.2

===================

Another small release with fixes for non-MSVC Windows platforms.

Bug fixes
---------

* RPM spec fix by :user:`LecrisUT` in :pr:`937`.
* Validate value before returning library path by :user:`dlech` in :pr:`942`.
* Only add ``Python_LIBRARY`` on Windows MSVC in :pr:`943` and :pr:`944`.
* Slightly nicer traceback for failed compiler in :pr:`947`.

Testing
-------
* Hide a few warnings that are expected in :pr:`948`.

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.

Bug fixes
---------

* Older (<3.24) CMake breaks when lib specified in :pr:`932`.
* An error output was missing formatting in :pr:`931`.
* Make empty ``CMAKE_OSX_DEPLOYMENT_TARGET`` a warning (bug in conda-forge's
clang activation fixed upstream) in :pr:`934`.
* Remove unused variable warnings by in :pr:`930`.

Testing
-------

* Add Fedora packaging with packit automation by :user:`LecrisUT` in :pr:`928`.
* Fix codecov ci by :user:`LecrisUT` in :pr:`929`.
* Update some coverage settings in :pr:`933`.

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 :user:`vyasr` in :pr:`873`.
* Misc. fixes for F2PY and PythonExtensions modules by :user:`benbovy` in :pr:`495`.
* Provide more useful error if user provides ``CMAKE_INSTALL_PREFIX`` by :user:`vyasr` in :pr:`872`.
* Stop assuming that ``.pyx`` files are in the same directory as ``CMakeLists.txt`` by :user:`vyasr` in :pr:`871`.
* Allow build type overriding in :pr:`902`.
* Detect PyPy library correctly on Windows by user:`gershnik` in :pr:`904`.
* Include library for FindPython for better Windows cross-compiles in :pr:`913`. Thanks to user:`maxbachmann` for testing.
* Fix logic for default generator when cross-compiling for ARM on Windows in :pr:`917` by :user:`dlech`.
* Use f2py's ``get_include`` if present in :pr:`877`.
* Fix support for cross-compilation exception using ``targetLinkLibrariesWithDynamicLookup`` by :user:`erykoff` in :pr:`901`.
* Treat empty ``MACOSX_DEPLOYMENT_TARGET`` as if it was unset in :pr:`918`.

Testing
-------

* Add hello fortran sample package + tests by :user:`benbovy` in :pr:`493`.
* Add sdist check & fix in :pr:`906`.
* Fix some setuptools types in :pr:`888`.
* Add PyPy Win & macOS to the CI in :pr:`907`.
* Add tests for Python 3.12 Linux alphas in :pr:`922`.

Miscellaneous
-------------

* Drop Python 3.6 in :pr:`862`.
* Move building backend to hatchling in :pr:`870`.
* Avoid mutating function input parameters in :pr:`899`.
* Use _compat/typing name in :pr:`869`.

.. END-BRIEF-CHANGELOG

0.16.7

===================

This is expected to be the final release series supporting Python 3.6. 0.17 will require Python 3.7+ and start removing deprecated functionality.

* Added ``SKBUILD_GNU_SKIP_LOCAL_SYMBOL_EXPORT_OVERRIDE`` to disable script in :pr:`848`, thanks to :user:`aaron-bray` and :user:`vyasr`.
* Address a new warning from setuptools in our test suite in :pr:`859`.
* Move to using Ruff, update to Black 23, and use Flynt to move more code to f-strings.

0.16.6

===================

* Fix a discovery regression in 0.16.5 when a ``cmake`` folder or ``cmake.py`` was present in :pr:`848`.
* Correct an issue in the tests where a generator wasn't expanded into a list in :pr:`850`.

0.16.5

===================

* Use cmake module if installed over system installs in :pr:`839`.
* Support setting of ``-DCMAKE_SYSTEM_PROCESSOR`` if passed for selecting an arch, useful for cross compiling on conda-forge in :pr:`843`.
* Fixed a rare encoded error output string on Windows in :pr:`842`.
* Better granularity in extras in :pr:`838`.
* Add test markers for nosetuptoolsscm and isolated (helpful for package distributions building scikit-build itself like conda) in :pr:`837`.

Page 2 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.