Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zarr for openSUSE:Factory checked in at 2024-01-19 23:02:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zarr (Old) and /work/SRC/openSUSE:Factory/.python-zarr.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zarr" Fri Jan 19 23:02:53 2024 rev:11 rq:1139963 version:2.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zarr/python-zarr.changes 2023-12-28 23:04:20.620758480 +0100 +++ /work/SRC/openSUSE:Factory/.python-zarr.new.16006/python-zarr.changes 2024-01-19 23:03:00.163799015 +0100 @@ -1,0 +2,6 @@ +Fri Jan 19 14:52:05 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- skip broken tests in s390x, gh#zarr-developers/zarr-python#1375 + bsc#1218611 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zarr.spec ++++++ --- /var/tmp/diff_new_pack.sQJ22o/_old 2024-01-19 23:03:00.883825353 +0100 +++ /var/tmp/diff_new_pack.sQJ22o/_new 2024-01-19 23:03:00.883825353 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zarr # -# 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 @@ -72,7 +72,20 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# avoid broken tests in s390x, gh#zarr-developers/zarr-python#1375 +%if "%_arch" == "s390x" +donttest="test_hexdigest or test_nbytes_stored" +donttest+=" or test_array_1d or test_array_1d_fill_value or test_array_1d_selections" +donttest+=" or test_array_2d or test_array_2d_edge_case or test_array_order" +donttest+=" or test_resize_2d or test_append_2d or test_append_2d_axis" +donttest+=" or test_np_ufuncs or test_iter or test_islice or test_non_cont" +donttest+=" or test_read_nitems_less_than_blocksize_from_multiple_chunks" +donttest+=" or test_read_from_all_blocks" +donttest+=" or test_format_compatibility" +%pytest -k "not ($donttest)" +%else %pytest +%endif %files %{python_files} %doc README.md