Skip to content

Releases: pypa/auditwheel

3.3.1

24 Dec 10:50
3.3.1
686024e

Choose a tag to compare

Released Dec. 24, 2020

User-facing changes

  • [FEATURE] Vendor wheel to improve user experience (#275)

Housekeeping

  • Fix twine check warning
  • Modernize Python syntax using pyupgrade --py36-plus (#278)
  • Remove usage of wheel imported helpers for python 2/3 compatibility (#276)
  • Bump wheel to 0.36.2 (#273)

3.3.0

06 Dec 17:10
3.3.0
5db255a

Choose a tag to compare

User-facing changes

  • [FEATURE] Add '--strip' option to repair (#255)
  • [FEATURE] Add manylinux_2_24 policy (#264)
  • [FEATURE] Add python 3.9 support (#265)
  • [FEATURE] Drop python 3.5 support (#261)

Housekeeping

  • The PyPA has adopted the PSF code of conduct (#256)
  • Remove unused find_package_dirs function (#267)
  • Bump wheel to 0.36.1 (#269)

3.2.0

26 Sep 12:17
6afd879

Choose a tag to compare

User-facing changes

3.1.1

25 Apr 08:57
af13871

Choose a tag to compare

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)

3.1.0

29 Jan 20:56
ea1e0f0

Choose a tag to compare

User-facing changes

  • [FEATURE] Put libraries in $WHEELNAME.libs to avoid vendoring multiple copies
    of the same library (#90)

Housekeeping

  • Upgrade wheel to 0.34 (#223)

3.0.0

11 Jan 18:31
d5cd0f6

Choose a tag to compare

Released Jan. 11, 2020

3.0.0.0rc1

07 Nov 21:37
3.0.0.0rc1
f350064

Choose a tag to compare

3.0.0.0rc1 Pre-release
Pre-release

Released Nov. 7, 2019

User-facing changes

  • [FEATURE] manylinux2014 policy (#192, #202)
  • [FEATURE] Update machine detection (#201)
  • [FEATURE] Advertise python 3.8 support and run python 3.8 in CI (#203)

Housekeeping

  • Run manylinux tests using current python version (#199)

2.1.1

08 Oct 06:33

Choose a tag to compare

Released Oct. 08, 2019

User-facing changes

  • [BUGFIX] Add missing symbols for manylinux2010_i686 policy (#141, #194)
  • [BUGFIX] Fix --version for python 3.10 (#189)

Housekeeping

  • Simplify policy unit test (#188)

2.1.0

28 Jul 19:45
94b419b

Choose a tag to compare

2.1

Released Jul. 28, 2019

  • Instead of outputting only the first shared library found in purelib, include a list of all offending files (#143)
  • Better policy detection (#150)
  • Use AUDITWHEEL_PLAT environment variable as a default option to --plat (#151)
  • Workaround for patchelf bug not setting DT_RUNPATH correctly (#173)
  • Remove libcrypt.so.1 from library whitelist (#182)

2.0

24 Jan 00:44
2.0

Choose a tag to compare

2.0

After approximately 2 months of testing, no new regressions were detected in the 2.0 release candidate.

Note that this release contains the implementation of PEP 571, e.g. manylinux2010 support.