15
0
forked from pool/python-imread

- 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
This commit is contained in:
2021-04-19 03:22:55 +00:00
committed by Git OBS Bridge
parent 8084680bf3
commit 772c35b176
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 19 03:22:18 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Don't build on Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Tue Apr 14 12:26:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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}