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 2021-12-27 16:07:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Nuitka (Old) and /work/SRC/openSUSE:Factory/.python-Nuitka.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Nuitka" Mon Dec 27 16:07:11 2021 rev:11 rq:942634 version:0.6.18.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Nuitka/python-Nuitka.changes 2021-12-05 22:47:08.185441684 +0100 +++ /work/SRC/openSUSE:Factory/.python-Nuitka.new.2520/python-Nuitka.changes 2021-12-27 16:07:13.661693235 +0100 @@ -1,0 +2,7 @@ +Fri Dec 24 10:13:30 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Remove tests-ignore-qt6-dirs.patch merged upstream +- Update to v0.6.18.5 + * See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst + +------------------------------------------------------------------- Old: ---- Nuitka-0.6.18.tar.gz tests-ignore-qt6-dirs.patch New: ---- Nuitka-0.6.18.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Nuitka.spec ++++++ --- /var/tmp/diff_new_pack.0kzSiH/_old 2021-12-27 16:07:14.201693619 +0100 +++ /var/tmp/diff_new_pack.0kzSiH/_new 2021-12-27 16:07:14.205693621 +0100 @@ -112,7 +112,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Nuitka%{?psuffix} -Version: 0.6.18 +Version: 0.6.18.5 Release: 0 Summary: Python compiler with full language support and CPython compatibility License: Apache-2.0 @@ -120,8 +120,6 @@ URL: https://nuitka.net Source: https://files.pythonhosted.org/packages/source/N/Nuitka/Nuitka-%{version}.tar.gz Source1: nuitka-rpmlintrc -# This is upstreamed to https://github.com/Nuitka/Nuitka/pull/1300 -Patch0: tests-ignore-qt6-dirs.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -216,7 +214,6 @@ %prep %setup -q -n Nuitka-%{version} -%autopatch -p1 # De-vendor rm -r nuitka/build/inline_copy/appdirs/ rm -r nuitka/build/inline_copy/atomicwrites/ @@ -255,13 +252,8 @@ # https://github.com/Nuitka/Nuitka/issues/965 sed -Ei 's/(NumpyUsing)/IgnoreThisConditional/' tests/standalone/run_all.py -# These two are fixed in the next patch release - -# GlfwUsing failure https://github.com/Nuitka/Nuitka/issues/1297 -rm tests/standalone/GlfwUsing.py - -# MatplotlibUsing failure https://github.com/Nuitka/Nuitka/issues/1298 -rm tests/standalone/MatplotlibUsing.py +# https://github.com/Nuitka/Nuitka/issues/1340 +rm tests/standalone/PandasUsing.py # adjust mtime so that deduplicating the cache files after install does not make them inconsistent find nuitka -name __init__.py -exec touch -m -r nuitka/__init__.py {} ';' @@ -333,10 +325,12 @@ # Also numpy causes the opengl tests to OOM if [[ "$python" != "python2" ]]; then mv tests/standalone/FlaskUsing.py /tmp + mv tests/standalone/MatplotlibUsing.py /tmp mv tests/standalone/OpenGLUsing.py /tmp - mv tests/standalone/PandasUsing.py /tmp + mv tests/standalone/PandasUsing.py /tmp || true mv tests/standalone/PendulumUsing.py /tmp # NumpyUsing.py can OOM on ppc64 & ppc64le + mv tests/standalone/NumpyUsing.py /tmp fi export NUITKA_EXTRA_OPTIONS="--debug" @@ -387,11 +381,18 @@ # Please add/remove --debug periodically as many bugs # have been found with/without this flag. +# https://github.com/Nuitka/Nuitka/issues/1338 is a current failure with `--debug` +export NUITKA_EXTRA_OPTIONS="" + # A patchelf failure in Pandasusing on gcc Leap 15.2 py36 has occurred once # It may be the same problem as https://github.com/Nuitka/Nuitka/issues/1298 # which will be fixed in the next patch release -export NUITKA_EXTRA_OPTIONS="" + +# https://github.com/Nuitka/Nuitka/issues/1338 +if [[ "$python" == "python2" ]]; then + mv tests/standalone/MatplotlibUsing.py /tmp +fi CC=gcc $python ./tests/run-tests --no-other-python ++++++ Nuitka-0.6.18.tar.gz -> Nuitka-0.6.18.5.tar.gz ++++++ ++++ 4854 lines of diff (skipped)