summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-27 14:44:12 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 16:03:06 -0800
commit6a1b55176e7af5fa8e43d15a46c4bd57b7d05782 (patch)
tree28450b89f3ef9cba477cf33d98f0c50a1060d6ff /meta-python/recipes-devtools/python
parent785cc75d547508d07b5d54720cdb8b29ee3ae694 (diff)
downloadmeta-openembedded-6a1b55176e7af5fa8e43d15a46c4bd57b7d05782.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb (renamed from meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb b/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb
index 9197730609..99579398bd 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.22.4.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
7 7
8SRC_URI[sha256sum] = "0fae027addf02bc89c73a56cc157ad84557f8b8b84aa19b4cb706fefca2d88ff" 8SRC_URI[sha256sum] = "cb635709765e527c94890b4fbb6870e59213fe182a1c8086d167eb3626073cbd"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11