From 2a4cd516450335185d0aa0986044f1cb6e120355 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:03:25 +0800 Subject: python3-markdown: upgrade 3.7 -> 3.8 Changelog: =========== Changed ------- - DRY fix in abbr extension by introducing method create_element - Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework. - Improved performance of the raw HTML post-processor Fixed --------- - Backslash Unescape IDs set via attr_list on toc - Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions - md_in_html handle tags within inline code blocks better - md_in_html fix handling of one-liner block HTML handling - Ensure
is treated like a block-level element - Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings - Ensure smarty extension correctly renders nested closing quotes (From OE-Core rev: 662d586edb3afed8273ec4910ea1a4c090f8b757) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-markdown_3.7.bb | 12 ------------ meta/recipes-devtools/python/python3-markdown_3.8.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-markdown_3.7.bb create mode 100644 meta/recipes-devtools/python/python3-markdown_3.8.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-markdown_3.7.bb b/meta/recipes-devtools/python/python3-markdown_3.7.bb deleted file mode 100644 index 6a2ab36494..0000000000 --- a/meta/recipes-devtools/python/python3-markdown_3.7.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] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" - -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 new file mode 100644 index 0000000000..09c2f3435b --- /dev/null +++ b/meta/recipes-devtools/python/python3-markdown_3.8.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] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-logging python3-setuptools" -- cgit v1.2.3-54-g00ecf