summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xlsxwriter: Upgrade 1.3.6 -> 1.3.7Leon Anavi2020-10-191-14/+0
| | | | | | | | | | | | | | | Upgrade to release 1.3.7: - Fixed issue where custom chart data labels didn't inherit the position of the data labels in the series. - Added text alignment for textboxes. The existing options allowed the text area to be aligned but didn't offer control over the text within that area. - Added Python 3.9 to the test matrix. 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>
* python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6Leon Anavi2020-09-281-0/+14
Upgrade to 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. 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>