Dg-auditwheel

Latest version: v1.1.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

5.1.0

Released Jan. 03, 2022

User-facing changes
- [BUGFIX] libc version failed to be detected on CentOS8 based docker image ([352](https://github.com/pypa/auditwheel/issues/352), [#353](https://github.com/pypa/auditwheel/pull/353))
- [FEATURE] Add support for `SOURCE_DATE_EPOCH` ([346](https://github.com/pypa/auditwheel/issues/346), [#348](https://github.com/pypa/auditwheel/pull/348))
- [FEATURE] Add `manylinux_2_28` & `manylinux_2_31` policies ([356](https://github.com/pypa/auditwheel/pull/356))
- [DOC] Reflect dependency on patchelf in README ([355](https://github.com/pypa/auditwheel/pull/355))

Housekeeping
- Fix setuptools warnings seen during builds (deprecation notices) ([337](https://github.com/pypa/auditwheel/pull/337))
- Fix SDist includes files it shouldn't include ([338](https://github.com/pypa/auditwheel/pull/338))
- Add `build` & `test-dist` nox sessions ([336](https://github.com/pypa/auditwheel/pull/336))
- Add musllinux integration tests ([317](https://github.com/pypa/auditwheel/pull/317))
- Rename the default branch from master to main ([342](https://github.com/pypa/auditwheel/pull/342))
- Clean before build in test_manylinux ([347](https://github.com/pypa/auditwheel/pull/347))
- Test with python 3.10 ([345](https://github.com/pypa/auditwheel/pull/345))
- Move from `pbr` to `setuptools_scm` ([358](https://github.com/pypa/auditwheel/pull/358))
- Add nox `develop` session ([359](https://github.com/pypa/auditwheel/pull/359))

5.0.0

Released Sep. 18, 2021

User-facing changes
- [BUGFIX] Remove undeclared dependency on pkg_resources ([307](https://github.com/pypa/auditwheel/pull/307))
- [BUGFIX] Don't installs self in tox deps ([319](https://github.com/pypa/auditwheel/pull/319))
- [FEATURE] Add support for musllinux ([305](https://github.com/pypa/auditwheel/issues/305), [#311](https://github.com/pypa/auditwheel/pull/311), [#315](https://github.com/pypa/auditwheel/pull/315))
- [FEATURE] Replace `unzip` usage with Python's `zipfile` ([258](https://github.com/pypa/auditwheel/issues/258), [#324](https://github.com/pypa/auditwheel/pull/324))
- [FEATURE] `libz.so.1` is now whitelisted (with some symbols blacklisted) ([152](https://github.com/pypa/auditwheel/issues/152), [#161](https://github.com/pypa/auditwheel/issues/161), [#334](https://github.com/pypa/auditwheel/pull/334))

Housekeeping
- Use python slim images to run tests ([308](https://github.com/pypa/auditwheel/pull/308))
- Manylinux2014 now uses devtoolset-10 ([316](https://github.com/pypa/auditwheel/pull/316))
- Use pre-commit to lint the code base ([331](https://github.com/pypa/auditwheel/pull/331))
- Run pyupgrade --py36-plus ([325](https://github.com/pypa/auditwheel/pull/325))
- Run isort --py 36 --profile black ([328](https://github.com/pypa/auditwheel/pull/328))
- Run black ([329](https://github.com/pypa/auditwheel/pull/329))
- Move mypy config to pyproject.toml ([326](https://github.com/pypa/auditwheel/pull/326))
- Move to an `src` layout ([332](https://github.com/pypa/auditwheel/pull/332))

4.0.0

Released May. 5, 2021

- No changes since 4.0.0.0b1.

4.0.0.0b1

Released Apr. 3, 2021

User-facing changes
- [BUGFIX] Patch RPATHs of non-Python extension dependencies ([136](https://github.com/pypa/auditwheel/issues/136), [#298](https://github.com/pypa/auditwheel/pull/298))
- [BUGFIX] Ensure policies in `policy.json` are compliant with PEP600 ([287](https://github.com/pypa/auditwheel/pull/287))
- This removes 2 non existing symbols from manylinux1 i686 policy and removes ncurses librairies from manylinux1 whitelist.
- [FEATURE] Use PEP600 policy names ([288](https://github.com/pypa/auditwheel/pull/288), [#297](https://github.com/pypa/auditwheel/pull/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`
- [FEATURE] Always repair as a single wheel ([289](https://github.com/pypa/auditwheel/pull/289))
- Add argument `--only-plat` to `auditwheel repair` for those who were keeping only the lowest priority tag wheel (i.e. the one requested by `--plat` argument).
- [FEATURE] Add manylinux_2_27 policy ([299](https://github.com/pypa/auditwheel/issues/299), [#300](https://github.com/pypa/auditwheel/pull/300))
- [FEATURE] Add libexpat.so.1 to whitelisted libraries starting with manylinux2010 ([152](https://github.com/pypa/auditwheel/issues/152), [#301](https://github.com/pypa/auditwheel/pull/301))

Housekeeping
- Add manylinux_2_24 tests ([266](https://github.com/pypa/auditwheel/pull/266))
- Use GitHub Actions for x86_64 tests ([282](https://github.com/pypa/auditwheel/pull/282), [#294](https://github.com/pypa/auditwheel/pull/294))
- Rework auditwheel show checks in test_manylinux.py ([295](https://github.com/pypa/auditwheel/pull/295))
- Fix warning issued when testing tests/unit/test_policy.py ([296](https://github.com/pypa/auditwheel/pull/296))

3.3.1

Released Dec. 24, 2020

User-facing changes
- [FEATURE] Vendor `wheel` to improve user experience ([275](https://github.com/pypa/auditwheel/pull/275))

Housekeeping
- Fix twine check warning
- Modernize Python syntax using `pyupgrade --py36-plus` ([278](https://github.com/pypa/auditwheel/pull/278))
- Remove usage of `wheel` imported helpers for python 2/3 compatibility ([276](https://github.com/pypa/auditwheel/pull/276))
- Bump `wheel` to 0.36.2 ([273](https://github.com/pypa/auditwheel/pull/273))

3.3.0

Released Dec. 6, 2020

User-facing changes
- [FEATURE] Add `--strip` option to repair ([255](https://github.com/pypa/auditwheel/pull/255))
- [FEATURE] Add manylinux_2_24 policy ([264](https://github.com/pypa/auditwheel/pull/264))
- [FEATURE] Add python 3.9 support ([265](https://github.com/pypa/auditwheel/pull/265))
- [FEATURE] Drop python 3.5 support ([261](https://github.com/pypa/auditwheel/pull/261))

Housekeeping
- The PyPA has adopted the PSF code of conduct ([256](https://github.com/pypa/auditwheel/pull/256))
- Remove unused `find_package_dirs` function ([267](https://github.com/pypa/auditwheel/pull/267))
- Bump `wheel` to 0.36.1 ([269](https://github.com/pypa/auditwheel/pull/269))

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.