googleapis / python-crc32c

Apache License 2.0
22 stars 25 forks source link

chore(deps): update pypa/cibuildwheel action to v2.4.0 #130

Closed renovate-bot closed 2 years ago

renovate-bot commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
pypa/cibuildwheel action minor v2.3.1 -> v2.4.0

Release Notes

pypa/cibuildwheel ### [`v2.4.0`](https://togithub.com/pypa/cibuildwheel/releases/v2.4.0) [Compare Source](https://togithub.com/pypa/cibuildwheel/compare/v2.3.1...v2.4.0) - ✨ cibuildwheel now supports running locally on Windows and macOS (as well as Linux). On macOS, you'll have to install the versions of Pythons that you want to use from Python.org, and cibuildwheel will use them. On Windows, cibuildwheel will install it's own versions of Python. Check out [the documentation](https://cibuildwheel.readthedocs.io/en/stable/setup/#local) for instructions. ([#​974](https://togithub.com/pypa/cibuildwheel/issues/974)) - ✨ Added support for building PyPy 3.9 wheels. ([#​1031](https://togithub.com/pypa/cibuildwheel/issues/1031)) - ✨ Listing at the end of the build now displays the size of each wheel ([#​975](https://togithub.com/pypa/cibuildwheel/issues/975)) - 🐛 Workaround a connection timeout bug on Travis CI ppc64le runners ([#​906](https://togithub.com/pypa/cibuildwheel/issues/906)) - 🐛 Fix an encoding error when reading setup.py in the wrong encoding ([#​977](https://togithub.com/pypa/cibuildwheel/issues/977)) - 🛠 Setuptools updated to 61.3.0, including experimental support for reading config from pyproject.toml(PEP 621). This could change the behaviour of your build if you have a pyproject.toml with a `[project]` table, because that takes precedence over setup.py and setup.cfg. Check out the [setuptools docs](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html) and the [project metadata specification](https://packaging.python.org/en/latest/specifications/declaring-project-metadata/) for more info. - 🛠 Many other dependency updates. - 📚 Minor docs improvements

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.