Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| faa841c7be | |||
| ecc842bd62 | |||
| 1934069356 | |||
| 59a1cbefd7 | |||
| ccfff892df | |||
|
|
7acb4ef12a |
@@ -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
3
jpype1-1.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74a42eccf21d30394c1832aec3985a14965fa5320da087b65029d172c0cec43b
|
||||||
|
size 1011421
|
||||||
@@ -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>
|
Tue Feb 27 01:50:13 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-JPype1
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,19 +19,21 @@
|
|||||||
%bcond_without test
|
%bcond_without test
|
||||||
# https://build.opensuse.org/package/show/Java:packages/h2database is not in Factory
|
# https://build.opensuse.org/package/show/Java:packages/h2database is not in Factory
|
||||||
%bcond_with test_jdbc
|
%bcond_with test_jdbc
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-JPype1
|
Name: python-JPype1
|
||||||
Version: 1.5.0
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python to Java bridge
|
Summary: Python to Java bridge
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/jpype-project/jpype
|
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
|
Patch0: JPype1-java8compat.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: ca-certificates-mozilla
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: java-devel >= 9
|
BuildRequires: java-devel >= 9
|
||||||
@@ -60,7 +62,7 @@ BuildRequires: sqlite-jdbc
|
|||||||
A Python to Java bridge.
|
A Python to Java bridge.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n JPype1-%{version}
|
%autosetup -p1 -n jpype1-%{version}
|
||||||
# Avoid build dependency on PyInstaller
|
# Avoid build dependency on PyInstaller
|
||||||
rm jpype/_pyinstaller/test_jpype_pyinstaller.py
|
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}/jpype
|
||||||
%{python_sitearch}/org.jpype.jar
|
%{python_sitearch}/org.jpype.jar
|
||||||
%{python_sitearch}/_jpype*.so
|
%{python_sitearch}/_jpype*.so
|
||||||
%{python_sitearch}/JPype1-%{version}.dist-info
|
%{python_sitearch}/jpype1-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user