Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-netCDF4 for openSUSE:Factory checked in at 2024-01-18 21:54:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netCDF4 (Old) and /work/SRC/openSUSE:Factory/.python-netCDF4.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netCDF4" Thu Jan 18 21:54:06 2024 rev:18 rq:1139718 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netCDF4/python-netCDF4.changes 2023-12-08 22:32:55.941940283 +0100 +++ /work/SRC/openSUSE:Factory/.python-netCDF4.new.16006/python-netCDF4.changes 2024-01-18 21:54:44.187666371 +0100 @@ -1,0 +2,6 @@ +Thu Jan 18 13:25:55 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124, + bsc#1218606 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netCDF4.spec ++++++ --- /var/tmp/diff_new_pack.fdpIuP/_old 2024-01-18 21:54:44.871691213 +0100 +++ /var/tmp/diff_new_pack.fdpIuP/_new 2024-01-18 21:54:44.871691213 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-netCDF4 # -# 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 @@ -83,6 +83,12 @@ %check pushd test export NO_NET=1 + +# Broken test in s390x, gh#Unidata/netcdf4-python#1124 +%ifarch s390x +rm tst_compoundvar.py +%endif + %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} $python run_all.py }