From 1f97c59b45791993ce7c10525e0842769fa352d9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 6 Aug 2021 05:51:41 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 1.4.4 -> 1.4.5 Release 1.4.5 - July 29 2021 ---------------------------- * Added Description/Alt Text and Decorative accessibility options for charts, textboxes and buttons. These options were already available for images. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-xlsxwriter_1.4.4.bb => python3-xlsxwriter_1.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.4.4.bb => python3-xlsxwriter_1.4.5.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb index ef4a6baa4..ffd3072a9 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "791567acccc485ba76e0b84bccced2651981171de5b47d541520416f2f9f93e3" +SRC_URI[sha256sum] = "0956747859567ec01907e561a7d8413de18a7aae36860f979f9da52b9d58bc19" BBCLASSEXTEND = "native nativesdk"