Compare commits

6 Commits

Author SHA256 Message Date
faa841c7be Accepting request 1244788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1244788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JPype1?expand=0&rev=11
2025-02-10 16:36:34 +00:00
ecc842bd62 Accepting request 1244711 from home:glaubitz:branches:devel:languages:python
- Update to 1.5.2
  * Roll back agent change due to misbehaving JVM installs.
  * Correct issues with non-ascii path for jdbc connections and forName.

OBS-URL: https://build.opensuse.org/request/show/1244711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=21
2025-02-10 14:27:11 +00:00
1934069356 Accepting request 1226134 from devel:languages:python
- Update to 1.5.1:
  * Make use of pyproject.toml for static project metadata
  * Fix error in 3.12 during exception handling
  * Changes for numpy 2.0 to fix test matrix.
  * fix compatibility of jpype with setuptools==72.0.0
  * Update LICENSE
  * prevent misuse of PyTuple_Pack
  * Remove use of tp_new
  * fix JUnpickler BufferOverflowException
  * "Generic" JArray support
  * Fix IllegalArgumentException with non-ascii paths
  * Support extracting javadoc HTML files generated by Javadoc 17
  * [ci] allow to download missing Python versions
  * Access to default methods in @JImplements
  * handle non ascii classpath with system classloader
  * free threaded build
- Drop patch JPype1-numpy2compat.patch, included upstream.

OBS-URL: https://build.opensuse.org/request/show/1226134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JPype1?expand=0&rev=10
2024-11-25 22:21:09 +00:00
59a1cbefd7 - Update to 1.5.1:
* Make use of pyproject.toml for static project metadata
  * Fix error in 3.12 during exception handling
  * Changes for numpy 2.0 to fix test matrix.
  * fix compatibility of jpype with setuptools==72.0.0
  * Update LICENSE
  * prevent misuse of PyTuple_Pack
  * Remove use of tp_new
  * fix JUnpickler BufferOverflowException
  * "Generic" JArray support
  * Fix IllegalArgumentException with non-ascii paths
  * Support extracting javadoc HTML files generated by Javadoc 17
  * [ci] allow to download missing Python versions
  * Access to default methods in @JImplements
  * handle non ascii classpath with system classloader
  * free threaded build
- Drop patch JPype1-numpy2compat.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=19
2024-11-24 23:15:28 +00:00
ccfff892df Accepting request 1201186 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1201186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JPype1?expand=0&rev=9
2024-09-15 10:38:22 +00:00
John Vandenberg
7acb4ef12a Accepting request 1201185 from home:yeey:OpenWebUI
copy of request https://build.opensuse.org/request/show/1200914

OBS-URL: https://build.opensuse.org/request/show/1201185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=17
2024-09-14 23:06:09 +00:00
4 changed files with 52 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:425a6e1966afdd5848b60c2688bcaeb7e40ba504a686f1114589668e0631e878
size 819110

3
jpype1-1.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74a42eccf21d30394c1832aec3985a14965fa5320da087b65029d172c0cec43b
size 1011421

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Feb 10 10:18:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.2
* Roll back agent change due to misbehaving JVM installs.
* Correct issues with non-ascii path for jdbc connections and forName.
-------------------------------------------------------------------
Sun Nov 24 23:13:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.1:
* Make use of pyproject.toml for static project metadata
* Fix error in 3.12 during exception handling
* Changes for numpy 2.0 to fix test matrix.
* fix compatibility of jpype with setuptools==72.0.0
* Update LICENSE
* prevent misuse of PyTuple_Pack
* Remove use of tp_new
* fix JUnpickler BufferOverflowException
* "Generic" JArray support
* Fix IllegalArgumentException with non-ascii paths
* Support extracting javadoc HTML files generated by Javadoc 17
* [ci] allow to download missing Python versions
* Access to default methods in @JImplements
* handle non ascii classpath with system classloader
* free threaded build
- Drop patch JPype1-numpy2compat.patch, included upstream.
-------------------------------------------------------------------
Wed Sep 11 21:14:09 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>
- Added patch JPype1-numpy2compat.patch to update the test code
to be numpy 2+ compatible.
- Add a BuildRequires for ca-certificates-mozilla to resolve
a certificates validation error during wheel creation for
Tumbleweed builds.
-------------------------------------------------------------------
Thu Aug 22 14:52:07 UTC 2024 - Aline Werner <aline.werner@suse.com>
- Switch to modern python on sle15.
-------------------------------------------------------------------
Tue Feb 27 01:50:13 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-JPype1
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,21 @@
%bcond_without test
# https://build.opensuse.org/package/show/Java:packages/h2database is not in Factory
%bcond_with test_jdbc
%{?sle15_python_module_pythons}
Name: python-JPype1
Version: 1.5.0
Version: 1.5.2
Release: 0
Summary: Python to Java bridge
License: Apache-2.0
URL: https://github.com/jpype-project/jpype
Source: https://files.pythonhosted.org/packages/source/J/JPype1/JPype1-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/j/jpype1/jpype1-%{version}.tar.gz
Patch0: JPype1-java8compat.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: ant
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: java-devel >= 9
@@ -60,7 +62,7 @@ BuildRequires: sqlite-jdbc
A Python to Java bridge.
%prep
%autosetup -p1 -n JPype1-%{version}
%autosetup -p1 -n jpype1-%{version}
# Avoid build dependency on PyInstaller
rm jpype/_pyinstaller/test_jpype_pyinstaller.py
@@ -99,6 +101,6 @@ export CLASSPATH=${PWD}/test/classes:%{_libdir}/java/sqlite-jdbc.jar:%{_localsta
%{python_sitearch}/jpype
%{python_sitearch}/org.jpype.jar
%{python_sitearch}/_jpype*.so
%{python_sitearch}/JPype1-%{version}.dist-info
%{python_sitearch}/jpype1-%{version}.dist-info
%changelog