summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-02-10 13:34:52 +0200
committerKhem Raj <raj.khem@gmail.com>2022-02-11 09:10:03 -0800
commitf7ccff127d391e8ee851e704b68cf9db9c826c61 (patch)
tree6ca67a01e439d85ea1f46eaf7cbe3b3cd6d68f50 /meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb
parent16184e4a5e593f5fe6e5ae0b323fa38198bf5af5 (diff)
downloadmeta-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.bb12
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 @@
1SUMMARY = "Python library that provides an easy interface to read and \
2write a wide range of image data, including animated images, video, \
3volumetric data, and scientific formats."
4SECTION = "devel/python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d"
7
8SRC_URI[sha256sum] = "d0d7abb4e5c4044c06fc573233489c4a25582698f93ca94f7bd70b6f4ab172ec"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} = "python3-numpy python3-pillow"