- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-GridDataFormats?expand=0&rev=5
This commit is contained in:
Steve Kowalik 2021-04-20 02:57:29 +00:00 committed by Git OBS Bridge
parent 376d9baaa0
commit dd813dbe64
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 20 02:54:06 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Tue Jul 23 02:20:35 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-GridDataFormats
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -12,17 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-GridDataFormats
Version: 0.5.0
Release: 0
Summary: Python Tools for Reading and writing of data on regular grids
License: GPL-3.0
Group: Development/Libraries/Python
Url: https://github.com/MDAnalysis/GridDataFormats/
License: GPL-3.0-only
URL: https://github.com/MDAnalysis/GridDataFormats/
Source0: https://files.pythonhosted.org/packages/source/G/GridDataFormats/GridDataFormats-%{version}.tar.gz
BuildRequires: %{python_module numpy >= 1.0.3}
BuildRequires: %{python_module paramiko}