pybind / cmake_example

Example pybind11 module built with a CMake-based build system
Other
616 stars 218 forks source link

Bump joerick/cibuildwheel from v1.10.0 to v1.11.0 #41

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps joerick/cibuildwheel from v1.10.0 to v1.11.0.

Release notes

Sourced from joerick/cibuildwheel's releases.

v1.11.0

  • 📚 Lots of docs improvements! (#650, #623, #616, #609, #606)
  • 🐛 Fix nuget "Package is not found" error on Windows. (#653)
  • ⚠️ cibuildwheel will no longer build Windows 2.7 wheels, unless you specify a custom toolchain using DISTUTILS_USE_SDK=1 and MSSdk=1. This is because Microsoft have stopped distributing Visual C++ Compiler for Python 2.7. See this FAQ entry for more details. (#649)
  • 🐛 Fix crash on Windows due to missing which command (#641).
Changelog

Sourced from joerick/cibuildwheel's changelog.


title: Changelog

{% include-markdown "../README.md" start="" end="" %}

Commits
  • aa12480 'Bump version: v1.11.0'
  • 2c7c2c8 'Bump version: v1.10.1'
  • f075980 fix: occasional nuget error (#653)
  • 75af594 Merge pull request #650 from joerick/docs-updates
  • 2737add Merge remote-tracking branch 'origin/master' into docs-updates
  • e11c907 Add a cross-link between the CPP discussion and the FAQ entry.
  • dff3aca style: second set of updates (#651)
  • 07b87ea Add Windows 2.7 FAQ entry.
  • 0d08a1c Apply suggestions from code review
  • 38ae494 [pre-commit.ci] pre-commit autoupdate (#652)
  • Additional commits viewable in compare view


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[bot] commented 3 years ago

Superseded by #43.