diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-15 10:22:30 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-21 08:26:07 -0700 |
commit | 19f34ae20712a76a20c1acfc92920bde85ec4b18 (patch) | |
tree | 90c95f576d2e492bd89c0e6fe1c6f3949f9543d2 /meta-python/recipes-devtools/python | |
parent | 2bdc2209272ccfe7b829a8364fffcabdc0ecbe64 (diff) | |
download | meta-openembedded-19f34ae20712a76a20c1acfc92920bde85ec4b18.tar.gz |
python3-xlsxwriter: Upgrade 1.3.8 -> 1.3.9
Upgrade to release 1.3.9:
- Added option to set row heights and column widths in pixels via
the :func:`set_row_pixels` and :func:`set_column_pixels` methods
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb (renamed from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb index e89221e5c3..e53dd4d5b9 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb | |||
@@ -8,6 +8,6 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "XlsxWriter" | 9 | PYPI_PACKAGE = "XlsxWriter" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "2b7e22b1268c2ed85d73e5629097c9a63357f2429667ada9863cd05ff8ee33aa" | 11 | SRC_URI[sha256sum] = "eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |