From 3e3799c49c43dae0da909812d060ea8db05af859 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 17 Apr 2023 15:47:41 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.0.9 -> 3.1.0 Changelog: Minor fix for cell color issue. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.0.9.bb => python3-xlsxwriter_3.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.9.bb => python3-xlsxwriter_3.1.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb index e4acf4159..d556e8b6d 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "7216d39a2075afac7a28cad81f6ac31b0b16d8976bf1b775577d157346f891dd" +SRC_URI[sha256sum] = "02913b50b74c00f165933d5da3e3a02cab4204cb4932722a1b342c5c71034122" BBCLASSEXTEND = "native nativesdk"