Skip to content

2.1.1 (30 Jul 2020)

Compare
Choose a tag to compare
@DavHau DavHau released this 30 Jul 14:14
· 524 commits to master since this release
f11fe2b

2.1.1 (30 Jul 2020)

Fix broken wheel packages

Fixes:

  • Some wheel packages could brake through patchelf if they already contained stripped binaries. Packages like numpy wouldn't work because of this. This is now fixed by passing dontStrip to the autoPatchelf routine.