Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): update dependency delocate to v0.12.0 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

This PR contains the following updates:

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

Release Notes

matthew-brett/delocate (delocate)

v0.12.0

Compare Source

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 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
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

v0.11.0

Compare Source

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
Changed
  • Delocate now uses the binaries of the wheel file to determine a more accurate
    platform tag, this will rename wheels accordingly. #​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
Fixed
  • --sanitize-rpaths was failing with duplicate rpaths.
    #​208

v0.10.7

Compare Source

Changed
  • Handle glob paths in more cases for delocate-wheel, delocate-path,
    delocate-listdeps, and delocate-addplat.
    #​71
Fixed
  • No longer picks a random directory when multiple directories end with the
    package name. #​192

v0.10.6

Compare Source

Added
  • Dependencies can be manually excluded with the --exclude <name> flag.
    #​106
  • Non-portable rpaths can be cleaned up using the --sanitize-rpaths flag.
    #​164

v0.10.5

Compare Source

Added
Fixed
  • Fixed UnicodeDecodeError when an archive has non-ASCII characters.
    #​189

v0.10.4

Compare Source

Fixed
  • Dependency paths with @rpath, @loader_path and @executable_path
    will now look at /usr/local/lib and /usr/lib after the
    rpaths, loader path, or executable path is searched.
    #​167

v0.10.3

Compare Source

  • Support for Python 3.6 has been dropped.
  • Delocate no longer depends on the wheel API.
  • Running Delocate on already delocated wheels will no longer corrupt them.
    #​157

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/delocate-0.x branch from 966c738 to 930bd87 Compare August 29, 2024 21:48
@renovate renovate bot changed the title chore(dependencies): update dependency delocate to v0.11.0 chore(dependencies): update dependency delocate to v0.12.0 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants