summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ansi2html: drop python3-six from RDEPENDSGuðni Már Gilbert2024-11-301-1/+0
| | | | | | | | Looking at the history, python3-six dependency was dropped around version v1.6.0 when Python 2 support was dropped. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: Fix HOMEPAGE and LICENSENiko Mauno2024-08-261-2/+2
| | | | | | | | | | | | | Update HOMEPAGE to the url which old homepage address redirects to, and change LICENSE value to match what is stated in the README file: https://github.com/pycontribs/ansi2html?tab=readme-ov-file#license as well as source code comment: https://github.com/pycontribs/ansi2html/blob/v1.9.2/src/ansi2html/converter.py#L9-L12 also LICENSE file is 'LESSER' variant: https://github.com/pycontribs/ansi2html/blob/v1.9.2/LICENSE#L1 Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: upgrade 1.9.1 -> 1.9.2Wang Mingyu2024-06-271-0/+19
Changelog: [>=1.9.1] Fix output for --help Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>