Releases: matthew-brett/delocate
Releases · matthew-brett/delocate
0.12.0
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 usedelocate-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 todelocate==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
- Improve error message for when a MacOS target version is not met by @HexDecimal in #212
- Move maintainers guide into CONTRIBUTING.md and add PR templates by @HexDecimal in #217
- Retag wheels automatically when fusing by @dunkmann00 in #215
- fix string formatting in error message by @jameslamb in #216
- If wheel has no package directories, use lib_sdir as a suffix by @skirpichev in #210
- Update CI workflows, update assert_winfo_similar by @HexDecimal in #218
- Configure trusted publishing by @HexDecimal in #220
- sanitize rpaths by default by @minrk in #223
- Apply suggestions to the deployment workflow by @HexDecimal in #221
- Fix platform tag version regression for macOS 11 and later by @HexDecimal in #219
- Prepare 0.12.0 release by @HexDecimal in #224
New Contributors
- @dunkmann00 made their first contribution in #215
- @jameslamb made their first contribution in #216
- @skirpichev made their first contribution in #210
Full Changelog: 0.11.0...0.12.0