From 554547d29d3951be49ca05a84aea8b5534fe4a05de651d1813f3a704593a8317 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 7 Mar 2023 00:59:06 +0000 Subject: [PATCH] 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 --- JPype1-1.4.0.tar.gz | 3 --- JPype1-1.4.1.tar.gz | 3 +++ python-JPype1.changes | 9 +++++++++ python-JPype1.spec | 9 ++++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 JPype1-1.4.0.tar.gz create mode 100644 JPype1-1.4.1.tar.gz diff --git a/JPype1-1.4.0.tar.gz b/JPype1-1.4.0.tar.gz deleted file mode 100644 index effbb18..0000000 --- a/JPype1-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c5f665ee3e6e31c27e9d2d48dd12bf4eb4fe6858823e6a11201a035274ccfe1 -size 1187258 diff --git a/JPype1-1.4.1.tar.gz b/JPype1-1.4.1.tar.gz new file mode 100644 index 0000000..3e3330d --- /dev/null +++ b/JPype1-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8ee854073474ad79ae168d90c2f6893854f58936cfa18f3587cadae0d3696d +size 797859 diff --git a/python-JPype1.changes b/python-JPype1.changes index 2ae3fa6..ee6c445 100644 --- a/python-JPype1.changes +++ b/python-JPype1.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 7 00:25:49 UTC 2023 - John Vandenberg + +- Update to v1.4.1 + * Fixed issue with startJVM changing locale settings + * Changes to support Python 3.11 + * Fix truncation of strings on null when using convert strings + * Replaced distutil with packaging + ------------------------------------------------------------------- Thu Aug 18 13:28:45 UTC 2022 - John Vandenberg diff --git a/python-JPype1.spec b/python-JPype1.spec index 0d6207e..455ac7f 100644 --- a/python-JPype1.spec +++ b/python-JPype1.spec @@ -1,7 +1,7 @@ # # spec file for package python-JPype1 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ %define skip_python2 1 %define skip_python36 1 %bcond_without test -# https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc is not in Factory +# https://build.opensuse.org/package/show/Java:packages/h2database is not in Factory %bcond_with test_jdbc Name: python-JPype1 -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Python to Java bridge License: Apache-2.0 @@ -80,6 +80,9 @@ ant -f test/build.xml compile # https://github.com/jpype-project/jpype/issues/1029 skip_tests="(JClassTestCase and testAsArray)" +# v1.4.1: https://github.com/jpype-project/jpype/issues/1116 +skip_tests+=" or (HtmlTestCase and testClass)" + %if %{without test_jbdc} skip_tests+=" or test_sql_h2 or test_sql_hsqldb or test_sql_sqlite" %endif