aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-17 15:26:18 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-17 01:05:53 -0800
commit642239db49ebcad902f8b9eca929580033917667 (patch)
treec2c6d01d5fedbeb656ec4ea520fde6dbcd75bc38 /meta-python
parent36f40c1863b0c20a7b95032203b1e4d056c968f0 (diff)
downloadmeta-openembedded-642239db49ebcad902f8b9eca929580033917667.tar.gz
python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb (renamed from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 2b32c0f599..e73e579e37 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"