Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-JPype1 for openSUSE:Factory checked in at 2024-11-25 23:21:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-JPype1 (Old) and /work/SRC/openSUSE:Factory/.python-JPype1.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-JPype1" Mon Nov 25 23:21:09 2024 rev:10 rq:1226134 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-JPype1/python-JPype1.changes 2024-09-15 12:41:59.242513495 +0200 +++ /work/SRC/openSUSE:Factory/.python-JPype1.new.28523/python-JPype1.changes 2024-11-25 23:21:21.086301224 +0100 @@ -1,0 +2,21 @@ +Sun Nov 24 23:13:17 UTC 2024 - Steve Kowalik <steven.kowa...@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. + +------------------------------------------------------------------- Old: ---- JPype1-1.5.0.tar.gz JPype1-numpy2compat.patch New: ---- jpype1-1.5.1.tar.gz BETA DEBUG BEGIN: Old: * free threaded build - Drop patch JPype1-numpy2compat.patch, included upstream. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-JPype1.spec ++++++ --- /var/tmp/diff_new_pack.fOEK52/_old 2024-11-25 23:21:21.954337406 +0100 +++ /var/tmp/diff_new_pack.fOEK52/_new 2024-11-25 23:21:21.954337406 +0100 @@ -21,14 +21,13 @@ %bcond_with test_jdbc %{?sle15_python_module_pythons} Name: python-JPype1 -Version: 1.5.0 +Version: 1.5.1 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 -Patch1: JPype1-numpy2compat.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -63,7 +62,7 @@ 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 @@ -102,5 +101,5 @@ %{python_sitearch}/jpype %{python_sitearch}/org.jpype.jar %{python_sitearch}/_jpype*.so -%{python_sitearch}/JPype1-%{version}.dist-info +%{python_sitearch}/jpype1-%{version}.dist-info