diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-24 07:41:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 17:00:49 -0700 |
| commit | 496889e1cfaef6b1e609ab94919166384e650726 (patch) | |
| tree | 46a680b331023c8a22d88b6fd9353799d2aa9a91 /meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb | |
| parent | eb978e34656fc64640bf87d4d95993ea01fa4076 (diff) | |
| download | meta-openembedded-496889e1cfaef6b1e609ab94919166384e650726.tar.gz | |
python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8
Changelog:
=============
* Add support for formatting the data label in chart trendlines.
* Add the :func:'very_hidden()' method to hide a worksheet. This is similar to
the :func:'hide()' method except that the worksheet cannot be unhidden in the
the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option can
only be unset programmatically via VBA.
* Added fixes for column formulas in tables that were overridden by table data
and which also didn't take future functions into account.
* Added support for chart leader lines for chart types other than Pie and Doughnut.
* Added support for adding signed VBA macros to workbooks via the via the
:func:'add_signed_vba_project' method. See 'Working with VBA Macros'_.
* Added support for enabling the Excel "Show #N/A as an empty cell" chart option
via the :func:'show_na_as_empty_cell' method.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb new file mode 100644 index 0000000000..06797f4857 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Python 2 and 3 compatibility library" | ||
| 2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=12d9fac1f0049be71ab5aa4a78da02b0" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "XlsxWriter" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-crypt \ | ||
| 13 | python3-datetime \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-numbers \ | ||
| 16 | python3-io \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "059d0786fbfa3055588e81e9d5acf4ace28394bf09353a31ae2cae635740fc15" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
