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-28 18:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Nuitka (Old) and /work/SRC/openSUSE:Factory/.python-Nuitka.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Nuitka" Sat Jan 28 18:44:59 2023 rev:17 rq:1061675 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Nuitka/python-Nuitka.changes 2023-01-02 15:02:18.853400131 +0100 +++ /work/SRC/openSUSE:Factory/.python-Nuitka.new.32243/python-Nuitka.changes 2023-01-28 19:00:04.503637256 +0100 @@ -1,0 +2,7 @@ +Fri Jan 27 04:18:50 UTC 2023 - John Vandenberg <jay...@gmail.com> + +- Remove unnecessary dependency on boltons +- Update to v1.4 + See https://github.com/Nuitka/Nuitka/blob/main/Changelog.rst + +------------------------------------------------------------------- @@ -6,2 +13,2 @@ - See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst for changes - in 1.1, 1.2 and 1.5 + See https://github.com/Nuitka/Nuitka/blob/main/Changelog.rst for changes + in 1.1, 1.2 and 1.3.5 Old: ---- Nuitka-1.3.5.tar.gz New: ---- Nuitka-1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Nuitka.spec ++++++ --- /var/tmp/diff_new_pack.XiB9vL/_old 2023-01-28 19:00:05.119640745 +0100 +++ /var/tmp/diff_new_pack.XiB9vL/_new 2023-01-28 19:00:05.127640790 +0100 @@ -15,8 +15,6 @@ # 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,9 +128,10 @@ %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python311 1 +# For Python 3.11 support status see https://github.com/Nuitka/Nuitka/issues/1856 Name: python-Nuitka%{?psuffix} -Version: 1.3.5 +Version: 1.4 Release: 0 Summary: Python compiler with full language support and CPython compatibility License: Apache-2.0 @@ -143,7 +142,6 @@ # PATCH-FIX-UPSTREAM no-binary-distribution.patch gh#Nuitka/Nuitka#1702 mc...@suse.com # Do not pretend this is binary distribution Patch0: no-binary-distribution.patch -BuildRequires: %{python_module boltons} BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -156,7 +154,6 @@ Requires: python-PyYAML Requires: python-appdirs Requires: python-atomicwrites -Requires: python-boltons Requires: python-devel Requires: scons Requires(post): update-alternatives @@ -184,7 +181,6 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module appdirs} BuildRequires: %{python_module atomicwrites} -BuildRequires: %{python_module boltons} BuildRequires: %{python_module glfw} BuildRequires: %{python_module glob2} BuildRequires: %{python_module hypothesis} @@ -212,6 +208,7 @@ BuildRequires: patchelf BuildRequires: strace BuildRequires: tk +BuildRequires: xvfb-run BuildRequires: %{python_module gtk if (%python-base with python-base)} BuildRequires: %{python_module matplotlib if (%python-base without python36-base)} BuildRequires: %{python_module numpy if (%python-base without python36-base)} @@ -285,6 +282,9 @@ # https://github.com/Nuitka/Nuitka/issues/1340 rm tests/standalone/PandasUsing.py +# https://github.com/Nuitka/Nuitka/issues/2012 +rm tests/standalone/TkInterUsing.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 {} ';' @@ -380,7 +380,7 @@ export NUITKA_EXTRA_OPTIONS="--debug" -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 +CC=clang xvfb-run $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/ ||: %if 0%{?suse_version} >= 1550 @@ -409,7 +409,7 @@ export NUITKA_EXTRA_OPTIONS="" -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 +CC=clang xvfb-run $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/ ||: %if 0%{?suse_version} >= 1550 @@ -435,7 +435,7 @@ # OOM mv tests/standalone/MatplotlibUsing.py /tmp -CC=gcc $python ./tests/run-tests --no-other-python --skip-reflection-test +CC=gcc xvfb-run $python ./tests/run-tests --no-other-python --skip-reflection-test mv /tmp/*Using.py tests/standalone/ ||: %if 0%{?suse_version} >= 1550 ++++++ Nuitka-1.3.5.tar.gz -> Nuitka-1.4.tar.gz ++++++ ++++ 150834 lines of diff (skipped)