Subject: CVS commit: pkgsrc/textproc/py-xlsxwriter
From: Adam Ciarcinski
Date: 2020-09-29 11:57:27
Message id: 20200929095727.29555FB28@cvs.NetBSD.org

Log Message:
py-xlsxwriter: updated to 1.3.6

Release 1.3.6:
* Added the worksheet :func:`unprotect_range()` method to allow ranges within
  a protected worksheet to be unprotected.
* There are now over 1500 test cases in the test suite, including 900 tests
  that compare the output from XlsxWriter, byte for byte, against test files
  created in Excel. This is to ensure the maximum possible compatibility with
  Excel.

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.

Release 1.3.4:
* Replaced internal MD5 digest used to check for duplicate images with a SHA256
  digest to avoid issues on operating systems such as Red Hat in FIPS mode
  which don't support MD5 for security reasons.

Files:
RevisionActionfile
1.44modifypkgsrc/textproc/py-xlsxwriter/Makefile
1.42modifypkgsrc/textproc/py-xlsxwriter/distinfo