Releases: pypa/auditwheel
Releases · pypa/auditwheel
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)
Housekeeping
5.1.2
5.1.1
5.1.0
Released Jan. 03, 2022
User-facing changes
- [BUGFIX] libc version failed to be detected on CentOS8 based docker image (#352, #353)
- [FEATURE] Add support for
SOURCE_DATE_EPOCH
(#346, #348) - [FEATURE] Add
manylinux_2_28
&manylinux_2_31
policies (#356) - [DOC] Reflect dependency on patchelf in README (#355)
Housekeeping
- Fix setuptools warnings seen during builds (deprecation notices) (#337)
- Fix SDist includes files it shouldn't include (#338)
- Add
build
&test-dist
nox sessions (#336) - Add musllinux integration tests (#317)
- Rename the default branch from master to main (#342)
- Clean before build in test_manylinux (#347)
- Test with python 3.10 (#345)
- Move from
pbr
tosetuptools_scm
(#358) - Add nox
develop
session (#359)