python3-xlsxwriter: Upgrade 1.3.4 -> 1.3.5

Upgrade to release 1.3.5:

- Fixed issue where relative url links in images didn't work.
- Added ``use_zip64`` as a constructor option.
- Added check, and warning, for worksheet tables with no data row.
  Either with or without a header row.
- Add a warning when the string length in
  :func:`write_rich_string()` exceeds Excel's limit.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2020-09-23 10:58:29 +03:00
committed by Khem Raj
parent 36f7f6edc6
commit 250aa347e7

View File

@@ -8,7 +8,7 @@ inherit pypi setuptools3
PYPI_PACKAGE = "XlsxWriter"
SRC_URI[md5sum] = "7ea11261cbd5c763d106eea64471cf2f"
SRC_URI[sha256sum] = "d804881beb944c4fd73deed0ef2666b84437f30d72bdc1b3a6f0230458facbfd"
SRC_URI[md5sum] = "0b65976905bf3841bc6cae3f8c47295b"
SRC_URI[sha256sum] = "de54547f3aa1a611453e32a8ae46380edb5556e823c6803f8673b4b770e50b3b"
BBCLASSEXTEND = "native nativesdk"