Package: python-jpype / 1.6.0-2

Metadata

Package Version Patches format
python-jpype 1.6.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian java version.patch | (download)

test/jpypetest/common.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 handle debian's openjdk version numbers

system jar.patch | (download)

jpype/_core.py | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 look for system-installed org.jpype.jar

Bug-Debian: https://bugs.debian.org/1017761
slice 32bit.patch | (download)

native/python/pyjp_class.cpp | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 fix pyslice_checkfull on 32-bit architectures

When a stepping-forward slice has no upper bound, `PySlice_Unpack` sets
`stop` to `PY_SSIZE_T_MAX`, not `-1`.  They happen to be the same on
some architectures, but that isn't portable.