Sourced from wheel's releases.
0.45.1
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
0.45.0
Refactored the
convert
command to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheel
Added a redirection from
wheel.bdist_wheel.bdist_wheel
tosetuptools.command.bdist_wheel.bdist_wheel
to improve compatibility withsetuptools
' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools
' implementation explicitly. (PR by@​abravalheri
)0.44.0
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheel
module, as the code was migrated tosetuptools
itself
Sourced from wheel's changelog.
Release Notes
0.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
convert
command to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheel
Added a redirection from
wheel.bdist_wheel.bdist_wheel
tosetuptools.command.bdist_wheel.bdist_wheel
to improve compatibility withsetuptools
' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools
' implementation explicitly. (PR by@​abravalheri
)0.44.0 (2024-08-04)
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheel
module, as the code was migrated tosetuptools
itself0.43.0 (2024-03-11)
- Dropped support for Python 3.7
- Updated vendored
packaging
to 24.00.42.0 (2023-11-26)
- Allowed removing build tag with
wheel tags --build ""
- Fixed
wheel pack
andwheel tags
writing updatedWHEEL
fields after a blank line, causing other tools to ignore them- Fixed
wheel pack
andwheel tags
writingWHEEL
with CRLF line endings or a mix of CRLF and LF- Fixed
wheel pack --build-number ""
not removing build tag fromWHEEL
(above changes by Benjamin Gilbert)0.41.3 (2023-10-30)
- Updated vendored
packaging
to 23.2- Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)
0.41.2 (2023-08-22)
- Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
- Fixed
wheel tags
to not list directories inRECORD
files
... (truncated)
7855525
Created a new released343391
Fixed wrong wheel file names in converted pure-Python eggs/wininstsd78f0e3
Created a new releasef064c69
Added license files for vendored packaging
68387af
Only configure setuptools logging if bdist_wheel is imported (#641)c81f5c9
Refactored the wheel convert
command to not require
setuptools (#640)e43464d
Adjusted target Python versions in GitHub CIe9894e7
Tweaked pytest settings to make the tracebacks easier to readbaf6bf8
Removed Cirrus CI configuration28c1ba1
Improved compatibility with future versions of setuptools
(#638)2d4414f
Updating version.json and repo version numbers to: 29.0870e599
Revert upgrade to rules_java 8.3.1. This is a partial roll-back of
fb8ee79 (#...02cffa4
Fix typo in BCR maintainer name config for acozzette@ (#19307)7537b03
Remove Bazel 6 in BCR presubmits (#19309)325aa80
Merge pull request #19305
from protocolbuffers/29.x-202411182222c13eb62
Updating version.json and repo version numbers to: 29.0-dev71c2594
Updating version.json and repo version numbers to: 29.0-rc3b69ea96
Fixed non-conformance in JSON parsing for empty strings in numeric
fields. (#...fb8ee79
Upgrade rules_cc 0.0.15 and rules_java 8.3.1 (#19215)6f310d5
Add missing line to docstring after Args (#19213)