From 65aeb6160c90b74d2db61b8b673abfc6b3b49126 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Feb 2023 18:01:50 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.0.7 -> 3.0.8 Changelog: =========== * Fix for "autofit()" exception when user defined column width was "None". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.0.7.bb => python3-xlsxwriter_3.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.7.bb => python3-xlsxwriter_3.0.8.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb index e73e579e3..4b89ba68d 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "1239958b12da12be6abf05b32f64ff162eb75fff0fdf00d901ca0f46dc0557cf" +SRC_URI[sha256sum] = "ec77335fb118c36bc5ed1c89e33904d649e4989df2d7980f7d6a9dd95ee5874e" BBCLASSEXTEND = "native nativesdk"