vpython / vpython-jupyter

3D visualization made easy
MIT License
139 stars 64 forks source link

Bump RalfG/python-wheels-manylinux-build from 0.4.2 to 0.7.1 #236

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps RalfG/python-wheels-manylinux-build from 0.4.2 to 0.7.1.

Release notes

Sourced from RalfG/python-wheels-manylinux-build's releases.

v0.7.1

Fixes for musllinux containers:

  • Install findutils by default (required for find -iregex ... code that is part of the action)
  • Use bash instead of sh in find exec command

v0.7.0

  • Add support for apk package manager for Alpine-based images (#62, fixes #61)

Thanks, @​mr-c!

v0.7.0

  • Add support for apk package manager for Alpine-based images (#62, fixes #61)

Thanks, @​mr-c!

v0.6.0

  • Add Python 3.11 to default versions to be build (#54)
  • Add Python 3.11 to test workflow, drop 3.6 (#57, #59)
  • Remove Python 3.6 from default versions (#59)
  • Fixes the name of the .whl files to look for in the find command for auditwheel repair from *-linux*.whl to *-manylinux*.whl (enables support for Poetry) (#56)
  • Makes auditwheel show stderr output to the $failed_wheels file (#56)
  • Ignores non-breaking "error" This does not look like a platform wheel when run against pure python wheels, which can be created, for example, under pypy when the build process doesn't produce compiled code (#56)
  • Checks if the $failed_wheels file is not empty instead of whether it exists before exiting with an error (#56)

Thanks @​agates, @​skshetry, and @​EwoutH!

v0.5.0

New

Changed

  • Made manylinux2014_x86_64 the default image again (manylinux_2_24 reached EOL, see pypa/manylinux#1332)
Commits
  • ff85046 Bump version to 0.7.1
  • ed5fc74 Fixes for musllinux containers:
  • 0f8ac69 Version bump to v0.7.0
  • 5c7ad97 Merge pull request #62 from mr-c/patch-1
  • 754943c support apk for system-packages
  • 9b1fc89 Merge pull request #59 from RalfG/fix-tests
  • ace4cf9 Drop 3.6 from defaults; update docs; version bump
  • 3b5f239 Fix tests: Drop 3.6, use hello_py 0.1.1
  • 159bf95 Merge pull request #56 from agates/auditwhee-repair-fix
  • 06d2586 find both -manylinux and -linux
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)