diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-02-10 13:34:52 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-11 09:10:03 -0800 |
| commit | f7ccff127d391e8ee851e704b68cf9db9c826c61 (patch) | |
| tree | 6ca67a01e439d85ea1f46eaf7cbe3b3cd6d68f50 /meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb | |
| parent | 16184e4a5e593f5fe6e5ae0b323fa38198bf5af5 (diff) | |
| download | meta-openembedded-f7ccff127d391e8ee851e704b68cf9db9c826c61.tar.gz | |
python3-imageio: Upgrade 2.14.1 -> 2.15.0
Upgrade to release 2.15.0:
- Fix webcam FPS settings on MacOS
- Add format_hint to v3 API
- Make tifffile read resolution metadata
- Make RTD fail on warnings during CI
- Remove link to download tracker
- Type annotations for pillow
- Contribution guidelines
- Deprecate python 3.6 support
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb new file mode 100644 index 0000000000..e3462ee44a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-imageio_2.15.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=7b9bbbb543b6af3e6b53f9b7fb68f71d" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "d0d7abb4e5c4044c06fc573233489c4a25582698f93ca94f7bd70b6f4ab172ec" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "python3-numpy python3-pillow" | ||
