From 99db98a7b810272af4d27929880e82af4dced1a0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 31 May 2023 15:40:18 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2 Changelog: =========== Added worksheet page break preview mode via "worksheet.set_pagebreak_view()". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.1.1.bb => python3-xlsxwriter_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.1.bb => python3-xlsxwriter_3.1.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb index ff3a622810..805a3b7dd1 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "03459ee76f664470c4c63a8977cab624fb259d0fc1faac64dc9cc6f3cc08f945" +SRC_URI[sha256sum] = "78751099a770273f1c98b8d6643351f68f98ae8e6acf9d09d37dc6798f8cd3de" BBCLASSEXTEND = "native nativesdk"