From 28df98a9eb3366c0730d12bee8d8fe973db89138bd97967aea68701ffdfdb24b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 16 Apr 2021 11:31:32 +0000 Subject: [PATCH] - Don't build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cma?expand=0&rev=6 --- python-cma.changes | 5 +++++ python-cma.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-cma.changes b/python-cma.changes index 0946fdc..30206eb 100644 --- a/python-cma.changes +++ b/python-cma.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 16 11:30:57 UTC 2021 - Steve Kowalik + +- Don't build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Wed May 13 07:12:57 UTC 2020 - Tomáš Chvátal diff --git a/python-cma.spec b/python-cma.spec index f0f1f4f..18d6c43 100644 --- a/python-cma.spec +++ b/python-cma.spec @@ -1,7 +1,7 @@ # # spec file for package python-cma # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2020 Christoph Junghans # # All modifications and additions to the file contributed by third parties @@ -18,6 +18,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# No numpy on 3.6 +%define skip_python36 1 Name: python-cma Version: 3.0.3 Release: 0