From d137187a19dc45fc63d20948715e56440edc06ee Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:57:58 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3 Changelog: Added support for custom total formulas to worksheet tables. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.1.2.bb => python3-xlsxwriter_3.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.2.bb => python3-xlsxwriter_3.1.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb index 805a3b7dd1..6952d533da 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "78751099a770273f1c98b8d6643351f68f98ae8e6acf9d09d37dc6798f8cd3de" +SRC_URI[sha256sum] = "696c16458d50712a3a5f902676c045ddb4c1bd1b54595f501e582d549abdbdb9" BBCLASSEXTEND = "native nativesdk"