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

Update dependency delocate to ~=0.13.0 #106

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2024

This PR contains the following updates:

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

Release Notes

matthew-brett/delocate (delocate)

v0.13.0

Compare Source

Changed
  • patch_wheel function raises FileNotFoundError instead of ValueError on
    missing patch files.
  • delocate.fuse.fuse_trees now auto-detects binary files instead of testing
    filename suffixes.
  • delocate-wheel and delocate-fuse now appends the delocate version used to
    the wheels metadata.
Deprecated
  • get_rpaths and get_install_id are deprecated due to not supporting
    architectures.
  • unique_by_index is deprecated. Use more-itertools unique_everseen instead.
Fixed
  • Fixed NotImplementedError when libraries depend on differing binaries
    per-architecture.
    #​230
  • Now checks all architectures instead of an arbitrary default.
    This was causing inconsistent behavior across MacOS versions.
    #​230
  • delocate-merge now supports libraries with missing or unusual extensions.
    #​228
  • Now supports library files ending in parentheses.
  • Fixed Unknown Mach-O header error when encountering a fat static library.
    #​229
Removed
  • Dropped support for Python 3.7 and Python 3.8.
    #​226

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

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.


  • 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 446a19d to 711abf0 Compare August 29, 2024 20:54
@renovate renovate bot changed the title Update dependency delocate to ~=0.11.0 Update dependency delocate to ~=0.12.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/delocate-0.x branch from 711abf0 to a9a851f Compare January 30, 2025 09:12
@renovate renovate bot changed the title Update dependency delocate to ~=0.12.0 Update dependency delocate to ~=0.13.0 Jan 30, 2025
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