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 check-wheel-contents from 0.1.0 to 0.4.0 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 26, 2022

Bumps check-wheel-contents from 0.1.0 to 0.4.0.

Release notes

Sourced from check-wheel-contents's releases.

v0.4.0 — Python updates

  • Drop support for Python 3.6
  • Support Python 3.11
  • Use tomllib on Python 3.11

v0.3.2 — Better Windows support

  • Replace property-manager with functools.cached_property (Python 3.8+) / cached-property (pre-Python 3.8)
  • Open TOML files using UTF-8 (contributed by @​domdfcoding)
  • Get tests to pass on Windows

v0.3.1 — Change TOML library

  • Switch from toml to tomli

v0.3.0 — Warn on more toplevel names

  • Make sdists include *.pyc files from the test data directory
  • Use pydantic for configuration validation
  • Add app, cli, lib, and scripts to the set of common toplevel names checked for by W005
  • Support Click 8
Changelog

Sourced from check-wheel-contents's changelog.

v0.4.0 (2022-10-25)

  • Drop support for Python 3.6
  • Support Python 3.11
  • Use tomllib on Python 3.11

v0.3.4 (2022-01-02)

  • Support Python 3.10
  • Support tomli 2.0

v0.3.3 (2021-08-02)

  • Update for tomli 1.2.0

v0.3.2 (2021-07-08)

  • Replace property-manager with functools.cached_property (Python 3.8+) / cached-property (pre-Python 3.8)
  • Open TOML files using UTF-8 (contributed by @​domdfcoding)
  • Get tests to pass on Windows

v0.3.1 (2021-07-02)

  • Switch from toml to tomli

v0.3.0 (2021-05-12)

  • Make sdists include *.pyc files from the test data directory
  • Use pydantic for configuration validation
  • Add app, cli, lib, and scripts to the set of common toplevel names checked for by W005
  • Support Click 8

v0.2.0 (2020-11-07)

  • Paths passed to src_dir in a configuration file are now required to be directories
  • Support Python 3.9
  • Support wheels whose filenames, .dist-info directories, and .data directories use different casings/spellings for the project name and/or version
  • Drop read_version build dependency
Commits
  • 9d571c2 v0.4.0 — Python updates
  • 4011e6b Use tomllib on Python 3.11
  • 19d2760 Python 3.11 on macOS isn't available on GitHub Actions yet
  • 8d9aeb5 Support Python 3.11
  • cea2571 Use future annotations
  • 8bf39dd Boilerplate updates
  • f97057f Drop support for Python 3.6
  • 444a2a2 test.yml: Update actions versions
  • b9a4d2f Remove wheel from build-system.requires
  • 25cd903 Refine return type annotation on args2wheelpaths()
  • 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)

Bumps [check-wheel-contents](https://github.com/jwodder/check-wheel-contents) from 0.1.0 to 0.4.0.
- [Release notes](https://github.com/jwodder/check-wheel-contents/releases)
- [Changelog](https://github.com/jwodder/check-wheel-contents/blob/master/CHANGELOG.md)
- [Commits](jwodder/check-wheel-contents@v0.1.0...v0.4.0)

---
updated-dependencies:
- dependency-name: check-wheel-contents
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 26, 2022

The following labels could not be found: CI/CD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants