From: Wang Mingyu Date: Mon, 30 Jun 2025 09:13:08 +0000 (+0800) Subject: python3-markdown: upgrade 3.8 -> 3.8.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665b9720b0f5630090f0345abf6b49a3eda77608;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-markdown: upgrade 3.8 -> 3.8.2 Changelog: ============ - Fix codecs deprecation in Python 3.14. - Fix issue with unclosed comment parsing in Python 3.14. - Fix issue with unclosed declarations in Python 3.14. - Fix issue with unclosed HTML tag < foo and Python 3.14. - Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534). - Fixed dropped content in md_in_html (#1526). - Fixed HTML handling corner case that prevented some content from not being rendered Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.bb b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb similarity index 79% rename from meta/recipes-devtools/python/python3-markdown_3.8.bb rename to meta/recipes-devtools/python/python3-markdown_3.8.2.bb index 09c2f3435b..d7ab34b915 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.8.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" +SRC_URI[sha256sum] = "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" BBCLASSEXTEND = "native nativesdk"