From a307fcf395a1beaad5f8388947891c31e169367bf2f00bf1a23159a3a2ff8dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 23 Feb 2024 13:34:52 +0000 Subject: [PATCH] Accepting request 1149931 from home:mlin7442:rebuild_fails_156:gnuhealth Drop changes from lkocman. * parallel change from Max fixes the issue OBS-URL: https://build.opensuse.org/request/show/1149931 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=87 --- python-matplotlib.changes | 6 ------ python-matplotlib.spec | 7 ------- 2 files changed, 13 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index e018674..273f1d7 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -7,12 +7,6 @@ Fri Feb 23 07:40:01 UTC 2024 - Max Lin version >= 3.2.0 as the minimal requirement which Leap15/SLE15 don't have that -------------------------------------------------------------------- -Thu Feb 22 15:09:27 UTC 2024 - Lubos Kocman - -- Disable tests for Leap 15 / SLES 15 - re-add dropped changelog entry bsc#1184340 and bsc#1198319 - ------------------------------------------------------------------- Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 0de515a..1c97421 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -19,14 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test -%if 0%{?suse_version} < 1550 -# Leap15, SLES15 -# Not doing tests because they take too long -# The tests also pull in dependencies of all backends done in pure python -%bcond_with test -%else %bcond_without test -%endif # Run on 64bit intel and arm only, on others there are >100 test failures ExclusiveArch: x86_64 aarch64 %else