From ac3d79628163c9f0ac8f1053511ba1320dc9194c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 3 Apr 2023 18:05:20 +0800 Subject: python3-imageio: upgrade 2.26.0 -> 2.27.0 Changelog: ========== Fix ------ Consistently apply color palettes by default (#955) (938de2d) Allow ffmpeg filters to terminate iter (#954) (a463899) Handle unknown video duration in pyav metadata (#937) (06a1c0d) Update FreeImage backend to v3.18.0 on Windows (#960) (08d3bda) Feature --------- Add n_images to ImageProperties (#966) (76d9aed) Other ------ Remove pypy 3.7 testing and improve CI/CD scripts (#964) (b439803) Several doc improvements (#959) (ecb6773) Add GH Sponsors link (0e13f64) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-imageio_2.26.0.bb | 12 ------------ .../recipes-devtools/python/python3-imageio_2.27.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-imageio_2.26.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-imageio_2.27.0.bb diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.26.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.26.0.bb deleted file mode 100644 index 79e6dd7319..0000000000 --- a/meta-python/recipes-devtools/python/python3-imageio_2.26.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Python library that provides an easy interface to read and \ -write a wide range of image data, including animated images, video, \ -volumetric data, and scientific formats." -SECTION = "devel/python" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" - -SRC_URI[sha256sum] = "169f1642cdb723133fe8fe901887f4f1b39bc036458c4664f1f9d256226ced35" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-numpy python3-pillow" diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.27.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.27.0.bb new file mode 100644 index 0000000000..be0de475da --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-imageio_2.27.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "Python library that provides an easy interface to read and \ +write a wide range of image data, including animated images, video, \ +volumetric data, and scientific formats." +SECTION = "devel/python" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" + +SRC_URI[sha256sum] = "ee269c957785ef0373cc7a7323185956d83ec05e6cdf20b42a03ba7b74ac58c6" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-numpy python3-pillow" -- cgit v1.2.3-54-g00ecf