diff mbox series

[meta-python] python3-xlsxwriter: upgrade 3.0.7 -> 3.0.8

Message ID 1676196111-13722-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.0.7 -> 3.0.8 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 12, 2023, 10:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fix for "autofit()" exception when user defined column width was "None".

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb
index e73e579e3..4b89ba68d 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb
@@ -16,6 +16,6 @@  RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "1239958b12da12be6abf05b32f64ff162eb75fff0fdf00d901ca0f46dc0557cf"
+SRC_URI[sha256sum] = "ec77335fb118c36bc5ed1c89e33904d649e4989df2d7980f7d6a9dd95ee5874e"
 
 BBCLASSEXTEND = "native nativesdk"