From 60f164d111678e516a60627278cfb613772cdcd9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:58:01 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1 Changelog: ========== * Add support for new Excel dynamic functions added in 2023. * Added support for adding a color to the 'invert_if_negative' chart option. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.1.0.bb => python3-xlsxwriter_3.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.0.bb => python3-xlsxwriter_3.1.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb index d556e8b6d..ff3a62281 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "02913b50b74c00f165933d5da3e3a02cab4204cb4932722a1b342c5c71034122" +SRC_URI[sha256sum] = "03459ee76f664470c4c63a8977cab624fb259d0fc1faac64dc9cc6f3cc08f945" BBCLASSEXTEND = "native nativesdk"