meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb
Leon Anavi 19f34ae207 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>
2021-04-21 08:26:07 -07:00

14 lines
394 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=4e95e368cd6cb090815046688e92d11e"
inherit pypi setuptools3
PYPI_PACKAGE = "XlsxWriter"
SRC_URI[sha256sum] = "eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf"
BBCLASSEXTEND = "native nativesdk"