Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-seaborn for openSUSE:Factory checked in at 2026-09-09 16:34:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Wed Sep 9 16:34:17 2026 rev:27 rq:1376622 version:0.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2025-12-22 22:50:24.527913747 +0100 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.1265/python-seaborn.changes 2026-09-09 16:34:19.546010873 +0200 @@ -1,0 +2,5 @@ +Wed Sep 9 13:43:57 UTC 2026 - Markéta Machová <[email protected]> + +- Skip test failing on 32 bit architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.3tJ09l/_old 2026-09-09 16:34:20.261040681 +0200 +++ /var/tmp/diff_new_pack.3tJ09l/_new 2026-09-09 16:34:20.264040806 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-seaborn # -# 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 @@ -92,6 +92,7 @@ # This fails in i586 because of int size if [ $(getconf LONG_BIT) -eq 32 ]; then donttest="$donttest or test_index_alignment_between_series" + donttest="$donttest or test_index_as_variable" fi %pytest -n auto -rfEs -k "not ($donttest)"
