Skip to content

Releases: henryiii/check-sdist

Version 1.3.1

02 Dec 15:08
7a465c6

Choose a tag to compare

This release fixes a bug where a line in the default ignore was being expanded into characters, including the * character! This release should be much better at finding missing files than the last release. We also now ignore .egg-info files in the SDist if the backend is clearly setuptools.

What's Changed

  • Fix a bug in sdist-only file detection by @sirosen in #130

New Contributors

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

10 Nov 20:32
466e077

Choose a tag to compare

This release drops 3.8, and adds explicit support for 3.14 (it worked before, but now tested). Various internal improvements.

What's Changed

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

15 Oct 14:25
305622e

Choose a tag to compare

check-dist now understands most common build backends that have an "ignore" list in pyproject.toml, and won't ask you to relist those ignores in it's own ignore list. Backends supported are Hatchling, Flit-core, PDM-backend, Poetry-core, Scikit-build-core, and Meson. The two major backends that do not support listing excludes in pyproject.toml are setuptools and meson-python, so you'll still need to list any explicit excludes for those backends manually.

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

10 Oct 06:15
08067d2

Choose a tag to compare

This release moves the uv installer builds over to using uv build --sdist directly, which should provide a small performance boost when using uv (which is the default if it is installed).

What's Changed

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

02 Oct 06:50
9a64751

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v1.0.0

Version 1.0.0rc2

10 May 15:16
c3338ec

Choose a tag to compare

Version 1.0.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0rc1...v1.0.0rc2

Version 1.0.0rc1

08 May 02:43
661c81a

Choose a tag to compare

Version 1.0.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.3...v1.0.0rc1

Version 0.1.3

03 Oct 16:25
40b7a94

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Version 0.1.2

18 Apr 19:08
1af81ec

Choose a tag to compare

This release fixes symlink detection (regression in 0.1.1). There's also now a --version flag.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

12 Apr 15:24
d9470e9

Choose a tag to compare

This version fixes a crash when running on a setuptools generated package. Also adds extended testing with an infrastructure for checking git repositories, mypy checking, and a minor cleanup to the internal API.

What's Changed

Full Changelog: v0.1.0...v0.1.1