Hello community, here is the log from the commit of package python-imageio for openSUSE:Factory checked in at 2018-04-26 13:37:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imageio (Old) and /work/SRC/openSUSE:Factory/.python-imageio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-imageio" Thu Apr 26 13:37:22 2018 rev:2 rq:599638 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-imageio/python-imageio.changes 2018-03-09 10:36:29.616507142 +0100 +++ /work/SRC/openSUSE:Factory/.python-imageio.new/python-imageio.changes 2018-04-26 13:37:29.793256256 +0200 @@ -1,0 +2,54 @@ +Sat Apr 21 16:43:24 UTC 2018 - arun@gmx.de + +- specfile: + * changed from zip to tar.gz on pypi + * added binaries: imagio_{download,remove}_bin + +- update to version 2.3.0: + * Console entry points for binary downloads (by Paul Mueller). + * Dropped support for Python 2.6, 3.2 and 3.3. + * Reading images from a url can now also have "suffixes" like + "?query=foo". + * The "mimwrite()" and "mvolwrite()" functions also work with + generators. + * Fix rounding of float data. + * New Lytro plugin (by Maximilian Schambach). + * New plugin based on BSDF format (for images/volumes and series + thereof, + * including support for random access and streaming). + * TIFFFILE update to latest "tifffile.py" implementation. + * DICOM fix that could fail in the presence of a directory. + * PILLOW improvements to API to provide same functionality as + Scipy's "imread()". + * PILLOW fix for Gamma correction (#302). + * PILLOW now allows JPEG images to be read from a url. + * PILLOW fix determining of grayscale in 1 bit paletted images. + * FFMPEG improved device name parsing (by Dennis van Gerwen). + * FFMPEG now allows more control of position of extra parameters. + * FFMPEG improved parsing of fps from ffmpeg info. + * FFMPEG reader allows has "fps" argument to force reading at a + specific FPS. + +- changes from version 2.2.0: + * New format for grabbing screenshots (for Windows and OS X). + * New format for grabbing image data from clipboard (Window only). + * Multipage Tiff files can now be read using "volread()" to obtain + the image data as one array. + * Updated the ffmpeg executables that imageio provides. + * The ffmpeg format can now also use the ffmpeg exe provided by the + ffmpeg conda package ("conda install ffmpeg -c conda-forge"). + * Fixes to ffmpeg format in general. + * Improve docs and rounding in animated GIF duration. + * Fix for setting number of loops in animated GIF. + * Fixes for transparent images in Pillow. + * Fixes for float indexing that is disallowed in new Numpy + (Freeimage plugin). + * Fix for using missing "close()" on Pillow images. + * Updated version of tiffile plugin. + +------------------------------------------------------------------- +Sat Mar 3 16:21:01 UTC 2018 - jengelh@inai.de + +- Update descriptions. + +------------------------------------------------------------------- Old: ---- imageio-2.1.2.zip New: ---- imageio-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imageio.spec ++++++ --- /var/tmp/diff_new_pack.8PIUGc/_old 2018-04-26 13:37:31.085208906 +0200 +++ /var/tmp/diff_new_pack.8PIUGc/_new 2018-04-26 13:37:31.085208906 +0200 @@ -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 @@ -16,40 +16,37 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} # Tests don't work without internet %bcond_with tests - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-imageio -Version: 2.1.2 +Version: 2.3.0 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 +URL: http://imageio.github.io/ +Source: https://files.pythonhosted.org/packages/source/i/imageio/imageio-%{version}.tar.gz +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} -BuildRequires: %{python_module pytest} -%endif Requires: ffmpeg Requires: libfreeimage3 Requires: python-numpy Recommends: libfreeimageplus3 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%if %{with tests} +BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} +%endif %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. @@ -75,8 +72,10 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc CONTRIBUTORS.txt LICENSE README.md +%license LICENSE +%doc CONTRIBUTORS.txt README.md %{python_sitelib}/* +%python3_only %{_bindir}/imageio_download_bin +%python3_only %{_bindir}/imageio_remove_bin %changelog