Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2026-04-13 23:18:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-veusz" Mon Apr 13 23:18:24 2026 rev:60 rq:1346218 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2025-10-12 22:29:43.395185966 +0200 +++ /work/SRC/openSUSE:Factory/.python-veusz.new.21863/python-veusz.changes 2026-04-13 23:18:57.884316923 +0200 @@ -1,0 +2,11 @@ +Mon Apr 6 19:36:08 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Update to version 4.2.1: + * Change tutorial highlight color to magenta. + * Fix missing icon in tutorial. + * Move data settings to top in fit widget. + * Fix silent uninstallation. +- Add python-veusz-disable-failing-test-w-qt6_11.patch to disable + test failing with Qt 6.11 (known, see upstream commit b6106f2). + +------------------------------------------------------------------- Old: ---- veusz-4.2.tar.gz New: ---- python-veusz-disable-failing-test-w-qt6_11.patch veusz-4.2.1.tar.gz ----------(New B)---------- New: * Fix silent uninstallation. - Add python-veusz-disable-failing-test-w-qt6_11.patch to disable test failing with Qt 6.11 (known, see upstream commit b6106f2). ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-veusz.spec ++++++ --- /var/tmp/diff_new_pack.40pgxl/_old 2026-04-13 23:18:58.452340369 +0200 +++ /var/tmp/diff_new_pack.40pgxl/_new 2026-04-13 23:18:58.452340369 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-veusz # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,15 @@ %{?sle15_python_module_pythons} %define modname veusz Name: python-veusz -Version: 4.2 +Version: 4.2.1 Release: 0 Summary: Scientific plotting library for Python # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is Python-2.0 License: GPL-2.0-or-later AND Python-2.0 URL: https://veusz.github.io/ Source0: https://files.pythonhosted.org/packages/source/v/veusz/veusz-%{version}.tar.gz +# PATCH-FIX-UPSTREAM python-veusz-disable-failing-test-w-qt6_11.patch [email protected] -- disable test known to fail with Qt 6.11 (see commit b6106f2) +Patch0: python-veusz-disable-failing-test-w-qt6_11.patch BuildRequires: %{python_module PyQt6-devel} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel} ++++++ python-veusz-disable-failing-test-w-qt6_11.patch ++++++ --- tests/runselftest.py | 3 +++ 1 file changed, 3 insertions(+) Index: veusz-4.2.1/tests/runselftest.py =================================================================== --- veusz-4.2.1.orig/tests/runselftest.py +++ veusz-4.2.1/tests/runselftest.py @@ -113,6 +113,9 @@ excluded_tests = set([ '3d_points.vsz', '3d_surface.vsz', '3d_volume.vsz', + + # fails with Qt 6.11 + 'vectorfield.vsz', ]) class StupidFontMetrics: ++++++ veusz-4.2.tar.gz -> veusz-4.2.1.tar.gz ++++++ ++++ 13409 lines of diff (skipped)
