forked from pool/python-JPype1
c64ba89b750f33378674ae68e77983ec37715ef28272317754342a853c4ee39b
- update to 1.5.0:
* Support for Python 3.12
* Switched __eq__ and __ne__ operator to use equals rather than
compareTo for comparable objects to avoid exception when
comparing object of different types.
* Fixed segmentation fault when comparing Java Comparable to
primitives.
* Java exceptions that occur in inequality comparisons now map
to Python TypeError.
* Fixed crash when calling subscript on JArray.
* Fixed direct byte buffers not reporting nbytes correctly when
cast to memoryview.
* Expand the defintion for Functional interface to include
classes without FunctionInterface annotation.
* Add additional matching level for derived types to resolve
ambiguities when a derived type is used in place of base
class when determining the method overload. This will
resolve some previous ambiguities between methods.
OBS-URL: https://build.opensuse.org/request/show/1137273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JPype1?expand=0&rev=7
Description
No description provided
Languages
Diff
100%