From 01678227f696b178bd339eab3bc55e60034eb046aae1cdc96b8c6b45c49457d4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 27 Apr 2021 05:23:56 +0000 Subject: [PATCH] - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-threevis?expand=0&rev=13 --- python-threevis.changes | 5 +++++ python-threevis.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-threevis.changes b/python-threevis.changes index 999a269..e6243d7 100644 --- a/python-threevis.changes +++ b/python-threevis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 27 05:18:24 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Dec 15 12:52:45 UTC 2020 - Benjamin Greiner diff --git a/python-threevis.spec b/python-threevis.spec index 6fd4366..4ea80a3 100644 --- a/python-threevis.spec +++ b/python-threevis.spec @@ -1,7 +1,7 @@ # # spec file for package python-threevis # -# 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 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-threevis Version: 0.1.0.post25 Release: 0 Summary: Plugin for visualizing meshes, point clouds, and other geometry in a Jupyter Notebook License: BSD-3-Clause -Group: Development/Languages/Python URL: https://graphics.rwth-aachen.de:9000/threevis/threevis Source: https://files.pythonhosted.org/packages/source/t/threevis/threevis-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm}