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-scriptingbridge from 7.3 to 10.1 in /tools/deps #4400

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pyobjc-framework-scriptingbridge from 7.3 to 10.1.

Release notes

Sourced from pyobjc-framework-scriptingbridge'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-scriptingbridge'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 (b649a8a) 49.15% compared to head (7e0a38a) 47.57%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4400      +/-   ##
==========================================
- Coverage   49.15%   47.57%   -1.59%     
==========================================
  Files          94       94              
  Lines       15680    15680              
==========================================
- Hits         7707     7459     -248     
- Misses       7973     8221     +248     
Flag Coverage Δ
functional 36.45% <ø> (-1.66%) ⬇️
integration 2.06% <ø> (?)
unit 36.37% <ø> (-1.03%) ⬇️

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-scriptingbridge-10.1 branch from a1ec146 to 19e6f3a Compare December 29, 2023 08:50
@swetayadav1
Copy link
Contributor

@dependabot rebase

Bumps [pyobjc-framework-scriptingbridge](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-scriptingbridge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pyobjc-framework-scriptingbridge-10.1 branch from 19e6f3a to 7e0a38a Compare January 2, 2024 06:26
@swetayadav1 swetayadav1 changed the base branch from master to dependabot/pip/tools/deps/pyobjc-core-10.1 January 2, 2024 13:12
…abot/pip/tools/deps/pyobjc-framework-scriptingbridge-10.1
@swetayadav1 swetayadav1 merged commit 3ec3414 into dependabot/pip/tools/deps/pyobjc-core-10.1 Jan 2, 2024
10 of 11 checks passed
@swetayadav1 swetayadav1 deleted the dependabot/pip/tools/deps/pyobjc-framework-scriptingbridge-10.1 branch January 2, 2024 13:17
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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>

* Update 5.5.0.md

* Added Testcase for Linux LocalClient

* Fixed import error

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: swetayadav1 <sweta.yadav@hyland.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>
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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>

* Update 5.5.0.md

* Added Testcase for Linux LocalClient

* Fixed import error

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: swetayadav1 <sweta.yadav@hyland.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>
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