diff mbox series

[meta-python] python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6

Message ID 1673414898-13896-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 11, 2023, 5:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Added simulated worksheet :func:'autofit' method.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb
index e64463edc..2b32c0f59 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb
@@ -16,6 +16,6 @@  RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "fe2b1e2dec38ef8952e9a41a0290861a052e6771a9f43f5e3d56dc63b7112348"
+SRC_URI[sha256sum] = "2f9e5ea13343fe85486e349d4e5fdf746bb69dc7bc1dedfa9b5fae2bb48c0795"
 
 BBCLASSEXTEND = "native nativesdk"