forked from pool/python-imageio
Accepting request 1129223 from devel:languages:python
- 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/request/show/1129223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8436a02af02fd63f272dab50f7d623547a38f0e04a4a73e2b02ae1b8b180f27
|
||||
size 386837
|
||||
3
imageio-2.33.0.tar.gz
Normal file
3
imageio-2.33.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39999d05eb500089e60be467dd7d618f56e142229b44c3961c2b420eeb538d7e
|
||||
size 387357
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:06:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 13:28:50 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -25,12 +42,12 @@ Fri Jun 30 14:22:20 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
Sun Oct 16 17:47:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.22.1:
|
||||
* Raise ImportError when iio-ffmpeg is missing
|
||||
* Raise ImportError when iio-ffmpeg is missing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 02:30:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 2.22.0
|
||||
- Update to 2.22.0
|
||||
Feature
|
||||
* Pyav API for procedural video writing (#853) (acbcb64)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user