Skip to content

Bump scikit-build from 0.13.0 to 0.17.5 #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps scikit-build from 0.13.0 to 0.17.5.

Release notes

Sourced from scikit-build's releases.

Version 0.17.5

A small fix release fixing the passing on of generator specific arguments. This fixes some cases where the Ninja generator was found but then was unable to build. NetBSD was reported to work, so was added to the BSD's supported.

Bug fixes

  • Generator args were missing for actual compile in #975
  • Add support for netbsd & pyodide (future) in #977

Full Changelog: scikit-build/scikit-build@0.17.4...0.17.5

Version 0.17.4

A followup fix to the issue 0.17.3 tried to fix. We now have a method to manually test downstream packages, too.

Bug fixes

  • Make sure include dir is found even if the lib is not present in #974.

Full Changelog: scikit-build/scikit-build@0.17.3...0.17.4

Version 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.

Full Changelog: scikit-build/scikit-build@0.17.2...0.17.3

Version 0.17.2

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

What's Changed

Bug fixes

  • RPM spec fix by @​LecrisUT in #937.
  • 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.

Full Changelog: scikit-build/scikit-build@0.17.1...0.17.2

Version 0.17.1

... (truncated)

Changelog

Sourced from scikit-build's changelog.

Scikit-build 0.17.5

A small fix release fixing the passing on of generator specific arguments. This fixes some cases where the Ninja generator was found but then was unable to build. NetBSD was reported to work, so was added to the BSD's supported.

Bug fixes

  • Generator args were missing for actual compile in :pr:975.
  • Add support for netbsd & pyodide (future) in :pr:977.

Scikit-build 0.17.4

A followup fix to the issue 0.17.3 tried to fix. We now have a method to manually test downstream packages, too.

Bug fixes

  • Make sure include dir is found even if the lib is not present in :pr:974.

Scikit-build 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 :pr:959.
  • Avoid 'not found' warning if libs are not found by FindPythonExtensions in :pr:960.
  • FindNumPy should not call FindPythonLibs in :pr:958.

Scikit-build 0.17.2

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

... (truncated)

Commits
  • b15e568 docs: prepare changelog for 0.17.5 (#978)
  • b0df84e fix: add support for netbsd & pyodide (future) (#977)
  • 571afed fix: generator args were missing for actual compile (#975)
  • 9c6fcaa fix: make sure include dir is found (#974)
  • 8e9eab0 [pre-commit.ci] pre-commit autoupdate (#973)
  • f129569 chore: prepare for 0.17.4 (#965)
  • fd91e94 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#966)
  • 443b936 Revert "fix: avoid 'not found' warning if libs are not found (#960)" (#964)
  • ef079e0 ci: use trusted publisher deployment
  • 2a74a5a docs: prepare for 0.17.3 (#962)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2023
Bumps [scikit-build](https://github.com/scikit-build/scikit-build) from 0.13.0 to 0.17.5.
- [Release notes](https://github.com/scikit-build/scikit-build/releases)
- [Changelog](https://github.com/scikit-build/scikit-build/blob/main/CHANGES.rst)
- [Commits](scikit-build/scikit-build@0.13.0...0.17.5)

---
updated-dependencies:
- dependency-name: scikit-build
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/scikit-build-0.17.5 branch from 2f6c9de to fa79484 Compare May 30, 2023 00:29
@abetlen abetlen merged commit b61b016 into main May 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/scikit-build-0.17.5 branch May 30, 2023 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant