From d099598966c33c21b5de70b6b7db84685526e1815758dfb87347d24c48edd5d2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 20 Feb 2021 23:41:28 +0000 Subject: [PATCH] Accepting request 874050 from home:bnavigator:branches:devel:languages:python - Don't test python36-numpy. Numpy 1.20 in Tumbleweed dropped python36 (NEP 29) OBS-URL: https://build.opensuse.org/request/show/874050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=3 --- python-extension-helpers.changes | 6 ++++++ python-extension-helpers.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/python-extension-helpers.changes b/python-extension-helpers.changes index 67ab3d8..a425e9a 100644 --- a/python-extension-helpers.changes +++ b/python-extension-helpers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 20 18:28:13 UTC 2021 - Ben Greiner + +- Don't test python36-numpy. Numpy 1.20 in Tumbleweed dropped + python36 (NEP 29) + ------------------------------------------------------------------- Sun Jul 5 13:11:07 UTC 2020 - Benjamin Greiner diff --git a/python-extension-helpers.spec b/python-extension-helpers.spec index f51eda8..a8c27ea 100644 --- a/python-extension-helpers.spec +++ b/python-extension-helpers.spec @@ -1,7 +1,7 @@ # # spec file for package python-extension-helpers # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,12 +26,15 @@ License: BSD-3-Clause URL: https://github.com/astropy/extension-helpers Source: https://files.pythonhosted.org/packages/source/e/extension-helpers/extension-helpers-%{version}.tar.gz Source100: python-extension-helpers-rpmlintrc -BuildRequires: %{python_module numpy-devel} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module numpy-devel if (%python-base without python36-base)} +# /SECTION Requires: python-setuptools BuildArch: noarch %python_subpackages