15
0

- update to 2.33.0:

* Update pyav plugin to reflect AV changes
  * Unpin Pillow and allow versions >=10.1.0
  * Support for AVIF image format
  * Add support for HEIF format
  * Raise warning instead of error when using fps in pillow
  * Consistently load GIF frames using the same pixel format
  * Refactor resolution metadata reading for TIFF and avoid failing on missing data
  * Add bytes to ImageResource typehints
  * Remove deprecations in CD
  * Fix typo in README.md
  * Fix several typos in the docs and source code comments
  * Add migration note for format kwarg
  * Raise ImportError when iio-ffmpeg is missing
- Update to 2.22.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=33
This commit is contained in:
2023-11-27 19:08:36 +00:00
committed by Git OBS Bridge
parent aa9a68d79d
commit 514d7dd78e
4 changed files with 23 additions and 7 deletions

View File

@@ -16,11 +16,10 @@
#
%bcond_with test_extras
%{?sle15_python_module_pythons}
Name: python-imageio
Version: 2.31.1
Version: 2.33.0
Release: 0
Summary: Python library for reading and writing image, video, and related formats
License: BSD-2-Clause