Accepting request 794615 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/794615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=8
This commit is contained in:
commit
d31cfd8887
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42e65aadfc3d57a1043615c92bdf6319b67589e49a0aae2b985b82144aceacad
|
|
||||||
size 3349024
|
|
3
imageio-2.8.0.tar.gz
Normal file
3
imageio-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf
|
||||||
|
size 3340492
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 9 13:50:54 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.8.0
|
||||||
|
* (skipping version 2.7 to avoid confusion with Python v2.7.)
|
||||||
|
* Added example for compressing GIFs using pygifsicle
|
||||||
|
* Added support for compressed FITS images
|
||||||
|
* Improved support for JPEG2000 (can now provide parameters)
|
||||||
|
* More flexible setting of memory limit in mimread and mvolread
|
||||||
|
* Drop support for Python 2.7 and Python 3.4.
|
||||||
|
* Drop support for AVbin, use ffmpeg instead.
|
||||||
|
* Many bugfixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 10:42:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Mar 16 10:42:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%define skip_python2 1
|
||||||
Name: python-imageio
|
Name: python-imageio
|
||||||
Version: 2.5.0
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python 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
|
License: BSD-2-Clause
|
||||||
@ -27,26 +27,18 @@ URL: https://imageio.github.io/
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/i/imageio/imageio-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/imageio/imageio-%{version}.tar.gz
|
||||||
Source1: python-imageio-rpmlintrc
|
Source1: python-imageio-rpmlintrc
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
|
BuildRequires: %{python_module imageio-ffmpeg}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-imageio-ffmpeg
|
Requires: python-Pillow
|
||||||
|
Requires: python-imageio-ffmpeg
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Recommends: libfreeimageplus3
|
Recommends: libfreeimageplus3
|
||||||
Recommends: python-Pillow
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython3
|
|
||||||
Requires: python-imageio-ffmpeg
|
|
||||||
%endif
|
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-enum34
|
|
||||||
%endif
|
|
||||||
%ifpython2
|
|
||||||
Requires: python-enum34
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user