From 642239db49ebcad902f8b9eca929580033917667 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:26:18 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7 Changelog: =========== * Improved :func:'autofit' algorithm to account for the additional width of autofilter and table dropdowns. * Improved :func:'autofit' take user defined column widths into account. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.0.6.bb => python3-xlsxwriter_3.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.6.bb => python3-xlsxwriter_3.0.7.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb index 2b32c0f599..e73e579e37 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "2f9e5ea13343fe85486e349d4e5fdf746bb69dc7bc1dedfa9b5fae2bb48c0795" +SRC_URI[sha256sum] = "1239958b12da12be6abf05b32f64ff162eb75fff0fdf00d901ca0f46dc0557cf" BBCLASSEXTEND = "native nativesdk"