jpy 0.13.0-1 source package in Ubuntu

Changelog

jpy (0.13.0-1) unstable; urgency=medium

  * Team upload.

  [ Stefano Rivera ]
  * Update Homepage and URLs to new GitHub org, jpy-consortium.

  [ Edward Betts ]
  * d/control: Remove .git from end of github URL in Homepage field.

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ Bo YU ]
  * New Upstream Release. 
    Fix ftbfs on python3.11. Closes: #1022176

 -- Bo YU <email address hidden>  Tue, 15 Nov 2022 18:26:08 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jpy_0.13.0-1.dsc 1.4 KiB 073b888c6c5b1f8e0f33c13ea95d41a2ce5314c60188709c8951067834f6f799
jpy_0.13.0.orig.tar.xz 172.8 KiB ab4d0e8a762be96e7fa0d392c0eac6f2b637b5dc0252f1609ecc3ba99445cda1
jpy_0.13.0-1.debian.tar.xz 5.7 KiB a69f6d13ada777b145e1b4e25f252f0d54ac490b10c4beac366c760eddb593d9

No changes file available.

Binary packages built by this source

python3-jpy: Bi-directional Python-Java bridge (Python3)

 jpy is a **bi-directional** Python-Java bridge which you can use to embed
 Java code in Python programs or the other way round.
 It has been designed particularly with regard to maximum
 data transfer speed between the two languages.
 It comes with a number of outstanding features:
 .
  * Fully translates Java class hierarchies to Python
  * Transparently handles Java method overloading
  * Support of Java multi-threading
  * Fast and memory-efficient support of primitive Java array parameters via
    `Python buffers` (http://docs.python.org/3.3/c-api/buffer.html)
  * Support of Java methods that modify primitive Java array parameters
    (mutable parameters)
  * Java arrays translate into Python sequence objects
  * Java API for accessing Python objects (``jpy.jar``)
 .
 This package provides the Python3 interface.

python3-jpy-dbgsym: debug symbols for python3-jpy