Skip to content

0.12.0

Latest
Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 29 Aug 20:23
0.12.0
b0c3781

Changelog

Added

  • delocate-wheel --lib-sdir now changes the suffix of the bundled library directory. #210

Changed

  • Sanitize rpaths (--sanitize-rpaths) is now the default behavior. Opt-out with the new --no-sanitize-rpaths flag. #223
  • Improved error message for when a MacOS target version is not met. #211
  • delocate-fuse is no longer available and will throw an error when invoked.
    To fuse two wheels together use delocate-merge. delocate-merge does not overwrite the first wheel. It creates a new wheel with an automatically determined name. If the old behavior is needed (not recommended) then pin the version to delocate==0.11.0. #215

Deprecated

  • --require-target-macos-version has been deprecated. MACOSX_DEPLOYMENT_TARGET should be used instead of this flag. #219

Fixed

  • Existing libraries causing DelocationError were not shown due to bad string formatting. #216
  • Wheels for macOS 11 and later were using invalid literal versions in tags instead of the macOS release version required by Python packagers. #219
  • Fixed regression in intel platform support. #219

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0