1
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cluster?expand=0&rev=5
This commit is contained in:
2021-05-24 03:10:53 +00:00
committed by Git OBS Bridge
parent d984f7265a
commit d9a43d1c41
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 24 03:09:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 17:43:25 UTC 2019 - Todd R <toddrme2178@gmail.com> Tue Jul 23 17:43:25 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-cluster # spec file for package python-cluster
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-cluster Name: python-cluster
Version: 1.4.1.post2 Version: 1.4.1.post2
Release: 0 Release: 0
Summary: Clustering library for python Summary: Clustering library for python
License: LGPL-2.0-or-later License: LGPL-2.0-or-later
Group: Development/Languages/Python
URL: https://github.com/exhuma/python-cluster URL: https://github.com/exhuma/python-cluster
Source: https://files.pythonhosted.org/packages/source/c/cluster/cluster-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/c/cluster/cluster-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}