jpy 0.9.0-4 source package in Ubuntu

Changelog

jpy (0.9.0-4) unstable; urgency=medium

  * Team upload.

  [ Alastair McKinstry ]
  * Drop hard-coded xz compression
  * Use dh-sequence-python3 rather than --with python3
  * Use debhelper-compat (=13)
  * Standards-Version: 4.5.1
  * Add d/gpb.conf pointing to DEP-14 branches
  * Point vcs-git to debian/latest branch

  [ Louis-Philippe Véronneau ]
  * Update the VCS paths. Closes: #946109

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Drop custom source compression.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stefano Rivera ]
  * Patch: Python 3.10 support, thanks Steve Langasek (Closes: #999409)
  * Declare Rules-Requires-Root: no.

 -- Stefano Rivera <email address hidden>  Thu, 18 Nov 2021 13:54:06 -0400

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.9.0-4.dsc 1.4 KiB 82cfd2b0b9fc1148980c8bfcbf852d546af94ab542db1894597cfaf323e1bd8d
jpy_0.9.0.orig.tar.xz 1.2 MiB 6b23c1ea17edca2c9e7d675353a9576f30a6ce886db175e33f9df5d020501997
jpy_0.9.0-4.debian.tar.xz 5.9 KiB 25cefd52792af5208801c62133e608634fc61c6e802992d1b9badde9e7529454

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