meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb
Wang Mingyu 60f164d111 python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1
Changelog:
==========
* Add support for new Excel dynamic functions added in 2023.
* Added support for adding a color to the 'invert_if_negative' chart option.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00

22 lines
512 B
BlitzBasic

SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://xlsxwriter.readthedocs.io"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=12d9fac1f0049be71ab5aa4a78da02b0"
inherit pypi setuptools3
PYPI_PACKAGE = "XlsxWriter"
RDEPENDS:${PN} += " \
python3-crypt \
python3-datetime \
python3-compression \
python3-numbers \
python3-io \
"
SRC_URI[sha256sum] = "03459ee76f664470c4c63a8977cab624fb259d0fc1faac64dc9cc6f3cc08f945"
BBCLASSEXTEND = "native nativesdk"