Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on pyjnius to permit the latest version.

Changelog

Sourced from pyjnius's changelog.

1.7.0 (2025-09-08)

Full Changelog

Highlights

  • #713 Remove support for Python 3.7 as reached EOL
  • #696 Display Java stacktrace by default in JavaException
  • #753 fixes for Cython 3.1 support
  • #762 Remove support for Python 3.8 which reached EOL on 2024-10-07
  • #756 Remove python long to support Cython >= 3.1.x
  • #766 Remove support for Cython versions prior to 3.x.x
  • #764 Add support for Python 3.13, fix incompatible pointers

1.6.1 (2023-11-05)

Full Changelog

Implemented enhancements:

  • #684 Add (now mandatory) .readthedocs.yaml file, add docs extras and update sphinx conf
  • #691 Cleanup some Java code in NativeInvocationHandler.java
  • #692 Skip getting version from Cython on Android. Instead add ANDROID_PYJNUS_CYTHON_3 env var
  • #693 Use the release/v1 tag for pypa/gh-action-pypi-publish, as master is deprecated

1.6.0 (2023-10-07)

Full Changelog

Implemented enhancements:

  • #659 introduce protocol_map for Map$Entry
  • #669 Support both Cython >3 and Cython < 3
  • #672 Support Java 20, remove Java 7 support
  • #673 Remove pkg_resources for Python >=3.9
  • #681 Add missing Python supported version label for Python 3.12

Packaging

  • #680 Update cibuildwheel to perform build for Python 3.12

CI

  • #676 Ensure we test the produced wheel, and not the one from the index
  • #678 Add tests for python 3.12
  • #677 Now Github Actions provides python3 via setup-python also for Apple Silicon Macs
  • #679 Add tests on push for Apple Silicon
  • #682 Build stdist needs Cython to perform the build

1.5.0 (2023-05-10)

Full Changelog

Implemented enhancements:

  • #633 Add BSD Unix build support (FreeBSD, OpenBSD, NetBSD, ..)
  • #643 Initialize logger as a child of the Kivy's one
  • #657 Add support request automation (as other kivy projects)

... (truncated)

Commits
  • 5339089 Update release date for 1.7.0 (#783)
  • 8ab4645 Use merge-multiple: true when downloading artifacts for release (#782)
  • 38f1254 Prevent signature confusion in test case (#778)
  • a82bb8b Use latest release for action-gh-release (#777)
  • 9cef2f3 Wheel artifacts might need to be tested on a different platform of the one th...
  • 2e84b78 Move to GitHub hosted ubuntu-24.04-arm runner for Linux arm64 builds (#768)
  • 47f8798 Update CHANGELOG and version for release 1.7.0 (#775)
  • 0b06b8e Add support for Python 3.13, fix incompatible pointers (thanks to @​cmacdonald...
  • f44024f Remove support for Cython versions prior to 3.x.x (#766)
  • 62eb25e Migrate to download-artifact@v4 and upload-artifact@v4 (#765)
  • 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 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)

Updates the requirements on [pyjnius](https://github.com/kivy/pyjnius) to permit the latest version.
- [Release notes](https://github.com/kivy/pyjnius/releases)
- [Changelog](https://github.com/kivy/pyjnius/blob/master/CHANGELOG.md)
- [Commits](kivy/pyjnius@1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: pyjnius
  dependency-version: 1.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 15, 2025
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

Development

Successfully merging this pull request may close these issues.

0 participants