From 21cdff400c9ac9ada2744acd76f206751fc45e1f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Jun 2025 17:13:08 +0800 Subject: 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 Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-markdown_3.8.2.bb | 12 ++++++++++++ meta/recipes-devtools/python/python3-markdown_3.8.bb | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-markdown_3.8.2.bb delete mode 100644 meta/recipes-devtools/python/python3-markdown_3.8.bb diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.2.bb b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb new file mode 100644 index 0000000000..d7ab34b915 --- /dev/null +++ b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "A Python implementation of John Gruber's Markdown." +HOMEPAGE = "https://python-markdown.github.io/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-logging python3-setuptools" diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.bb b/meta/recipes-devtools/python/python3-markdown_3.8.bb deleted file mode 100644 index 09c2f3435b..0000000000 --- a/meta/recipes-devtools/python/python3-markdown_3.8.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "A Python implementation of John Gruber's Markdown." -HOMEPAGE = "https://python-markdown.github.io/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "python3-logging python3-setuptools" -- cgit v1.2.3-54-g00ecf