Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Nuitka for openSUSE:Factory checked in at 2023-01-02 15:02:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Nuitka (Old) and /work/SRC/openSUSE:Factory/.python-Nuitka.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Nuitka" Mon Jan 2 15:02:16 2023 rev:16 rq:1046091 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Nuitka/python-Nuitka.changes 2022-10-12 18:27:19.066036737 +0200 +++ /work/SRC/openSUSE:Factory/.python-Nuitka.new.1563/python-Nuitka.changes 2023-01-02 15:02:18.853400131 +0100 @@ -1,0 +2,8 @@ +Mon Jan 2 07:19:58 UTC 2023 - John Vandenberg <jay...@gmail.com> + +- Skip unsupported Python 3.11 +- Update to v1.3.5 + See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst for changes + in 1.1, 1.2 and 1.5 + +------------------------------------------------------------------- @@ -4 +12 @@ -- Update to Version 1.0.8 +- Update to v1.0.8 @@ -13 +21 @@ -- Update to 1.0 +- Update to v1.0 @@ -113 +120,0 @@ - Old: ---- Nuitka-1.0.8.tar.gz New: ---- Nuitka-1.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Nuitka.spec ++++++ --- /var/tmp/diff_new_pack.dXjnJQ/_old 2023-01-02 15:02:19.433403390 +0100 +++ /var/tmp/diff_new_pack.dXjnJQ/_new 2023-01-02 15:02:19.437403413 +0100 @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# https://github.com/Nuitka/Nuitka/issues/1856 +%define skip_python311 1 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "" @@ -130,7 +132,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Nuitka%{?psuffix} -Version: 1.0.8 +Version: 1.3.5 Release: 0 Summary: Python compiler with full language support and CPython compatibility License: Apache-2.0 @@ -335,14 +337,22 @@ cp -r %{python3_sitelib}/SCons my-scons/ %endif -%{python_expand # +export PYTHONPATH=$PYTHONPATH:$PWD/my-scons/ + mkdir build/testbin cp -r %{_bindir}/scons* build/testbin/ -sed -i '1 s/python3/$python /' build/testbin/* -} + export SCONS_LIB_DIR=$PWD/my-scons export PATH=$PWD/build/testbin:$PATH +# Seems run-tests is broken, because it explictly adds numpy plugin, which results in +# +Nuitka-Plugins:WARNING: numpy: This plugin has been deprecated, do not enable it anymore. +sed -i '/if filename == "GlfwUsing.py"/d' tests/standalone/run_all.py +sed -i '/plugin_enable:numpy/d' tests/standalone/run_all.py + +# https://github.com/Nuitka/Nuitka/issues/1972 +rm tests/standalone/PyQt5*.py + %{python_expand # %if %{with test_clang} @@ -365,7 +375,7 @@ mv tests/standalone/NumpyUsing.py /tmp fi -# OOM +# OOM (last checked 02-01-2023) mv tests/standalone/PkgResourcesRequiresUsing.py /tmp export NUITKA_EXTRA_OPTIONS="--debug" @@ -394,7 +404,7 @@ mv tests/standalone/OpenGLUsing.py /tmp fi -# OOM +# OOM (last checked 02-01-2023) mv tests/standalone/PkgResourcesRequiresUsing.py /tmp export NUITKA_EXTRA_OPTIONS="" ++++++ Nuitka-1.0.8.tar.gz -> Nuitka-1.3.5.tar.gz ++++++ ++++ 127193 lines of diff (skipped)