diff mbox series

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

Message ID 1685518820-20028-20-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 31, 2023, 7:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Added worksheet page break preview mode via "worksheet.set_pagebreak_view()".

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

Patch

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 ff3a62281..805a3b7dd 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"