From 772c35b17627b65204525c7c8ae989c3c45d742caa77412623bfe22e0c8b92ba Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Apr 2021 03:22:55 +0000 Subject: [PATCH] - Don't build on Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imread?expand=0&rev=7 --- python-imread.changes | 5 +++++ python-imread.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-imread.changes b/python-imread.changes index 876ed94..975ff45 100644 --- a/python-imread.changes +++ b/python-imread.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 03:22:18 UTC 2021 - Steve Kowalik + +- Don't build on Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Apr 14 12:26:14 UTC 2020 - Marketa Calabkova diff --git a/python-imread.spec b/python-imread.spec index 278ad65..f6ca9f0 100644 --- a/python-imread.spec +++ b/python-imread.spec @@ -1,7 +1,7 @@ # # spec file for package python-imread # -# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-imread Version: 0.7.4 Release: 0 Summary: Image reading library License: MIT -Group: Development/Languages/Python URL: http://luispedro.org/software/imread Source: https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz BuildRequires: %{python_module devel}