diff mbox series

[meta-python] python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3

Message ID 1695110278-8335-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Added support for custom total formulas to worksheet tables.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{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 mbox series

Patch

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"