Opened 8 weeks ago

Closed 6 weeks ago

#5693 closed enhancement (fixed)

wheel-0.46.1 (Python Module)

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 7 weeks ago

Summary: wheel-0.46.0 (Python Module)wheel-0.46.1 (Python Module)

Now version 0.46.1.

comment:2 by Bruce Dubbs, 7 weeks ago

Release Notes

0.46.1 (2025-04-08)

  • Temporarily restored the wheel.macosx_libfile module

0.46.0 (2025-04-03)

  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field

comment:3 by Bruce Dubbs, 6 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit d470cdb21c.

Note: See TracTickets for help on using tickets.
OSZAR »