Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 30 Jan 06:47
· 17 commits to main since this release
0.13.0
86bae83

Changelog

Changed

  • patch_wheel function raises FileNotFoundError instead of ValueError on
    missing patch files.
  • delocate.fuse.fuse_trees now auto-detects binary files instead of testing
    filename suffixes.
  • delocate-wheel and delocate-fuse now appends the delocate version used to
    the wheels metadata.

Deprecated

  • get_rpaths and get_install_id are deprecated due to not supporting
    architectures.
  • unique_by_index is deprecated. Use more-itertools unique_everseen instead.

Fixed

  • Fixed NotImplementedError when libraries depend on differing binaries
    per-architecture. #230
  • Now checks all architectures instead of an arbitrary default.
    This was causing inconsistent behavior across MacOS versions. #230
  • delocate-merge now supports libraries with missing or unusual extensions. #228
  • Now supports library files ending in parentheses.
  • Fixed Unknown Mach-O header error when encountering a fat static library. #229

Removed

  • Dropped support for Python 3.7 and Python 3.8. #226

What's Changed

Full Changelog: 0.12.0...0.13.0