ki4070ma / vui-automation-playground

0 stars 0 forks source link

Bump pyobjc from 6.2 to 7.2 #41

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pyobjc from 6.2 to 7.2.

Release notes

Sourced from pyobjc's releases.

v6.2.2

  • #311: Build for the Metal bindings failed on macOS 10.14

  • #309: Fix incompatibility with macOS 11 in framework loader

  • Another attempt at giving a nice error message when trying to install on platforms other than macOS.

  • The classifiers now correctly identify supported Python versions

v6.2.1

  • Issue #299: Ensure package 'pyobjc' won't try to build the PubSub bindings on macOS 10.15

    Reported by Thomas Buchberger

  • Minor tweaks to build and pass tests on macOS 10.14 with the latest Xcode that can be installed on that version of macOS.

  • Issue #300: Fix SystemError in block edge case

    PyObjC raised a SystemError when converting a callable into an ObjC block when the callable is a bound method without positional arguments.

  • Issue #275: Fix crash on catalina caused by writing to read-only memory.

    Patch by Dan Villiom Podlaski Christiansen

  • PR #302: Make sure the SDK detection works when the version is not in the SDK name

    Patch by Joshua Root

  • There were no SDK updates in Xcode 11.5 and Xcode 11.6 (beta)

Changelog

Sourced from pyobjc's changelog.

Version 7.2

  • Update bindings for the macOS 11.3 SDK

    This SDK introduces a separate AVFAudio framework, but PyObjC continues to expose these APIs through the AVFoundation bindings.

Version 7.1

  • Update bindings for the macOS 11.1 SDK
  • Add bindings for framework "AdServices" (new in macOS 11.1)
  • #333: Improve SDK version detection in framework bindings

Version 7.0.1

  • Issue #337: PyObjC doesn't work on Catalina or earlier

    Fix by Lawrence D'Anna.

Version 7.0

  • This version drops support for 32-bit executables, both the core bridge and the framework wrappers only support 64-bit executables going forward

  • PyObjC is now always build with the system libffi.

  • Removed metadata for 32-bit systems

  • Existing framework bindings were updated for the macOS 11 SDK

  • Added bindings for the following frameworks:

    • Accessibility (introduced in macOS 11.0)
    • AppTrackingTransparency (introduced in macOS 11.0)
    • CallKit (introduced in macOS 11.0)
    • ClassKit (introduced in macOS 11.0)
    • KernelManagement (introduced in macOS 11.0)
    • MetalPerformanceShaders (introduced in macOS 10.13)
    • MetalPerformanceShadersGraph (introduced in macOS 11.0)
    • MLCompute (introduced in macOS 11.0)
    • PassKit (introduced in macOS 11.0)
    • ReplayKit (introduced in macOS 11.0)
    • ScreenTime (introduced in macOS 11.0)
    • UniformTypeIdentifiers (introduced in macOS 11.0)
    • UserNotificationsUI (introduced in macOS 11.0)
    • Virtualization (introduced in macOS 11.0)
  • Dropped the bindings to the QTKit framework

    This framework was removed in macOS 10.15.

    These bindings contained a C extension and cannot be build with recent versions of Xcode.

  • Dropped the bindings for the XgridFoundation framework

... (truncated)

Commits
  • 009be7b Release 7.2
  • 8707480 Updates for Xcode 12.5 RC
  • 43efdf6 Actually run pre-commit hooks...
  • b8cc8f0 Updates for Xcode 12.5 beta 3
  • 3d097a7 Updated input file...
  • d2f77c0 Various update to metadata
  • 102fb9e Futher metatadata updates
  • 301c22d Changes for latests SDK updates
  • 22d868a Update metadata for latest SDK updates
  • 8e5593c Previous commit changed pyobjc-core/Modules/objc/pyobjc-compat.h, also change...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #42.