]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-markdown: upgrade 3.8 -> 3.8.2
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 30 Jun 2025 09:13:08 +0000 (17:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jul 2025 21:12:47 +0000 (22:12 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-markdown_3.8.2.bb [moved from meta/recipes-devtools/python/python3-markdown_3.8.bb with 79% similarity]

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 09c2f3435bdac1cd320f6f2bcaffecc7918cd256..d7ab34b9155e3fb9d086ca3e5fb7b2c9e15d9a8c 100644 (file)
@@ -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"