Releases: pypa/auditwheel
Releases · pypa/auditwheel
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)
Housekeeping
4.0.0
4.0.0.0b1
User-facing changes
- [BUGFIX] Patch RPATHs of non-Python extension dependencies (#136, #298)
- [BUGFIX] Ensure policies in
policy.json
are compliant with PEP600 (#287)- This removes 2 non existing symbols from manylinux1 i686 policy and removes ncurses librairies from manylinux1 whitelist.
- [FEATURE] Use PEP600 policy names (#288, #297)
- The platform tag passed to
auditwheel repair
--plat
argument can use either the PEP600 tag or the legacy tag. The repaired wheel will get both platform tags. - Inform about aliases in
auditwheel repair --help
- The platform tag passed to
- [FEATURE] Always repair as a single wheel (#289)
- Add argument
--only-plat
toauditwheel repair
for those who were keeping only the lowest priority tag wheel (i.e. the one requested by--plat
argument).
- Add argument
- [FEATURE] Add manylinux_2_27 policy (#299, #300)
- [FEATURE] Add libexpat.so.1 to whitelisted libraries starting with manylinux2010 (#152, #301)
Housekeeping
3.3.1
3.3.0
3.2.0
User-facing changes
- [FEATURE] Ensure that system-copied libraries are writable before running patchelf
(https://github.com/pypa/auditwheel/pull/237) - [FEATURE] Preserve RPATH in extension modules (https://github.com/pypa/auditwheel/pull/245)
3.1.1
User-facing changes
- [BUGFIX] Always exclude ELF dynamic linker/loader from analysis (#213)
- Fixes "auditwheel repair marked internal so files as shared library dependencies (#212)"
- [BUGFIX] Correctly detect non-platform wheels (#224)
- Fixes "Auditwheel addtag returns stack trace when given a none-any wheel (#218)"
- [BUGFIX] Fix obsolete wheel usage in addtag (#226)
Housekeeping
- Upgrade
wheel
to 0.34.2 (#235)