diff --git a/imageio-2.31.1.tar.gz b/imageio-2.31.1.tar.gz deleted file mode 100644 index 4f96c8c..0000000 --- a/imageio-2.31.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8436a02af02fd63f272dab50f7d623547a38f0e04a4a73e2b02ae1b8b180f27 -size 386837 diff --git a/imageio-2.33.0.tar.gz b/imageio-2.33.0.tar.gz new file mode 100644 index 0000000..24bb96f --- /dev/null +++ b/imageio-2.33.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39999d05eb500089e60be467dd7d618f56e142229b44c3961c2b420eeb538d7e +size 387357 diff --git a/python-imageio.changes b/python-imageio.changes index fa5921b..fef0882 100644 --- a/python-imageio.changes +++ b/python-imageio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 27 19:06:27 UTC 2023 - Dirk Müller + +- 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 @@ -25,12 +42,12 @@ Fri Jun 30 14:22:20 UTC 2023 - Markéta Machová Sun Oct 16 17:47:59 UTC 2022 - Dirk Müller - 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 -- Update to 2.22.0 +- Update to 2.22.0 Feature * Pyav API for procedural video writing (#853) (acbcb64) diff --git a/python-imageio.spec b/python-imageio.spec index 2f7c356..467877b 100644 --- a/python-imageio.spec +++ b/python-imageio.spec @@ -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