Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the actions group with 3 updates#27715

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 29, 2024

Bumps the actions group with 3 updates:pypa/cibuildwheel,peter-evans/create-or-update-comment andscientific-python/upload-nightly-action.

Updatespypa/cibuildwheel from 2.16.2 to 2.16.4

Release notes

Sourced frompypa/cibuildwheel's releases.

v2.16.4

🛠 Update manylinux pins to upgrade from a problematic PyPy version. (#1737)

v2.16.3

  • 🐛 Fix a bug when building from sdist, where relative paths to files in the package didn't work because the working directory was wrong (#1687)
  • 🛠 Adds the ability to disable mounting the host filesystem in containers to/host, through thedisable_host_mount suboption onCIBW_CONTAINER_ENGINE.
  • 📚 A lot of docs improvements! (#1708,#1705,#1686,#1679,#1667,#1665)
Changelog

Sourced frompypa/cibuildwheel's changelog.


title: Changelog

Changelog

v2.16.4

28 January 2024

  • 🛠 Update manylinux pins to upgrade from a problematic PyPy version. (#1737)

v2.16.3

26 January 2024

  • 🐛 Fix a bug when building from sdist, where relative paths to files in the package didn't work because the working directory was wrong (#1687)
  • 🛠 Adds the ability to disable mounting the host filesystem in containers to/host, through thedisable_host_mount suboption onCIBW_CONTAINER_ENGINE.
  • 📚 A lot of docs improvements! (#1708,#1705,#1686,#1679,#1667,#1665)

v2.16.2

3 October 2023

  • 🛠 Updates CPython 3.12 version to 3.12.0, final release (#1635)
  • ✨ Adds a debug optionCIBW_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 thevalidate-pyproject tool (#1622,#1628,#1629)
  • 🐛 Fix parsing ofCIBW_CONTAINER_ENGINE andCIBW_BUILD_FRONTEND options to not break arguments on: characters (#1621)
  • 🐛 Fix the evaluation order ofCIBW_ENVIRONMENT andCIBW_ENVIRONMENT_PASS so thatCIBW_ENVIRONMENT assignments can reference environment variables passed through from the host machine. (#1617)
  • 🛠 Supports manylinux images' deferred installation of interpreters through themanylinux-interpreters tool (#1630)

v2.16.1

26 September 2023

  • 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc3 (#1625)
  • 🛠 Only callslinux32 in containers when necessary (#1599)

v2.16.0

18 September 2023

  • ✨ Add the ability to pass additional flags to a build frontend through theCIBW_BUILD_FRONTEND option (#1588).
  • ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful forreproducible builds!) (#1589)
  • 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
  • 🐛 Fixrequires_python auto-detection from setup.py when the call tosetup() is within anif __name__ == "__main__" block (#1613)
  • 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
  • 🐛--only can now select prerelease-pythons (#1564)
  • 📚 Docs & examples updates (#1582,#1593,#1598,#1615)

... (truncated)

Commits

Updatespeter-evans/create-or-update-comment from 3 to 4

Release notes

Sourced frompeter-evans/create-or-update-comment's releases.

Create or Update Comment v4.0.0

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version ofv2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog:peter-evans/create-or-update-comment@v3.1.0...v4.0.0

Create or Update Comment v3.1.0

What's Changed

Full Changelog:peter-evans/create-or-update-comment@v3.0.2...v3.1.0

Create or Update Comment v3.0.2

What's Changed

... (truncated)

Commits
  • 71345be feat: update runtime to node 20 (#306)
  • d41bfe3 build(deps-dev): bump prettier from 3.2.3 to 3.2.4 (#305)
  • 73b4b9e build(deps-dev): bump@​types/node from 18.19.7 to 18.19.8 (#304)
  • b865fac build(deps-dev): bump@​types/node from 18.19.6 to 18.19.7 (#303)
  • 52b668a build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#302)
  • 974f56a build(deps-dev): bump prettier from 3.1.1 to 3.2.3 (#301)
  • 2cbfe8b build(deps-dev): bump@​types/node from 18.19.4 to 18.19.6 (#300)
  • 761872a build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#299)
  • 72c3238 build(deps-dev): bump@​types/node from 18.19.3 to 18.19.4 (#298)
  • 07daf7b build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#297)
  • Additional commits viewable incompare view

Updatesscientific-python/upload-nightly-action from 0.2.0 to 0.3.0

Release notes

Sourced fromscientific-python/upload-nightly-action's releases.

0.3.0

0.3.0 provides the optionalanaconda_nightly_upload_organization andanaconda_nightly_upload_labels arguments to specify Anaconda Cloud organizations to upload to other thanscientific-python-nightly-wheels and to provide labels other thanmain.

Example

jobs:steps:...    -name:Upload wheeluses:scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299# 0.3.0with:artifacts_path:distanaconda_nightly_upload_organization:my-alternative-organizationanaconda_nightly_upload_token:${{secrets.UPLOAD_TOKEN}}anaconda_nightly_upload_labels:main,dev

What's Changed

New Contributors

Full Changelog:scientific-python/upload-nightly-action@0.2.0...0.3.0

Commits
  • 6e9304f FIX: Remove environment print for security (#55)
  • b579d79 CI: Add test for uploads with multiple labels (#54)
  • 3eb3a42 FIX: Use correct shell variable in upload (#53)
  • f689fba ENH: Add optionalanaconda_nightly_upload_organization argument (#47)
  • a337403 CI: Bump actions/setup-python from 4 to 5 (#48)
  • ee502b5 DOC: Update action commit SHA to the 0.2.0 tag (#44)
  • See full diff incompare 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action).Updates `pypa/cibuildwheel` from 2.16.2 to 2.16.4- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@fff9ec3...0b04ab1)Updates `peter-evans/create-or-update-comment` from 3 to 4- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)- [Commits](peter-evans/create-or-update-comment@v3...v4)Updates `scientific-python/upload-nightly-action` from 0.2.0 to 0.3.0- [Release notes](https://github.com/scientific-python/upload-nightly-action/releases)- [Commits](scientific-python/upload-nightly-action@5fb764c...6e9304f)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: actions- dependency-name: peter-evans/create-or-update-comment  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: scientific-python/upload-nightly-action  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the PR: dependenciesPull requests that update a dependency file labelJan 29, 2024
@github-actionsgithub-actionsbot added the CI: Run cibuildwheelRun wheel building tests on a PR labelJan 29, 2024
Copy link
Member

@dstansbydstansby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I looked through the changelogs,and none of these version bumps come with (advertised) breaking changes.

matthewfeickert reacted with thumbs up emoji
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dstansbydstansbydstansby approved these changes

Assignees
No one assigned
Labels
CI: Run cibuildwheelRun wheel building tests on a PRPR: dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
v3.9.0
Development

Successfully merging this pull request may close these issues.

2 participants
@dstansby@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp