From 0b5018fea339a574f5a06c89123bf0dc6f9280a8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 11 Jan 2023 13:28:17 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6 Changelog: Added simulated worksheet :func:'autofit' method. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.0.5.bb => python3-xlsxwriter_3.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.5.bb => python3-xlsxwriter_3.0.6.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb index e64463edca..2b32c0f599 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "fe2b1e2dec38ef8952e9a41a0290861a052e6771a9f43f5e3d56dc63b7112348" +SRC_URI[sha256sum] = "2f9e5ea13343fe85486e349d4e5fdf746bb69dc7bc1dedfa9b5fae2bb48c0795" BBCLASSEXTEND = "native nativesdk"