Open
Conversation
446a19d to
711abf0
Compare
711abf0 to
a9a851f
Compare
a9a851f to
5716f77
Compare
5716f77 to
34a06d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=0.10.6→~=0.13.0Release Notes
matthew-brett/delocate (delocate)
v0.13.0Compare Source
Changed
patch_wheelfunction raisesFileNotFoundErrorinstead ofValueErroronmissing patch files.
delocate.fuse.fuse_treesnow auto-detects binary files instead of testingfilename suffixes.
delocate-wheelanddelocate-fusenow appends the delocate version used tothe wheels metadata.
Deprecated
get_rpathsandget_install_idare deprecated due to not supportingarchitectures.
unique_by_indexis deprecated. Use more-itertools unique_everseen instead.Fixed
NotImplementedErrorwhen libraries depend on differing binariesper-architecture.
#230
This was causing inconsistent behavior across MacOS versions.
#230
delocate-mergenow supports libraries with missing or unusual extensions.#228
Unknown Mach-O headererror when encountering a fat static library.#229
Removed
#226
v0.12.0Compare Source
Added
delocate-wheel--lib-sdirnow changes the suffix of the bundled librarydirectory.
#210
Changed
--sanitize-rpaths) is now the default behavior.Opt-out with the new
--no-sanitize-rpathsflag.#223
#211
delocate-fuseis no longer available and will throw an error when invoked.To fuse two wheels together use
delocate-merge.delocate-mergedoes notoverwrite the first wheel. It creates a new wheel with an automatically
determined name. If the old behavior is needed (not recommended), pin the
version to
delocate==0.11.0.#215
Deprecated
--require-target-macos-versionhas been deprecated.MACOSX_DEPLOYMENT_TARGETshould be used instead of this flag.#219
Fixed
formatting.
#216
instead of the macOS release version required by Python packagers.
#219
intelplatform support.#219
v0.11.0Compare Source
Added
delocate-wheel--lib-sdirnow changes the suffix of the bundled librarydirectory.
#210
Changed
--sanitize-rpaths) is now the default behavior.Opt-out with the new
--no-sanitize-rpathsflag.#223
#211
delocate-fuseis no longer available and will throw an error when invoked.To fuse two wheels together use
delocate-merge.delocate-mergedoes notoverwrite the first wheel. It creates a new wheel with an automatically
determined name. If the old behavior is needed (not recommended), pin the
version to
delocate==0.11.0.#215
Deprecated
--require-target-macos-versionhas been deprecated.MACOSX_DEPLOYMENT_TARGETshould be used instead of this flag.#219
Fixed
formatting.
#216
instead of the macOS release version required by Python packagers.
#219
intelplatform support.#219
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.