summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-30 17:13:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-07 22:12:50 +0100
commit21cdff400c9ac9ada2744acd76f206751fc45e1f (patch)
treed9f4cb9ca2ef9726abce7a94345f0b4d053ff153
parent6a6b2433a2282e0f161c108ed142c3c95e4eb7ca (diff)
downloadpoky-21cdff400c9ac9ada2744acd76f206751fc45e1f.tar.gz
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 (From OE-Core rev: 665b9720b0f5630090f0345abf6b49a3eda77608) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-markdown_3.8.2.bb (renamed from meta/recipes-devtools/python/python3-markdown_3.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.bb b/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"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta
7 7
8SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" 8SRC_URI[sha256sum] = "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45"
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11