Releases: pypa/auditwheel
Releases · pypa/auditwheel
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)
5.0.0
Released Sep. 18, 2021
User-facing changes
- [BUGFIX] Remove undeclared dependency on pkg_resources (#307)
- [BUGFIX] Don't installs self in tox deps (#319)
- [FEATURE] Add support for musllinux (#305, #311, #315)
- [FEATURE] Replace
unzip
usage with Python'szipfile
(#258, #324) - [FEATURE]
libz.so.1
is now whitelisted (with some symbols blacklisted) (#152, #161, #334)