Skip to content

Releases: jwodder/check-wheel-contents

v0.6.0 — Exclude toplevel from W005

31 Oct 21:20
v0.6.0
Compare
Choose a tag to compare
  • Support Python 3.12
  • Add type annotations to tests
  • W005 will no longer fail for common names that are provided to --toplevel (contributed by @gaborbernat)

v0.5.0 — Update pydantic to v2.0

23 Sep 18:07
v0.5.0
Compare
Choose a tag to compare

v0.4.0 — Python updates

25 Oct 20:32
v0.4.0
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Support Python 3.11
  • Use tomllib on Python 3.11

v0.3.4 — Support tomli 2.0

02 Jan 19:08
v0.3.4
Compare
Choose a tag to compare
  • Support Python 3.10
  • Support tomli 2.0

v0.3.3 — Update for tomli 1.2.0

02 Aug 13:10
v0.3.3
Compare
Choose a tag to compare

v0.3.2 — Better Windows support

08 Jul 22:07
v0.3.2
Compare
Choose a tag to compare
  • 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

02 Jul 20:43
v0.3.1
Compare
Choose a tag to compare
  • Switch from toml to tomli

v0.3.0 — Warn on more toplevel names

12 May 15:15
v0.3.0
Compare
Choose a tag to compare
  • 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 — Support differently-normalized wheel and .dist-info names

07 Nov 21:20
v0.2.0
Compare
Choose a tag to compare
  • 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

v0.1.0 — Initial release

02 Apr 19:51
v0.1.0
Compare
Choose a tag to compare