Skip to content

Commit 6801e96

Browse files
wangmingyu84kraj
authored andcommitted
python3-html2text: upgrade 2020.1.16 -> 2024.2.26
Changelog: =========== - Fixes openembedded#409: IndexError on empty strong mark. - Fix openembedded#332: Insert at most one space for multiple emphasis - Feature openembedded#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 openembedded#344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc. - Fix openembedded#324: unnecessary spaces around <b>, <em>, and strike tags. - Don't wrap tables by default and add a --wrap-tables config option. - Feature openembedded#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 openembedded#320 padding empty tables and tables with no </tr> tags. - Add ignore_mailto_links config option to ignore mailto: style links. - Feature openembedded#407: Support the superscript and subscript tags. - Fix openembedded#373: \n inside text of a Markdown link. - Feature openembedded#406: Improve support for null atttibute values. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3194be1 commit 6801e96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb renamed to meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/Alir3z4/html2text"
44
LICENSE = "GPL-3.0-only"
55
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
66

7-
SRC_URI[md5sum] = "c77b580c94d1a9e0145f23cc4472993d"
8-
SRC_URI[sha256sum] = "e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
7+
SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32"
98

109
inherit pypi setuptools3 ptest
1110

0 commit comments

Comments
 (0)