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 auditwheel requirement from ~=5.4 to ~=6.0 #77

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Updates the requirements on auditwheel to permit the latest version.

Release notes

Sourced from auditwheel's releases.

6.0.0

User-facing changes

  • [REMOVAL] Drop python 3.7 support (#457)
  • [REMOVAL] Remove the addtag subcommand (#455)
  • [FEATURE] Add python 3.12 support (#446)
  • [BUGFIX] Repair ELF executables in the "scripts" directory (#443)
  • [BUGFIX] Fix bitness detection (#471)
  • [BUGFIX] --exclude libfoo.so shall ignore dependencies of libfoo.so (#474)
  • [BUGFIX] Fix replacing RPATH on copied libs to the folder where they're copied ($ORIGIN) (#478)
Changelog

Sourced from auditwheel's changelog.

6.0.0

User-facing changes

  • [REMOVAL] Drop python 3.7 support (#457)
  • [REMOVAL] Remove the addtag subcommand (#455)
  • [FEATURE] Add python 3.12 support (#446)
  • [BUGFIX] Repair ELF executables in the "scripts" directory (#443)
  • [BUGFIX] Fix bitness detection (#471)
  • [BUGFIX] --exclude libfoo.so shall ignore dependencies of libfoo.so (#474)
  • [BUGFIX] Fix replacing RPATH on copied libs to the folder where they're copied ($ORIGIN) (#478)

5.4.0

Released May 1, 2023

User-facing changes

  • [FEATURE] Add python 3.11 support (#407)
  • [FEATURE] Drop python 3.6 support (#400)
  • [FEATURE] Use armv7l policy for 64-bit arm kernel in 32-bit mode (armv8l), BETA feature (#419)
  • [BUGFIX] Filter libpythonXY with X/Y more than single digits (#424, #418)

5.3.0

Released Nov. 19, 2022

User-facing changes

  • [FEATURE] Add manylinux_2_34 & manylinux_2_35 policies (#405, #388)

5.2.1

Released Oct. 30, 2022

User-facing changes

  • [BUGFIX] Require patchelf >= 0.14 to handle features from 5.2.0 properly (#403, #401)

5.2.0

Released Oct. 22, 2022

User-facing changes

  • [FEATURE] Allow auditwheel repair to process multiple wheels (#343, #62)
  • [FEATURE] Add --exclude option (#368, , #76, #241, #391)
  • [FEATURE] Update replace_needed to reduce total calls to patchelf (#376)
  • [FEATURE] Improve log message in case of NonPlatformWheel error (#393)
  • [DOC] Update testing instructions (#377)

Housekeeping

  • fix: add /auditwheel_src to git safe directories (#378)
  • test: add manylinux_2_28 tests (#369)
  • Updated action versions (#384)

... (truncated)

Commits
  • db79621 Prepare 6.0.0 release
  • acb6883 Merge pull request #443 from chriskuehl/repair-scripts
  • 5de39f7 fix: replace RPATH on copied libs to the folder where they're copied ($ORIGIN...
  • ef36a56 [pre-commit.ci] pre-commit autoupdate (#476)
  • 3484eff [pre-commit.ci] pre-commit autoupdate (#475)
  • 24000c6 fix: --exclude libfoo.so shall ignore dependencies of libfoo.so (#474)
  • c52a868 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • ac46754 Add test for ELF binaries in scripts directory
  • 051e3d0 Make integration tests work under podman
  • 7a13271 Repair ELF executables in the "scripts" directory
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2024
@calendulish
Copy link
Owner

@dependabot recreate

Updates the requirements on [auditwheel](https://github.com/pypa/auditwheel) to permit the latest version.
- [Release notes](https://github.com/pypa/auditwheel/releases)
- [Changelog](https://github.com/pypa/auditwheel/blob/main/CHANGELOG.md)
- [Commits](pypa/auditwheel@5.4.0...6.0.0)

---
updated-dependencies:
- dependency-name: auditwheel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/auditwheel-approx-eq-6.0 branch from e150f5a to 6d63f95 Compare June 8, 2024 05:59
@calendulish calendulish merged commit 9e40dad into master Jun 8, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/pip/auditwheel-approx-eq-6.0 branch June 8, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant