Skip to content

Commit

Permalink
Update python-netCDF4 to version 1.6.5 / rev 18 via SR 1139718
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1139718
by user dgarcia + anag+factory
- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
  bsc#1218606
  • Loading branch information
dgarcia authored and bmwiedemann committed Jan 18, 2024
1 parent 056196d commit cd0e453
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
Binary file modified packages/p/python-netCDF4/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-netCDF4/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,13 @@
from netcdf-c</comment>
<requestid>1131716</requestid>
</revision>
<revision rev="18" vrev="2">
<srcmd5>ffaf4a00acc99dd7aefc20cad696914f</srcmd5>
<version>1.6.5</version>
<time>1705611246</time>
<user>anag+factory</user>
<comment>- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
bsc#1218606</comment>
<requestid>1139718</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-netCDF4/python-netCDF4.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 18 13:25:55 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
bsc#1218606

-------------------------------------------------------------------
Thu Dec 7 22:10:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

Expand Down
8 changes: 7 additions & 1 deletion packages/p/python-netCDF4/python-netCDF4.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -83,6 +83,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%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
}
Expand Down

0 comments on commit cd0e453

Please sign in to comment.