From 6c8bc2211d5a8c49e61696f3838e93d4117df23443497b63ef69fd528b59010b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 21 Apr 2021 05:14:23 +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/python-colorspacious?expand=0&rev=10 --- python-colorspacious.changes | 5 +++++ python-colorspacious.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-colorspacious.changes b/python-colorspacious.changes index bbc684b..59b8266 100644 --- a/python-colorspacious.changes +++ b/python-colorspacious.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 21 05:13:42 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Thu Mar 7 13:14:40 UTC 2019 - Tomáš Chvátal diff --git a/python-colorspacious.spec b/python-colorspacious.spec index 338c69f..42746d4 100644 --- a/python-colorspacious.spec +++ b/python-colorspacious.spec @@ -1,7 +1,7 @@ # # spec file for package python-colorspacious # -# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-colorspacious Version: 1.1.2 Release: 0 Summary: Python library for doing colorspace conversions License: MIT -Group: Development/Languages/Python URL: https://github.com/njsmith/colorspacious Source: https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.tar.gz BuildRequires: %{python_module numpy}