diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-11 13:28:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 08:37:59 -0800 |
commit | 0b5018fea339a574f5a06c89123bf0dc6f9280a8 (patch) | |
tree | b39e892b80b1bd4315119a453a4657d044dff95c /meta-python | |
parent | a97f8aa62ea622c3c272c547c48435596ac3ff35 (diff) | |
download | meta-openembedded-0b5018fea339a574f5a06c89123bf0dc6f9280a8.tar.gz |
python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6
Changelog:
Added simulated worksheet :func:'autofit' method.
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.6.bb (renamed from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index e64463edca..2b32c0f599 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} += " \ | |||
16 | python3-io \ | 16 | python3-io \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "fe2b1e2dec38ef8952e9a41a0290861a052e6771a9f43f5e3d56dc63b7112348" | 19 | SRC_URI[sha256sum] = "2f9e5ea13343fe85486e349d4e5fdf746bb69dc7bc1dedfa9b5fae2bb48c0795" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |