Skip to content
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

Bump scikit-build from 0.11.1 to 0.12.0 #255

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2021

Bumps scikit-build from 0.11.1 to 0.12.0.

Release notes

Sourced from scikit-build's releases.

Scikit-build 0.12.0

The scikit-build GitHub organization welcomes henryiii and mayeut as core contributors and maintainers. Both are also maintainers of cibuildwheel.

@​henryiii is a pybind11 and pypa/build maintainer, has been instrumental in adding Apple Silicon support, adding support for Visual Studio 2019, updating the Continuous Integration infrastructure, as well as helping review & integrate contributions, and addressing miscellaneous issues. Additionally, henryiii has worked on an example project to build with pybind11 and scikit-build.

@​mayeut is a manylinux maintainer and focused his effort on updating the cmake-python-distributions and ninja-python-distributions so that the corresponding wheels are available on all supported platforms including Apple Silicon and all flavors of manylinux.

New Features

  • Support Apple Silicon, including producing Universal2 wheels (#530) and respecting standard setuptools cross-compile variables (#555). Thanks to @​YannickJadoul for the contributions.
  • Support MSVC 2019 without having to run it with the MSVC activation variables, just like 2017 and earlier versions. Thanks to @​YannickJadoul for the contribution in #526.

Bug fixes

  • Support -A and -T internally when setting up MSVC generators. Architecture now always passed through -A to MSVC generators. Thanks @​YannickJadoul for the contribution. See #557 and #536.
  • Fixed a regression that caused setuptools to complain about unknown setup option (cmake_process_manifest_hook). Thanks @​Jmennius for the contribution. See #498.
  • If it applies, ensure generator toolset is used to configure the project. Thanks @​YannickJadoul for the contributions. See #526.
  • Read CYTHON_FLAGS where needed, instead of once, allowing the user to define multiple modules with different flags. Thanks @​oiffrig for the contributions in #536.
  • Avoid an IndexError if prefix was empty. Thanks @​dfaure for the contributions in #522.

Documentation

  • Update Conda: Step-by-step release guide available in /make_a_release section.
  • Update links to CMake documentation pages in /generators. Thanks @​Eothred for the contributions in #508.

Tests

  • Improve and simplify Continuous Integration infrastructure.
    • Support nox for running the tests locally. See #540.
    • Use GitHub Actions for Continuous Integration and remove use of scikit-ci, tox, TravisCI, AppVeyor and CircleCI. See #549, #551 and #552.
    • Add support for testing against Python 3.10. See #565.
    • Style checking handled by pre-commit. See #541.
    • Check for misspellings adding GitHub Actions workflow using codespell. See #541.
  • Fix linting error F522 reported with flake8 >= 3.8.x. Thanks @​benbovy for the contributions. See #494.
  • Fix regex in tests to support Python 3.10. Thanks @​mgorny for the contributions in #544.
Changelog

Sourced from scikit-build's changelog.

Scikit-build 0.12.0

The scikit-build GitHub organization welcomes :user:henryiii and :user:mayeut as core contributors and maintainers. Both are also maintainers of cibuildwheel <https://cibuildwheel.readthedocs.io>_.

:user:henryiii is a pybind11 <https://pybind11.readthedocs.io>_ and pypa/build <https://pypa-build.readthedocs.io>_ maintainer, has been instrumental in adding Apple Silicon support, adding support for Visual Studio 2019, updating the Continuous Integration infrastructure, as well as helping review & integrate contributions, and addressing miscellaneous issues. Additionally, :user:henryiii has worked on an example project <https://github.com/pybind/scikit_build_example>_ to build with pybind11 and scikit-build.

:user:mayeut is a manylinux <https://github.com/pypa/manylinux>_ maintainer and focused his effort on updating the cmake-python-distributions and ninja-python-distributions so that the corresponding wheels are available on all supported platforms including Apple Silicon and all flavors of manylinux.

New Features

  • Support Apple Silicon, including producing Universal2 wheels (:pr:530) and respecting standard setuptools cross-compile variables (:pr:555). Thanks to :user:YannickJadoul for the contributions.

  • Support MSVC 2019 without having to run it with the MSVC activation variables, just like 2017 and earlier versions. Thanks to :user:YannickJadoul for the contribution in :pr:526.

Bug fixes

  • Support -A and -T internally when setting up MSVC generators. Architecture now always passed through -A to MSVC generators. Thanks :user:YannickJadoul for the contribution. See :pr:557 and :pr:536.

  • Fixed a regression that caused setuptools to complain about unknown setup option (cmake_process_manifest_hook). Thanks :user:Jmennius for the contribution. See :pr:498.

  • If it applies, ensure generator toolset is used to configure the project. Thanks :user:YannickJadoul for the contributions. See :pr:526.

  • Read CYTHON_FLAGS where needed, instead of once, allowing the user to define multiple modules with different flags. Thanks :user:oiffrig for the contributions in :pr:536.

  • Avoid an IndexError if prefix was empty. Thanks :user:dfaure for the contributions in :pr:522.

Documentation

  • Update Conda: Step-by-step release guide available in :doc:/make_a_release section.

... (truncated)

Commits
  • 4ddf6bb docs: update release procedure (#580)
  • 04f9dce docs: use moderncmakedomain, Sphinx 4 (#574)
  • 309b66c ci: use pre-commit instead of custom actions job
  • 0368a51 tests: Add GitHub action to check spelling using codespell
  • 82b5765 chore: Fix typos
  • fcb6d78 docs: Simplify 0.12.0 changelog entry removing info related to release process
  • a11ce66 docs: Update release process to include sending announcements
  • 99b2dad docs: Update release process to include creation of the GitHub release
  • 749f390 docs: Fix rendering of "generators" doc link in CHANGE.rst
  • 90952ea docs: Update changelog to reference @​henryiii and @​mayeut
  • 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 11, 2021
@pvizeli
Copy link
Member

pvizeli commented Aug 23, 2021

@dependabot rebase

Bumps [scikit-build](https://github.com/scikit-build/scikit-build) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/scikit-build/scikit-build/releases)
- [Changelog](https://github.com/scikit-build/scikit-build/blob/master/CHANGES.rst)
- [Commits](scikit-build/scikit-build@0.11.1...0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/scikit-build-0.12.0 branch from 702a436 to 702091c Compare August 23, 2021 07:58
@pvizeli pvizeli merged commit 5ae6067 into master Aug 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/scikit-build-0.12.0 branch August 23, 2021 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants