diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-04-21 17:58:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-02 14:12:12 -0700 |
| commit | cdf317cc1683847dd00b124bf8cbf0ed4aac9e67 (patch) | |
| tree | fc3c0fa5ffc05462f01193a610f2bcd2097ec5c6 /meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb | |
| parent | 441a8c49c2b435e49e92781817969f42c7d0389b (diff) | |
| download | meta-openembedded-cdf317cc1683847dd00b124bf8cbf0ed4aac9e67.tar.gz | |
python3-imageio: upgrade 2.17.0 -> 2.18.0
Fix
==========
Do not pass optional kwargs by position in tifffile (#794) (512fe11)
Ensure pts increases even if pyav doesn't flush the frame immediately (#787) (5b74e8d)
Feature
=========
Allow writing bayer formats in pyav (#788) (4596262)
Other
======
Update imopen types (#793) (7ecea02)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb deleted file mode 100644 index 53f61e8827..0000000000 --- a/meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 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] = "b21f009e52eb22b02b839f3bf2ae5374aaf0886317313c1358c6014e5383b539" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "python3-numpy python3-pillow" | ||
