diff mbox series

[oe,meta-python] python3-xlsxwriter: upgrade 3.0.9 -> 3.1.0

Message ID 1681714595-18749-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [oe,meta-python] python3-xlsxwriter: upgrade 3.0.9 -> 3.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2023, 6:56 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Minor fix for cell color issue.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-xlsxwriter_3.0.9.bb => python3-xlsxwriter_3.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.9.bb => python3-xlsxwriter_3.1.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb
index e4acf4159..d556e8b6d 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb
@@ -16,6 +16,6 @@  RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "7216d39a2075afac7a28cad81f6ac31b0b16d8976bf1b775577d157346f891dd"
+SRC_URI[sha256sum] = "02913b50b74c00f165933d5da3e3a02cab4204cb4932722a1b342c5c71034122"
 
 BBCLASSEXTEND = "native nativesdk"