15
0

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
This commit is contained in:
Tomáš Chvátal
2018-03-03 17:31:25 +00:00
committed by Git OBS Bridge
parent 6f8eb438e2
commit 918cac6f2f
2 changed files with 12 additions and 7 deletions

View File

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

View File

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