[meta-python] python3-imageio: upgrade 2.16.0 -> 2.16.1

Message ID 1646822643-61935-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-imageio: upgrade 2.16.0 -> 2.16.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 9, 2022, 10:44 a.m. UTC
Changelog:
=========
Ignore TIFF XResolution or YResolution with 0 in the denominator.
Add section on freezing
Update "python_requires" to 3.7+

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-imageio_2.16.0.bb => python3-imageio_2.16.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.16.0.bb => python3-imageio_2.16.1.bb} (81%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.16.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.16.0.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb
index 04d5b9c95e..d1d318d5ae 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb
@@ -5,7 +5,7 @@  SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d"
 
-SRC_URI[sha256sum] = "7f7d8d8e1eb6f8bb1d15e0dd93bee3f72026a4c3b96e9c690e42f403f7bdea3e"
+SRC_URI[sha256sum] = "7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2"
 
 inherit pypi setuptools3