15
0

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
This commit is contained in:
2021-02-20 23:41:28 +00:00
committed by Git OBS Bridge
parent 6c764b0128
commit d099598966
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 20 18:28:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't test python36-numpy. Numpy 1.20 in Tumbleweed dropped
python36 (NEP 29)
-------------------------------------------------------------------
Sun Jul 5 13:11:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -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