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.

Change History (2)

comment:1 by Bruce Dubbs, 6 days ago

Release Notes 0.45.0 (2024-11-08)

  • Refactored the convert command to not need setuptools to be installed
  • Don't configure setuptools logging unless running bdist_wheel
  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.
  • Projects are still advised to migrate away from the deprecated module and import the setuptools' implementation explicitly.

comment:2 by Bruce Dubbs, 6 days ago

Resolution: fixed
Status: newclosed

Fixed at commit 78914d4af6.

Note: See TracTickets for help on using tickets.