Path to this page:
Subject: CVS commit: pkgsrc/devel/py-wheel
From: Thomas Klausner
Date: 2024-11-10 11:05:59
Message id: 20241110100559.B0C2EFC72@cvs.NetBSD.org
Log Message:
py-wheel: update to 0.45.0.
**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. (PR by @abravalheri)
Files: