From 918cac6f2f8ce477d164a6728725a0a6b464a00459272dbcee145c4d077dd9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 3 Mar 2018 17:31:25 +0000 Subject: [PATCH] Accepting request 582223 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/582223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=3 --- python-imageio.changes | 5 +++++ python-imageio.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-imageio.changes b/python-imageio.changes index 2c9895e..800b9c7 100644 --- a/python-imageio.changes +++ b/python-imageio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 3 16:21:01 UTC 2018 - jengelh@inai.de + +- Update descriptions. + ------------------------------------------------------------------- Wed May 17 16:24:58 UTC 2017 - toddrme2178@gmail.com diff --git a/python-imageio.spec b/python-imageio.spec index 84b5403..e9a8d9d 100644 --- a/python-imageio.spec +++ b/python-imageio.spec @@ -1,7 +1,7 @@ # # spec file for package python-imageio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,18 +23,18 @@ Name: python-imageio Version: 2.1.2 Release: 0 -Summary: Library for reading and writing image, video, and related formats +Summary: Python library for reading and writing image, video, and related formats License: BSD-2-Clause Group: Development/Languages/Python Url: http://imageio.github.io/ Source: https://files.pythonhosted.org/packages/source/i/imageio/imageio-%{version}.zip +BuildRequires: %{python_module devel} +BuildRequires: %{python_module numpy} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: ffmpeg BuildRequires: libfreeimage3 -BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module numpy} BuildRequires: unzip %if %{with tests} BuildRequires: %{python_module nose} @@ -49,7 +49,7 @@ BuildArch: noarch %python_subpackages %description -Imageio is a Python library that provides an easy interface to read and +Imageio is a Python library that provides an interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats.