Update dependency delocate to ~=0.12.0 #106
Open
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.12.0
Release Notes
matthew-brett/delocate (delocate)
v0.12.0
Compare Source
Added
delocate-wheel
--lib-sdir
now changes the suffix of the bundled librarydirectory.
#210
Changed
--sanitize-rpaths
) is now the default behavior.Opt-out with the new
--no-sanitize-rpaths
flag.#223
#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 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-version
has been deprecated.MACOSX_DEPLOYMENT_TARGET
should be used instead of this flag.#219
Fixed
formatting.
#216
instead of the macOS release version required by Python packagers.
#219
intel
platform support.#219
v0.11.0
Compare Source
Added
--require-target-macos-version
or theMACOSX_DEPLOYMENT_TARGET
environment variable to ensure that wheels are
compatible with the specified macOS version. #198
Changed
platform tag, this will rename wheels accordingly. #198
delocate-wheel
is now more strict with platform tags and will no longer allowa wheel to be incompatible with its own tags. #198
Fixed
--sanitize-rpaths
was failing with duplicate rpaths.#208
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.