Sourced from distlib's changelog.
0.4.0
Released: 2025-07-17
markers
- Add the
interpret_parsedfunction.wheel
Fix #238: Add build tag to wheel metadata if specified.
Fix #243: Update to support free-threading version of Python (3.13t).
Fix #246: Support subdirectories in the dist-info directory. Thanks to Pieter P for the patch.
Fix #248: Fix path normalisation issue caused by the fix for #246.
Move import in script wrapper to "if name == 'main'" clause.
tests
- Fix #245: Skip test_package_data if a SKIP_EXT_PACKAGE_DATA environment variable is present.
aff2cbb
Finalise version.3716c4b
Update change log, widen exception catching in test.660bd33
Changes for 0.4.0.56b4ad9
Guard script wrapper entrypoint import with if main (#242)fe57366
docs: update coverage results link (#250)c3286e5
Temporarily exclude 3.13t on windows-latest.e6b83d3
Normalize archive paths in dist-info (#248)93baffe
Skip no-longer-relevant test.83f6568
Support subdirectories in .dist-info (fixes #246) (#247)f918abd
Update test_wheel.WheelTestCase.test_abi for freethreading
(#244)