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

Bump auditwheel from 4.0.0 to 5.1.1 #308

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

Bumps auditwheel from 4.0.0 to 5.1.1.

Release notes

Sourced from auditwheel's releases.

5.1.1

Released Jan. 03, 2022

User-facing changes

  • [BUGFIX] building from a github archive fails (#321, #361)
  • [BUGFIX] include tests in SDist (#321, #362)

5.1.0

Released Jan. 03, 2022

User-facing changes

  • [BUGFIX] libc version failed to be detected on CentOS8 based docker image (#352, #353)
  • [FEATURE] Add support for SOURCE_DATE_EPOCH (#346, #348)
  • [FEATURE] Add manylinux_2_28 & manylinux_2_31 policies (#356)
  • [DOC] Reflect dependency on patchelf in README (#355)

Housekeeping

  • Fix setuptools warnings seen during builds (deprecation notices) (#337)
  • Fix SDist includes files it shouldn't include (#338)
  • Add build & test-dist nox sessions (#336)
  • Add musllinux integration tests (#317)
  • Rename the default branch from master to main (#342)
  • Clean before build in test_manylinux (#347)
  • Test with python 3.10 (#345)
  • Move from pbr to setuptools_scm (#358)
  • Add nox develop session (#359)

5.0.0

Released Sep. 18, 2021

User-facing changes

  • [BUGFIX] Remove undeclared dependency on pkg_resources (#307)
  • [BUGFIX] Don't installs self in tox deps (#319)
  • [FEATURE] Add support for musllinux (#305, #311, #315)
  • [FEATURE] Replace unzip usage with Python's zipfile (#258, #324)
  • [FEATURE] libz.so.1 is now whitelisted (with some symbols blacklisted) (#152, #161, #334)

Housekeeping

  • Use python slim images to run tests (#308)
  • Manylinux2014 now uses devtoolset-10 (#316)
  • Use pre-commit to lint the code base (#331)
    • Run pyupgrade --py36-plus (#325)
    • Run isort --py 36 --profile black (#328)
    • Run black (#329)
  • Move mypy config to pyproject.toml (#326)
  • Move to an src layout (#332)
Changelog

Sourced from auditwheel's changelog.

5.1.1

Released Jan. 03, 2022

User-facing changes

  • [BUGFIX] building from a github archive fails (#321, #361)
  • [BUGFIX] include tests in SDist (#321, #362)

5.1.0

Released Jan. 03, 2022

User-facing changes

  • [BUGFIX] libc version failed to be detected on CentOS8 based docker image (#352, #353)
  • [FEATURE] Add support for SOURCE_DATE_EPOCH (#346, #348)
  • [FEATURE] Add manylinux_2_28 & manylinux_2_31 policies (#356)
  • [DOC] Reflect dependency on patchelf in README (#355)

Housekeeping

  • Fix setuptools warnings seen during builds (deprecation notices) (#337)
  • Fix SDist includes files it shouldn't include (#338)
  • Add build & test-dist nox sessions (#336)
  • Add musllinux integration tests (#317)
  • Rename the default branch from master to main (#342)
  • Clean before build in test_manylinux (#347)
  • Test with python 3.10 (#345)
  • Move from pbr to setuptools_scm (#358)
  • Add nox develop session (#359)

5.0.0

Released Sep. 18, 2021

User-facing changes

  • [BUGFIX] Remove undeclared dependency on pkg_resources (#307)
  • [BUGFIX] Don't installs self in tox deps (#319)
  • [FEATURE] Add support for musllinux (#305, #311, #315)
  • [FEATURE] Replace unzip usage with Python's zipfile (#258, #324)
  • [FEATURE] libz.so.1 is now whitelisted (with some symbols blacklisted) (#152, #161, #334)

Housekeeping

  • Use python slim images to run tests (#308)
  • Manylinux2014 now uses devtoolset-10 (#316)
  • Use pre-commit to lint the code base (#331)
    • Run pyupgrade --py36-plus (#325)
    • Run isort --py 36 --profile black (#328)
    • Run black (#329)
  • Move mypy config to pyproject.toml (#326)
  • Move to an src layout (#332)
Commits
  • 68aad23 Prepare 5.1.1 release
  • 2967141 fix: SDist includes files it shouldn't include
  • e24239f fix: include tests in SDist (#362)
  • a0c1de2 fix: building from a github archive fails (#361)
  • 18f8870 Prepare 5.1.0 release
  • c471dee chore: add nox develop session (#359)
  • 5479197 chore: move from pbr to setuptools_scm (#358)
  • 167c75d feature: add manylinux_2_28 & manylinux_2_31 policies
  • 50de6c5 Reflect dependency on patchelf in README
  • cc1273c Simplify musl platform check (#353)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 4, 2022
Bumps [auditwheel](https://github.com/pypa/auditwheel) from 4.0.0 to 5.1.1.
- [Release notes](https://github.com/pypa/auditwheel/releases)
- [Changelog](https://github.com/pypa/auditwheel/blob/main/CHANGELOG.md)
- [Commits](pypa/auditwheel@4.0.0...5.1.1)

---
updated-dependencies:
- dependency-name: auditwheel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/auditwheel-5.1.1 branch from 8760600 to 7a82db0 Compare January 6, 2022 15:01
Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

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

LGTM ✅

@frenck frenck merged commit 78e4674 into master Jan 6, 2022
@frenck frenck deleted the dependabot/pip/auditwheel-5.1.1 branch January 6, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed 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.

None yet

2 participants