summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ansi2html: fix DEPENDSRoss Burton2022-07-151-1/+1
| | | | | | | | There's no need to depend on python3-toml-native, but this does need python3-setuptools-scm-git-archive-native. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: Upgrade 1.7.0 -> 1.8.0Leon Anavi2022-07-121-0/+20
Upgrade to release 1.8.0: - style.py: Drop unused CSS class .bold - Bring back putting a rendered man page into release archives - Migrate from mock to unittest.mock of Python >=3.3 - Fix for ANSI color codes that include blank values - Added py.typed file - style.py: Get CSS class .inv_foreground in sync with .body_foreground - Fix --input-encoding= regression added in PR #143 + related tests - Add ability to also recognize colons in ANSI escapes - Fixes to respect bright colors in palette Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>