Releases: pypa/auditwheel
Releases · pypa/auditwheel
6.3.0
Released March 16, 2025
User-facing changes
- [FEATURE] Add GNU_PROPERTY_X86_ISA_1_NEEDED detection (#535)
- [FEATURE] Add option to set zip compression level (#547)
- [FEATURE] Support to wildcard a path with --exclude (#528)
- [FEATURE] Add loongarch64 platform support (#522)
- [BUGFIX] Removal of valid additional RPATH for internal dependency (#557)
6.2.0
User-facing changes
- [REMOVAL] Drop python 3.8 support (#520)
- [FEATURE] Add ability to pass wildcard arguments to
--exclude
(#508) - [FEATURE] Add musllinux riscv64 support (#526)
- [BUGFIX] Walk directories in sorted order for reproducibility (#517)
- [BUGFIX] Fix manylinux_2_37 & manylinux_2_38 policies (#527)
New Contributors
- @dalcinl made their first contribution in #517
- @KyleFromNVIDIA made their first contribution in #508
Full Changelog: 6.1.0...6.2.0
6.1.0
6.0.0
User-facing changes
- [REMOVAL] Drop python 3.7 support (#457)
- [REMOVAL] Remove the
addtag
subcommand (#455) - [FEATURE] Add python 3.12 support (#446)
- [BUGFIX] Repair ELF executables in the "scripts" directory (#443)
- [BUGFIX] Fix bitness detection (#471)
- [BUGFIX]
--exclude libfoo.so
shall ignore dependencies oflibfoo.so
(#474) - [BUGFIX] Fix replacing
RPATH
on copied libs to the folder where they're copied ($ORIGIN
) (#478)
5.4.0
5.3.0
5.2.1
5.2.0
Released Oct. 22, 2022
User-facing changes
- [FEATURE] Allow
auditwheel repair
to process multiple wheels (#343, #62) - [FEATURE] Add
--exclude
option (#368, #76, #241, #391) - [FEATURE] Update
replace_needed
to reduce total calls topatchelf
(#376) - [FEATURE] Improve log message in case of NonPlatformWheel error (#393)
- [DOC] Update testing instructions (#377)