From 00eaee43dc1637ea99d463116e04f6835620866fd89c447e0f60433438f38615 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 31 Jul 2024 21:55:20 +0000 Subject: [PATCH] Accepting request 1189933 from home:cboltz:branches:devel:languages:python:numeric - broken test tst_compoundvar.py was renamed to test_compoundvar.py OBS-URL: https://build.opensuse.org/request/show/1189933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=41 --- python-netCDF4.changes | 5 +++++ python-netCDF4.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-netCDF4.changes b/python-netCDF4.changes index 9899aef..6356417 100644 --- a/python-netCDF4.changes +++ b/python-netCDF4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 27 19:26:42 UTC 2024 - Christian Boltz + +- broken test tst_compoundvar.py was renamed to test_compoundvar.py + ------------------------------------------------------------------- Mon Jul 8 07:19:47 UTC 2024 - Steve Kowalik diff --git a/python-netCDF4.spec b/python-netCDF4.spec index 7c76d1d..6a84196 100644 --- a/python-netCDF4.spec +++ b/python-netCDF4.spec @@ -86,7 +86,7 @@ export NO_NET=1 # Broken test in s390x, gh#Unidata/netcdf4-python#1124 %ifarch s390x -rm tst_compoundvar.py +rm test_compoundvar.py %endif %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}