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 jpype1 from 1.5.1 to 1.5.2 #96

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps jpype1 from 1.5.1 to 1.5.2.

Release notes

Sourced from jpype1's releases.

v1.5.2

  • Roll back agent change due to misbehaving JVM installs.
  • Correct issues with non-ascii path for jdbc connections and forName.
Changelog

Sourced from jpype1's changelog.

Changelog

This changelog only contains changes from the first pypi release (0.5.4.3) onwards.

Latest Changes:

  • 1.5.2.dev0 - 2024-11-18

    • Roll back agent change due to misbehaving JVM installs.

    • Correct issues with non-ascii path for jdbc connections and forName.

  • 1.5.1 - 2024-11-09

    • Future proofing for Python 3.14

    • Support for Python 3.13

    • Allow access to default methods implemented in interfaces when using @JImplements.

    • Added support for typing JArray (Java type only), e.g. JArray[java.lang.Object] "JArray[java.lang.Object]"

    • Fixed uncaught exception while setting traceback causing issues in Python 3.11/3.12.

    • Use PEP-518 and PEP-660 configuration for the package, allowing editable and configurable builds using modern Python packaging tooling. Where before python setup.py --enable-tracing develop, now can be done with pip install --editable ./ --config-setting="--install-option=--enable-tracing". The old setup.py usage remains, but is discouraged, and the arguments are now passed after the command (previously they were specified before).

    • Use PEP-518 configuration for the package, allowing configurable builds using more up-to-date Python packaging tooling. For editable installs, python setup.py --enable-tracing develop must now be done with python setup.py develop --enable-tracing.

    • Update for tests for numpy 2.0.

    • Support of np.float16 conversion with arrays.

    • Fixed a problem that caused dir(jpype.JPackage("mypackage")) to fail if the class path contained non-ascii characters. See issue #1194.

    • Fixed BufferOverflowException in JUnpickler when decoding multiple Java objects.

  • 1.5.0 - 2023-04-03

    • Support for Python 3.12

... (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 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)

Bumps [jpype1](https://github.com/jpype-project/jpype) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/jpype-project/jpype/releases)
- [Changelog](https://github.com/jpype-project/jpype/blob/master/doc/CHANGELOG.rst)
- [Commits](jpype-project/jpype@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: jpype1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants