Sourced from wheel's releases.
0.46.3
- Fixed
ImportError: cannot import name '_setuptools_logging' from 'wheel'when installed alongside an old version of setuptools and running thebdist_wheelcommand (#676)
Sourced from wheel's changelog.
Release Notes
0.46.3 (2026-01-22)
- Fixed
ImportError: cannot import name '_setuptools_logging' from 'wheel'when installed alongside an old version of setuptools and running thebdist_wheelcommand ([#676](https://github.com/pypa/wheel/issues/676) <https://github.com/pypa/wheel/issues/676>_)0.46.2 (2026-01-22)
- Restored the
bdist_wheelcommand for compatibility withsetuptoolsolder than v70.1- Importing
wheel.bdist_wheelnow emits aFutureWarninginstead of aDeprecationWarning- Fixed
wheel unpackpotentially altering the permissions of files outside of the destination tree with maliciously crafted wheels (CVE-2026-24049)0.46.1 (2025-04-08)
- Temporarily restored the
wheel.macosx_libfilemodule ([#659](https://github.com/pypa/wheel/issues/659) <https://github.com/pypa/wheel/issues/659>_)0.46.0 (2025-04-03)
- Dropped support for Python 3.8
- Removed the
bdist_wheelsetuptools command implementation and entry point. Thewheel.bdist_wheelmodule is now just an alias tosetuptools.command.bdist_wheel, emitting a deprecation warning on import.- Removed vendored
packagingin favor of a run-time dependency on it- Made the
wheel.metadatamodule private (with a deprecation warning if it's imported- Made the
wheel.clipackage private (no deprecation warning)- Fixed an exception when calling the
convertcommand with an empty description field0.45.1 (2024-11-23)
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
0.45.0 (2024-11-08)
Refactored the
convertcommand to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheelAdded a redirection from
wheel.bdist_wheel.bdist_wheeltosetuptools.command.bdist_wheel.bdist_wheelto improve compatibility withsetuptools' latest fixes.Projects are still advised to migrate away from the deprecated module and import
... (truncated)
8b6fa74
Created a new release7445fb5
Fixed an import of a removed module