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-framework-coreservices from 7.3 to 10.1 in /tools/deps #4399

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps pyobjc-framework-coreservices from 7.3 to 10.1.

Release notes

Sourced from pyobjc-framework-coreservices's releases.

v10.1

  • Upgrade framework bindings for the macOS 14.2 SDK

  • #579: Make sure the install.py and develop.py scripts in the repository work when run out of tree.

  • #577: os.fspath(someURL) will not work with Cocoa URLs (NSURL, CFURLRef) that refer to local filesystem paths. TypeError will be raised for other URLs.

    This enables using regular Python filesystem APIs with URLs that refer to local filesystem paths.

  • #572: Fix compilation issue when building on macOS 13 or earlier

  • Fix build error on ancient macOS versions where clang doesn't support -flto=thin.

  • Add a workaround for a crash in pyobjc-core when running the testsuite on macOS 10.14.

  • Fix some issues found while running the testsuite on macOS 10.9 to macOS 13, instead of only testing on the latest macOS version. Most issues found where problems in the testsuite itself, but not all.

    Some of the changes skip tests on older macOS versions (10.12, 10.13 and 10.14) due to running into what appears to be crashing platform bugs.

  • #581: Fix dependencies between framework binding packages

  • Fix build error with the current Python 3.13 alpha release (3.13a2).

v10.0

  • Update bindings for macOS 14

    Symbols newly introduced in macOS 14 were added to the existing bindings, and the following new bindings were introduced:

    • Cinematic

    • MediaExtension

    • SensitiveContentAnalysis

    • Symbols

  • The "IMServicePlugIn" bindings are no longer available

    The entire framework was deprecated in macOS 10.13 and removed in macOS 14.

... (truncated)

Changelog

Sourced from pyobjc-framework-coreservices's changelog.

Version 10.1

  • Upgrade framework bindings for the macOS 14.2 SDK

  • :issue:579: Make sure the install.py and develop.py scripts in the repository work when run out of tree.

  • :issue:577: os.fspath(someURL) will not work with Cocoa URLs (NSURL, CFURLRef) that refer to local filesystem paths. TypeError will be raised for other URLs.

    This enables using regular Python filesystem APIs with URLs that refer to local filesystem paths.

  • :issue:572: Fix compilation issue when building on macOS 13 or earlier

  • Fix build error on ancient macOS versions where clang doesn't support -flto=thin.

  • Add a workaround for a crash in pyobjc-core when running the testsuite on macOS 10.14.

  • Fix some issues found while running the testsuite on macOS 10.9 to macOS 13, instead of only testing on the latest macOS version. Most issues found where problems in the testsuite itself, but not all.

    Some of the changes skip tests on older macOS versions (10.12, 10.13 and 10.14) due to running into what appears to be crashing platform bugs.

  • :issue:581: Fix dependencies between framework binding packages

  • Fix build error with the current Python 3.13 alpha release (3.13a2).

Version 10.0

  • Update bindings for macOS 14

    Symbols newly introduced in macOS 14 were added to the existing bindings, and the following new bindings were introduced:

    • Cinematic

    • MediaExtension

    • SensitiveContentAnalysis

    • Symbols

... (truncated)

Commits
  • e45ce61 Release time!
  • 55b8935 Merge branch 'master' of github.com:ronaldoussoren/pyobjc
  • 2ec0204 Merge branch 'master' of github.com:ronaldoussoren/pyobjc
  • bf050d2 Set version to 10.1
  • ea58cb8 Fix test failures on macOS 14.2 (RC)
  • 072bf3b Oops... actually use PyUnicode_AsUTF16String correctly
  • 47504c3 Fix build error on Python 3.13
  • 046d9d5 Minor tweaks
  • e8093b3 Fix test failures on macOS 10.10
  • 478a391 Fix test failures on 10.9
  • 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 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)

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3ec3414) 35.86% compared to head (213464d) 47.56%.
Report is 1 commits behind head on dependabot/pip/tools/deps/pyobjc-core-10.1.

❗ Current head 213464d differs from pull request most recent head 34bed25. Consider uploading reports for the commit 34bed25 to get more accurate results

Additional details and impacted files
@@                               Coverage Diff                               @@
##           dependabot/pip/tools/deps/pyobjc-core-10.1    #4399       +/-   ##
===============================================================================
+ Coverage                                       35.86%   47.56%   +11.70%     
===============================================================================
  Files                                              94       94               
  Lines                                           15680    15680               
===============================================================================
+ Hits                                             5623     7458     +1835     
+ Misses                                          10057     8222     -1835     
Flag Coverage Δ
functional 36.44% <ø> (?)
integration 2.06% <ø> (?)
unit 36.37% <ø> (+0.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swetayadav1
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pyobjc-framework-coreservices-10.1 branch from ffa3a19 to 03aa980 Compare December 29, 2023 08:50
@swetayadav1
Copy link
Contributor

@dependabot rebase

Bumps [pyobjc-framework-coreservices](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pyobjc-framework-coreservices-10.1 branch from 03aa980 to 213464d Compare January 2, 2024 06:25
@swetayadav1 swetayadav1 changed the base branch from master to dependabot/pip/tools/deps/pyobjc-core-10.1 January 2, 2024 13:17
…abot/pip/tools/deps/pyobjc-framework-coreservices-10.1
@swetayadav1 swetayadav1 merged commit 650c646 into dependabot/pip/tools/deps/pyobjc-core-10.1 Jan 2, 2024
9 of 11 checks passed
@swetayadav1 swetayadav1 deleted the dependabot/pip/tools/deps/pyobjc-framework-coreservices-10.1 branch January 2, 2024 13:19
mr-shekhar pushed a commit that referenced this pull request Jan 8, 2024
* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-framework-fsevents from 7.3 to 10.1 in /tools/deps (#4398)

Bumps [pyobjc-framework-fsevents](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-cocoa from 7.3 to 10.1 in /tools/deps (#4404)

Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-systemconfiguration in /tools/deps (#4402)

Bumps [pyobjc-framework-systemconfiguration](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-scriptingbridge from 7.3 to 10.1 in /tools/deps (#4400)

Bumps [pyobjc-framework-scriptingbridge](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <[email protected]>

* Bump pyobjc-framework-coreservices from 7.3 to 10.1 in /tools/deps (#4399)

Bumps [pyobjc-framework-coreservices](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <[email protected]>

* Update 5.5.0.md

* Added Testcase for Linux LocalClient

* Fixed import error

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: swetayadav1 <[email protected]>
Co-authored-by: Sweta Yadav <[email protected]>
gitofanindya pushed a commit that referenced this pull request Mar 15, 2024
* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-core from 7.3 to 10.1 in /tools/deps

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v7.3...v10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyobjc-framework-fsevents from 7.3 to 10.1 in /tools/deps (#4398)

Bumps [pyobjc-framework-fsevents](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-cocoa from 7.3 to 10.1 in /tools/deps (#4404)

Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-systemconfiguration in /tools/deps (#4402)

Bumps [pyobjc-framework-systemconfiguration](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyobjc-framework-scriptingbridge from 7.3 to 10.1 in /tools/deps (#4400)

Bumps [pyobjc-framework-scriptingbridge](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <[email protected]>

* Bump pyobjc-framework-coreservices from 7.3 to 10.1 in /tools/deps (#4399)

Bumps [pyobjc-framework-coreservices](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 10.1.
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <[email protected]>

* Update 5.5.0.md

* Added Testcase for Linux LocalClient

* Fixed import error

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: swetayadav1 <[email protected]>
Co-authored-by: Sweta Yadav <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants