From 6656bc41785e44a9822999d22d3a2e4ec2209489 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Mar 2023 22:07:14 +0800 Subject: [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 Changelog: ========== #1963 Cannot read worksheets in read-only mode with locally scoped definitions #1974 Empty custom properties cause invalid files Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-openpyxl_3.1.1.bb => python3-openpyxl_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-openpyxl_3.1.1.bb => python3-openpyxl_3.1.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb index a0a4b6dc9..a88921061 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 inherit pypi setuptools3 -SRC_URI[sha256sum] = "f06d44e2c973781068bce5ecf860a09bcdb1c7f5ce1facd5e9aa82c92c93ae72" +SRC_URI[sha256sum] = "a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184" RDEPENDS:${PN} += "\ ${PYTHON_PN}-compression \