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-04-21 20:59:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Nuitka (Old) and /work/SRC/openSUSE:Factory/.python-Nuitka.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Nuitka" Wed Apr 21 20:59:24 2021 rev:6 rq:886699 version:0.6.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Nuitka/python-Nuitka.changes 2021-04-01 14:18:58.472128907 +0200 +++ /work/SRC/openSUSE:Factory/.python-Nuitka.new.12324/python-Nuitka.changes 2021-04-21 20:59:41.362228745 +0200 @@ -1,0 +2,7 @@ +Mon Apr 19 06:39:23 UTC 2021 - John Vandenberg <[email protected]> + +- Explicitly set CCACHE_DIR during tests and printing stats +- Update to v0.6.14.4 + * See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst + +------------------------------------------------------------------- Old: ---- Nuitka-0.6.13.2.tar.gz New: ---- Nuitka-0.6.14.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Nuitka.spec ++++++ --- /var/tmp/diff_new_pack.TsiwyV/_old 2021-04-21 20:59:41.994229740 +0200 +++ /var/tmp/diff_new_pack.TsiwyV/_new 2021-04-21 20:59:42.002229753 +0200 @@ -20,7 +20,7 @@ %bcond_without test_clang %bcond_without test_gcc Name: python-Nuitka -Version: 0.6.13.2 +Version: 0.6.14.4 Release: 0 Summary: Python compiler with full language support and CPython compatibility License: Apache-2.0 @@ -169,6 +169,8 @@ fi %check +export CCACHE_DIR=~/.ccache/ + export TCL_LIBRARY=%{_libdir}/tcl/tcl8.6 export TK_LIBRARY=%{_libdir}/tcl/tk8.6 @@ -189,6 +191,11 @@ mv tests/standalone/OpenGLUsing.py /tmp mv tests/standalone/PandasUsing.py /tmp +# https://github.com/Nuitka/Nuitka/issues/1057 +if [[ "$python" == "python3.8" || "$python" == "python3.9" ]]; then + mv tests/standalone/RsaUsing.py /tmp +fi + # clang with debug export NUITKA_EXTRA_OPTIONS="--debug" @@ -196,8 +203,8 @@ CC=clang $python ./tests/run-tests --skip-basic-tests --skip-syntax-tests --skip-program-tests --skip-package-tests --skip-plugins-tests --skip-reflection-test --no-other-python mv /tmp/*Using.py tests/standalone/ ||: -ccache --show-stats -ccache --clear +ccache -d ~/.ccache/ --show-stats +ccache -d ~/.ccache/ --clear # VM disk is being exceeded by PandasUsing. # Trying to find where, if any, disk space is being consumed by each test run @@ -217,8 +224,8 @@ CC=clang $python ./tests/run-tests --skip-basic-tests --skip-syntax-tests --skip-program-tests --skip-package-tests --skip-plugins-tests --skip-reflection-test --no-other-python mv /tmp/*Using.py tests/standalone/ ||: -ccache --show-stats -ccache --clear +ccache -d ~/.ccache/ --show-stats +ccache -d ~/.ccache/ --clear find tests -name '*.log' -print -delete rm -r /tmp/* ||: @@ -236,8 +243,8 @@ CC=gcc $python ./tests/run-tests --skip-reflection-test --no-other-python mv /tmp/*Using.py tests/standalone/ ||: -ccache --show-stats -ccache --clear +ccache -d ~/.ccache/ --show-stats +ccache -d ~/.ccache/ --clear find tests -name '*.log' -print -delete rm -r /tmp/* ||: ++++++ Nuitka-0.6.13.2.tar.gz -> Nuitka-0.6.14.4.tar.gz ++++++ ++++ 119352 lines of diff (skipped)
