summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-html2text: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-14/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-html2text: Add missing rdep on py3 html moduleKhem Raj2024-10-281-0/+2
| | | | | | | Fixes ModuleNotFoundError: No module named 'html' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-html2text: remove python3-cgitb dependencyAlexander Kanavin2024-10-161-2/+0
| | | | | | | | Not mentioned anywhere in source tree, and no longer available with python 3.13. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-html2text: upgrade 2020.1.16 -> 2024.2.26Wang Mingyu2024-06-111-0/+27
Changelog: =========== - Fixes #409: IndexError on empty strong mark. - Fix #332: Insert at most one space for multiple emphasis - Feature #318: Make padded tables more similar to pandoc's pipe_tables. - Add support for Python 3.9. - Fix extra line breaks inside html link text (between '[' and ']') - Fix #344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc. - Fix #324: unnecessary spaces around <b>, <em>, and strike tags. - Don't wrap tables by default and add a --wrap-tables config option. - Feature #198: Ignore <p> tags inside table rows. - Don't wrap tables by default and add a --wrap-tables config option - Remove support for Python <= 3.5. Now requires Python 3.6+. - Support for Python 3.10+. - Fix #320 padding empty tables and tables with no </tr> tags. - Add ignore_mailto_links config option to ignore mailto: style links. - Feature #407: Support the superscript and subscript tags. - Fix #373: \n inside text of a Markdown link. - Feature #406: Improve support for null atttibute values. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>