diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-27 14:44:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
| commit | 6a1b55176e7af5fa8e43d15a46c4bd57b7d05782 (patch) | |
| tree | 28450b89f3ef9cba477cf33d98f0c50a1060d6ff /meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb | |
| parent | 785cc75d547508d07b5d54720cdb8b29ee3ae694 (diff) | |
| download | meta-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/python3-imageio_2.23.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-imageio_2.23.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Python library that provides an easy interface to read and \ | ||
| 2 | write a wide range of image data, including animated images, video, \ | ||
| 3 | volumetric data, and scientific formats." | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "cb635709765e527c94890b4fbb6870e59213fe182a1c8086d167eb3626073cbd" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "python3-numpy python3-pillow" | ||
