diff --git a/imageio-2.1.2.zip b/imageio-2.1.2.zip deleted file mode 100644 index aa8c5f3..0000000 --- a/imageio-2.1.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89d7692d9f513aa21665af7de94948bc1ef110d812fa66c34bfd486590d986bb -size 3314415 diff --git a/imageio-2.3.0.tar.gz b/imageio-2.3.0.tar.gz new file mode 100644 index 0000000..4d50869 --- /dev/null +++ b/imageio-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fd5183c342d47fdc2e98552d14e3f24386021bbc3efedd1e3b579d7d249c07 +size 3334068 diff --git a/python-imageio.changes b/python-imageio.changes index 800b9c7..0fff8ba 100644 --- a/python-imageio.changes +++ b/python-imageio.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +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 diff --git a/python-imageio.spec b/python-imageio.spec index e9a8d9d..8f1d25c 100644 --- a/python-imageio.spec +++ b/python-imageio.spec @@ -16,18 +16,17 @@ # +%{?!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: 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} @@ -35,17 +34,15 @@ BuildRequires: fdupes BuildRequires: ffmpeg BuildRequires: libfreeimage3 BuildRequires: python-rpm-macros -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 @@ -75,8 +72,10 @@ popd %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