summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xlsxwriter: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | | According to homepage https://xlsxwriter.readthedocs.io/license.html and pypi page https://pypi.org/project/XlsxWriter/ as well as https://github.com/jmcnamara/XlsxWriter/blob/RELEASE_3.2.0/LICENSE.txt the module is licensed under BSD-2-Clause. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.9 -> 3.2.0Wang Mingyu2024-06-111-0/+21
License-Update: Copyright year updated to 2024. Changelog: ============ - Add :func:'embed_image()' worksheet method to embed images in cells. - Fix issue where a horizontal alignment format was ignored if indentation was also set. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>