python-jpype 0.7+dfsg-3 source package in Ubuntu

Changelog

python-jpype (0.7+dfsg-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937852
  * debian/patches/no_scm_version.patch
    - remove `use_scm_version = True`, else build would fail from within DPMT
      git

 -- Sandro Tosi <email address hidden>  Fri, 13 Dec 2019 13:55:09 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-jpype_0.7+dfsg-3.dsc 2.0 KiB 7f8bffa816c6ed2f34f50da5d8cc150a26df044cd3181f86368b8c525e238012
python-jpype_0.7+dfsg.orig.tar.xz 384.4 KiB 405c32c49714905be818e30bdd32cc90405f92a19ec9ff695e5ee947869a67e2
python-jpype_0.7+dfsg-3.debian.tar.xz 2.9 KiB 9cbcfbde84aa2e2cc2fd1843fa12342eb4cbd1b90447f1abffdf3b913715cc97

No changes file available.

Binary packages built by this source

python3-jpype: Binding the worlds of Java and Python (for Python 3)

 JPype is an effort to allow Python programs full access to java class
 libraries. This is achieved not through re-implementing Python, as
 Jython/JPython has done, but rather through interfacing at the native
 level in both Virtual Machines.
 .
 Eventually, it should be possible to replace Java with Python in many,
 though not all, situations. JSP, Servlets, RMI servers and IDE plugins
 are good candidates.
 .
 This package for Python 3.

python3-jpype-dbgsym: debug symbols for python3-jpype