diff mbox series

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

Message ID 1673940378-20528-5-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 17, 2023, 7:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Improved :func:'autofit' algorithm to account for the additional width of
  autofilter and table dropdowns.

* Improved :func:'autofit' take user defined column widths into account.

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

Patch

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