Skip to content

Update pyobjc-framework-eventkit requirement from >=12.0 to >=12.2.2 - #1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyobjc-framework-eventkit-gte-12.2.2
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyobjc-framework-eventkit-gte-12.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown

Updates the requirements on pyobjc-framework-eventkit to permit the latest version.

Release notes

Sourced from pyobjc-framework-eventkit's releases.

v12.2.2

  • The project can now be build using Xcode 27.
Changelog

Sourced from pyobjc-framework-eventkit's changelog.

Version 12.2.2

  • The project can now be build using Xcode 27.

Version 12.2.1

  • :issue:670: A number of test files were in a directory name with lower-case letters where upper-case letters should have been used. This only affects users checking out the repository on systems with a case-sensitive filesystem.

  • :issue:671: Fix build error in the Quartz bindings when the SDK is for macOS 15 or later and the build target is also macOS 15 or later.

  • :issue:659: Implement basic support for handling Swift classes that have an Objective-C representation but are not subclasses of NSObject, as used in the Network framework.

    .. note::

    The Network framework builds upon grand central dispatch (the pyobjc-framework-libdispatch package), and because of that exceptions in callback handlers will cause a hard crash.

Version 12.2

  • Update framework bindings for macOS 26.5 SDK

  • The following code failed at the last line in previous versions:

    .. sourcecode:: python

    class MyObject(NSObject): pass

    obj = MyObject() obj.alloc = MyObject.alloc print(obj.alloc) # Raised AttributeError

  • Backward incompatible changes:

    CFBagCreate and CFBagCreateMutable now match the API in Objective-C, that is, a value for the callbacks argument must be passed (must be kCFTypeBagCallBacks).

  • :issue:663: Fix retain count management for the callbacks registered with :func:DARegisterDiskEjectApprovalCallback <DiskArbitration.DARegisterDiskEjectApprovalCallback>,

... (truncated)

Commits
  • 38cdf73 Release day
  • 5ca73f6 Prepare for release
  • 2d981a7 Backport change from 13.0 branch that enables building with Xcode 27
  • cb525f3 New release day
  • 80895dc Minor tweak to supported-platforms
  • 1038a4c Add warning about raising exceptions in callbacks for libdispatch and its users.
  • 981adbc Add minimal functional tests for the Network framework bindings
  • 6b9558c Example for the Network framework
  • 56357e9 Add initial support for Swift-based ObjC classes that aren't subclasses of NS...
  • 6e22b11 ... and actually remove the file as well
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [pyobjc-framework-eventkit](https://github.com/ronaldoussoren/pyobjc) to permit the latest version.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/main/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v12.0...v12.2.2)

---
updated-dependencies:
- dependency-name: pyobjc-framework-eventkit
  dependency-version: 12.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Parad0x-Labs

Copy link
Copy Markdown
Owner

Delivered by #36 (landed as main 7e92384): this update ships there with its owning contracts repaired (pin-shape assertions, installer projections, lockfile). Supersedes-per mission order confirmed only after landing. Recovery ref for this branch head is preserved in the pre-landing bundle (mission-packs/2026-09-22-vool-stack-integration/evidence/integration-20260923/). Contributor: sls_0x

@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/pyobjc-framework-eventkit-gte-12.2.2 branch September 23, 2026 13:27
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.

1 participant