Opened 12 days ago
Closed 6 days ago
#5593 closed enhancement (fixed)
wheel-0.45.0 (Python Module)
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Note:
See TracTickets
for help on using tickets.
Release Notes 0.45.0 (2024-11-08)
convert
command to not need setuptools to be installed
bdist_wheel
wheel.bdist_wheel.bdist_wheel
to
setuptools.command.bdist_wheel.bdist_wheel
to improve compatibility with
setuptools
' latest fixes.
setuptools
' implementation explicitly.