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

Update pypa/cibuildwheel action to v2.16.2 #612

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pypa/cibuildwheel action patch v2.16.1 -> v2.16.2

Release Notes

pypa/cibuildwheel (pypa/cibuildwheel)

v2.16.2

Compare Source

  • πŸ›  Updates CPython 3.12 version to 3.12.0, final release (#​1635)
  • ✨ Adds a debug option CIBW_DEBUG_KEEP_CONTAINER to stop cibuildwheel deleting build containers after the build finishes. (#​1620)
  • πŸ“š Adds support for [tool.cibuildwheel] checking by adding a schema compatible with the validate-pyproject tool (#​1622, #​1628, #​1629)
  • πŸ› Fix parsing of CIBW_CONTAINER_ENGINE and CIBW_BUILD_FRONTEND options to not break arguments on : characters (#​1621)
  • πŸ› Fix the evaluation order of CIBW_ENVIRONMENT and CIBW_ENVIRONMENT_PASS so that CIBW_ENVIRONMENT assignments can reference environment variables passed through from the host machine. (#​1617)
  • πŸ›  Supports manylinux images' deferred installation of interpreters through the manylinux-interpreters tool (#​1630)

Configuration

πŸ“… Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added changelog: skip Exclude PR from release draft dependencies For dependencies labels Nov 1, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #612 (01eafb3) into main (748dd1b) will not change coverage.
The diff coverage is n/a.

❗ Current head 01eafb3 differs from pull request most recent head 87c2a9d. Consider uploading reports for the commit 87c2a9d to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #612   +/-   ##
=======================================
  Coverage   91.67%   91.67%           
=======================================
  Files           6        6           
  Lines        1946     1946           
=======================================
  Hits         1784     1784           
  Misses        162      162           

πŸ“£ We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor Author

renovate bot commented Nov 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

@hugovk
Copy link
Member

hugovk commented Nov 1, 2023

This:

Traceback (most recent call last):
  File "/home/runner/work/ultrajson/ultrajson/setup.py", line 6, in <module>
    from setuptools import Extension, setup
ModuleNotFoundError: No module named 'setuptools'

was caused by runnnig python setup.py --version. I think this only happened now because the workflow is using Python 3.x which has just flipped over from 3.11 to 3.12.

@hugovk hugovk merged commit 1c8188d into main Nov 1, 2023
53 checks passed
@hugovk hugovk deleted the renovate/github-actions branch November 1, 2023 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: skip Exclude PR from release draft dependencies For dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants