diff mbox series

[3/8] python3-markdown: upgrade 3.10.3 -> 3.11

Message ID 20260927164631.2484854-3-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/8] erofs-utils: Make reproducible for different BUILD_ARCH | expand

Commit Message

Richard Purdie Sept. 27, 2026, 4:46 p.m. UTC
Changed

    Inline processors now resume searching after the previous match, improving
    performance for repeated inline patterns (#1619).
    Officially support Python 3.15 and drop support for Python 3.10
    Walk backtick runs in BacktickInlineProcessor without a regex (#1620).
    Switch static site generator for documentation from MkDocs to Zensical
    (#1627, #1635, #1637, and #1638).

Fixed

    Ensure removing Abbreviations does not raise an error (#1634).
    Fix an issue with excessive backtracking when matching inline code blocks (#1617).
    md_in_html now honors tags added to Markdown.block_level_elements after
    the extension is loaded (#1246).
    Fix quadratic-time regex backtracking in ReferenceProcessor when a link
    reference definition has no URL, e.g. a line consisting only of [id]:
    followed by many trailing spaces (#798).
    Document attr_list usage for def_list (#1123).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{python3-markdown_3.10.3.bb => python3-markdown_3.11.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markdown_3.10.3.bb => python3-markdown_3.11.bb} (79%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-markdown_3.10.3.bb b/meta/recipes-devtools/python/python3-markdown_3.11.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-markdown_3.10.3.bb
rename to meta/recipes-devtools/python/python3-markdown_3.11.bb
index a7fd3d78406..709e7cdb709 100644
--- a/meta/recipes-devtools/python/python3-markdown_3.10.3.bb
+++ b/meta/recipes-devtools/python/python3-markdown_3.11.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "3589362618f743188b4d955b874402bc814f4f83f544dc207719f4baa7d9c45f"
+SRC_URI[sha256sum] = "180224db6aed87ba9ce1f2781ebcd5826253de8ff637112090e24b84502bbf9f"
 
 BBCLASSEXTEND = "native nativesdk"