15
0
forked from pool/python-JPype1
Commit Graph

7 Commits

Author SHA256 Message Date
9e9b8db6ee Accepting request 1092514 from home:fstrba:branches:devel:languages:python
Please accept and forward to Factory, since this blocks removal of unsupported java-15-openjdk

OBS-URL: https://build.opensuse.org/request/show/1092514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=11
2023-06-13 10:59:20 +00:00
John Vandenberg
554547d29d Accepting request 1069769 from home:jayvdb:branches:devel:languages:python
- Update to v1.4.1

OBS-URL: https://build.opensuse.org/request/show/1069769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=9
2023-03-07 00:59:06 +00:00
John Vandenberg
f02066900a Accepting request 997985 from home:jayvdb:branches:devel:languages:python
- ExcludeArch armv7 and i586 due to significant test failures

OBS-URL: https://build.opensuse.org/request/show/997985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=7
2022-08-18 13:47:01 +00:00
John Vandenberg
02b2c73baa Accepting request 997446 from home:yarunachalam:branches:devel:languages:python
- Update to 1.4.0
  Support for all different buffer type conversions.
  * Improved buffer transfers to numpy as guaranteed to match Java types. 
    However, exact dtype for conversions is os/numpy version dependent.
  * Support for byte order channels on buffer transfers.
  * Byte size for buffers now fixed to Java definitions.
  * When directly accessing Java arrays using memory view, Python requires a cast
    from buffers. Required because Python does not support memory view alterations
    on non-native sizes.
  Fix crash when comparing JChar.
    * Order handling for numerical operations with JChar fixed.
  * Improved matching for Java functors based on parameter count.
  * Dropped support for Python 3.5 and 3.6
  * dbapi2 handles drivers that don't support autocommit.
  * Fixed issue when Java classes with dunder methods such as __del__ caused 
    conflicts in Python type system. Java method which match dunder patterns are longer
    translated to Python.
  * Fix issue with numpy arrays with no dimensions resulting in crash.
  * Support for user defined conversions for java.lang.Class and array types.
  * Fixed issue with ssize_t on Windows for Python 3.10.

OBS-URL: https://build.opensuse.org/request/show/997446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=6
2022-08-17 04:55:57 +00:00
John Vandenberg
8fcfc6a8a8 Accepting request 956484 from home:jayvdb:branches:devel:languages:python
- Update to v1.3.0
  * Fixes for memory issues found when upgrading to Python 3.10 beta.
  * Add additional diagnositics for importing of non-public class.
  * Fixed issue with classes with unsatified dependencies leading to
    a crash on windows.
  * Fixed a bug with arrays created using the short cut.
- from v1.2.1
  * Missing stub files added.
  * Python 3.9 issues are resolved on Windows.
  * JPype scans jar files and rebuilding missing directories to
    allow imports from stripped and obfuscated jar files.
- from v1.2.0
  * Added builds for Python 3.9.
  * Fixed bug when importing from multi-release jars.
  * addClassPath can add jar files after the JVM is started.
    The default loader for JPype class is
    ``org.jpype.classloader.DynamicClassLoader``.
  * Build support of z/OS added.
  * Bug causing ambiguity between primitives and variadic arguments
    in method resolution was corrected.
  * Boolean was inadvertently left out of method resolution.
    ``boolean`` now properly matched with boxed types.
  * Support for PyInstaller was added.

OBS-URL: https://build.opensuse.org/request/show/956484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=5
2022-02-21 22:08:46 +00:00
05b5e6846d Accepting request 888724 from home:mcalabkova:branches:devel:languages:python
- skip python36 because of numpy

OBS-URL: https://build.opensuse.org/request/show/888724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=3
2021-04-27 09:48:42 +00:00
10928b68b7 Accepting request 848794 from home:jayvdb:py-submit
Python to Java bridge

OBS-URL: https://build.opensuse.org/request/show/848794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=1
2020-11-16 07:55:10 +00:00