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

Bump pyobjc-core from 6.2.2 to 9.0.1 #49

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps pyobjc-core from 6.2.2 to 9.0.1.

Release notes

Sourced from pyobjc-core's releases.

v8.5.1

This release contains a small number of bug fixes, most import of which is support for Python 3.11

v8.5

This release continues the work on test coverage in pyobjc-core, resulting in a number of minor bug fixes.

  • Added two options to the build_ext command in the setup.py of pyobjc-core:

    • --no-lto: Disable link time optimization

    • --no-warnings-as-errors: Disable -Werror

  • For struct bindings in frameworks the "in" operator no longer swallows exceptions raised by the __eq__ method.

  • Improved handing of invalid type encodings for struct types.

  • Fix crash while handling a struct wrapper with an invalid type encoding.

  • Fix handling of empty structs (such as struct foo { }; in :func:objc.repythonify.

  • The type for NSObject.pyobjc_instanceMethod and NSObject.pyobjc_classMethods now supports the GC protocol to avoid garbage collection issues when the value for these properties is stored as an attribute (which introduces a reference cycle)

  • PyObjC should work with Python 3.11 alpha release, starting at alpha 6. Earlier alpha's are not supported due to reverting a workaround for a bug that was fixed in alpha 6.

  • NSObject.alloc = 42 now fails. It was already impossible to replace a selector by something else through instances (NSObject.new().description = 42 raises).

  • Added :data:objc.ObjCPointer.typestr with the same value as :data:objc.ObjCPonter.type. The latter is now deprecated and will be removed in PyObjC 9.

  • Better error messages when a class implementing a protocol inherits a method of the wrong kind ("class" vs. "instance").

  • The value of __slots__ in a class definition is now kept in the created class (previous versions always set the attribute to an empty tuple).

... (truncated)

Changelog

Sourced from pyobjc-core's changelog.

Version 9.0.1

  • #512: Fix metadata for webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler: and webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler: in the WebKit bindings.

  • #508: Reintroduce support for bridgesupport files that was dropped in 9.0.

    There are external users for this interface and the replacement used by PyObjC itself is not yet in a state where it can be used by other projects.

  • Framework bindings were updated for the SDK included in Xcode 14.1

  • #517: Fix bad markup in overview of wrapped frameworks

  • #519: Fix compile error with Python 3.12

Version 9.0

  • Support for macOS 13 (Xcode 14 beta 4)

  • Updated framework bindings for macOS 13

    The list below lists the frameworks that have API changes that affect the framework bindings.

  • Added bindings for the following frameworks (all new in macOS 13):

    • AVRouting
    • BackgroundAssets
    • ExtensionKit
    • HealthKit
    • MetalFX
    • SafetyKit
    • SharedWithYou
    • SharedWithYouCore
    • ThreadNetwork
  • The definition of a number of basic structs has moved in the SDK for macOS 13 and PyObjC conforms to this change on all platforms.

    In particular:

    • CGPoint, CGSize, CGVector, CGRect, CGAffineTransform and CGAffineTransformComponents are now defined in the CoreFoundation module.
    • NSPoint, NSSize and NSRect are now aliases for the corresponding CG* types (instead of the other way around in previous versions of PyObjC).

... (truncated)

Commits

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)

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 6.2.2 to 9.0.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](https://github.com/ronaldoussoren/pyobjc/commits)

---
updated-dependencies:
- dependency-name: pyobjc-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
0 participants