kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

Update dependency delocate to ~=0.12.0 #106

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
delocate ~=0.10.6 -> ~=0.12.0 age adoption passing confidence

Release Notes

matthew-brett/delocate (delocate) ### [`v0.12.0`](https://redirect.github.com/matthew-brett/delocate/blob/HEAD/Changelog.md#0120---2024-08-29) [Compare Source](https://redirect.github.com/matthew-brett/delocate/compare/0.11.0...0.12.0) ##### Added - `delocate-wheel` `--lib-sdir` now changes the suffix of the bundled library directory. [#​210](https://redirect.github.com/matthew-brett/delocate/pull/210) ##### Changed - Sanitize rpaths (`--sanitize-rpaths`) is now the default behavior. Opt-out with the new `--no-sanitize-rpaths` flag. [#​223](https://redirect.github.com/matthew-brett/delocate/pull/223) - Improved error message for when a MacOS target version is not met. [#​211](https://redirect.github.com/matthew-brett/delocate/issues/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), pin the version to `delocate==0.11.0`. [#​215](https://redirect.github.com/matthew-brett/delocate/pull/215) ##### Deprecated - `--require-target-macos-version` has been deprecated. `MACOSX_DEPLOYMENT_TARGET` should be used instead of this flag. [#​219](https://redirect.github.com/matthew-brett/delocate/pull/219) ##### Fixed - Existing libraries causing DelocationError were not shown due to bad string formatting. [#​216](https://redirect.github.com/matthew-brett/delocate/pull/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](https://redirect.github.com/matthew-brett/delocate/pull/219) - Fixed regression in `intel` platform support. [#​219](https://redirect.github.com/matthew-brett/delocate/pull/219) ### [`v0.11.0`](https://redirect.github.com/matthew-brett/delocate/blob/HEAD/Changelog.md#0110---2024-03-22) [Compare Source](https://redirect.github.com/matthew-brett/delocate/compare/0.10.7...0.11.0) ##### Added - Use `--require-target-macos-version` or the `MACOSX_DEPLOYMENT_TARGET` environment variable to ensure that wheels are compatible with the specified macOS version. [#​198](https://redirect.github.com/matthew-brett/delocate/issues/198) ##### Changed - Delocate now uses the binaries of the wheel file to determine a more accurate platform tag, this will rename wheels accordingly. [#​198](https://redirect.github.com/matthew-brett/delocate/issues/198) - `delocate-wheel` is now more strict with platform tags and will no longer allow a wheel to be incompatible with its own tags. [#​198](https://redirect.github.com/matthew-brett/delocate/issues/198) ##### Fixed - `--sanitize-rpaths` was failing with duplicate rpaths. [#​208](https://redirect.github.com/matthew-brett/delocate/pull/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.