forked from pool/python-JPype1
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
This commit is contained in:
committed by
Git OBS Bridge
parent
f02066900a
commit
554547d29d
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c5f665ee3e6e31c27e9d2d48dd12bf4eb4fe6858823e6a11201a035274ccfe1
|
||||
size 1187258
|
||||
3
JPype1-1.4.1.tar.gz
Normal file
3
JPype1-1.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc8ee854073474ad79ae168d90c2f6893854f58936cfa18f3587cadae0d3696d
|
||||
size 797859
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 00:25:49 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user