From 6a1b55176e7af5fa8e43d15a46c4bd57b7d05782 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Dec 2022 14:44:12 +0800 Subject: python3-imageio: upgrade 2.22.4 -> 2.23.0 Changelog: ========== Feature -------- Add support for Python 3.11 (#920) (e4146a1) Other ------- Exclude py3.11 on windows (#917) (c57e31c) GitHub Actions add Python 3.11 to the testing (#916) (8d49551) Add migration instructions for as_gray in new pillow plugin. (#913) (b3b040a) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-imageio_2.23.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb (limited to 'meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb new file mode 100644 index 0000000000..99579398bd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-imageio_2.23.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] = "cb635709765e527c94890b4fbb6870e59213fe182a1c8086d167eb3626073cbd" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-numpy python3-pillow" -- cgit v1.2.3-54-g00ecf