Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fastparquet for openSUSE:Factory checked in at 2024-02-07 18:50:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old) and /work/SRC/openSUSE:Factory/.python-fastparquet.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastparquet" Wed Feb 7 18:50:29 2024 rev:31 rq:1144842 version:2023.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes 2023-12-05 17:04:49.816717298 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastparquet.new.1815/python-fastparquet.changes 2024-02-07 18:52:57.200551864 +0100 @@ -1,0 +2,5 @@ +Mon Jan 22 12:41:30 UTC 2024 - Daniel Garcia <[email protected]> + +- Do not run tests in s390x, bsc#1218603 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastparquet.spec ++++++ --- /var/tmp/diff_new_pack.OXhhyE/_old 2024-02-07 18:52:57.816574255 +0100 +++ /var/tmp/diff_new_pack.OXhhyE/_new 2024-02-07 18:52:57.820574400 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fastparquet # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +%ifarch s390x +# Test suite is not working correctly in s390x so not running it. +echo "Not running tests for s390x" +%else %pytest_arch --pyargs fastparquet --import-mode append -n auto +%endif %files %{python_files} %doc README.rst
