From 60104f0a5df855ea743209beefaef2214835b1cef4794f1eb02c8993d2dc529c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Apr 2020 14:06:50 +0000 Subject: [PATCH] Accepting request 792756 from home:mcalabkova:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/792756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=17 --- imageio-2.5.0.tar.gz | 3 --- imageio-2.8.0.tar.gz | 3 +++ python-imageio.changes | 13 +++++++++++++ python-imageio.spec | 18 +++++------------- 4 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 imageio-2.5.0.tar.gz create mode 100644 imageio-2.8.0.tar.gz diff --git a/imageio-2.5.0.tar.gz b/imageio-2.5.0.tar.gz deleted file mode 100644 index debdb27..0000000 --- a/imageio-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42e65aadfc3d57a1043615c92bdf6319b67589e49a0aae2b985b82144aceacad -size 3349024 diff --git a/imageio-2.8.0.tar.gz b/imageio-2.8.0.tar.gz new file mode 100644 index 0000000..3408ac6 --- /dev/null +++ b/imageio-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf +size 3340492 diff --git a/python-imageio.changes b/python-imageio.changes index 69c5675..6723a3f 100644 --- a/python-imageio.changes +++ b/python-imageio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 9 13:50:54 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-imageio.spec b/python-imageio.spec index 8deb5ac..7b49561 100644 --- a/python-imageio.spec +++ b/python-imageio.spec @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-imageio -Version: 2.5.0 +Version: 2.8.0 Release: 0 Summary: Python library for reading and writing image, video, and related formats 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 Source1: python-imageio-rpmlintrc BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module imageio-ffmpeg} BuildRequires: %{python_module numpy} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-imageio-ffmpeg +Requires: python-Pillow +Requires: python-imageio-ffmpeg Requires: python-numpy Recommends: libfreeimageplus3 -Recommends: python-Pillow BuildArch: noarch -%ifpython3 -Requires: python-imageio-ffmpeg -%endif -%if %{with python2} -BuildRequires: python-enum34 -%endif -%ifpython2 -Requires: python-enum34 -%endif %python_subpackages %description