diff mbox series

[2/5] python3-markdown: upgrade 3.10.2 -> 3.10.3

Message ID 20260801062235.2497102-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/5] diffoscope: upgrade 325 -> 326 | expand

Commit Message

Richard Purdie Aug. 1, 2026, 6:22 a.m. UTC
* Fix `SetextHeaderProcessor` regex to prevent mixed `=` and `-` chars in setext-style headers (#1606).
* Add AI Policy to Contributing Guide.
* Officially document all included extensions as being in maintenance mode.
* Link the Extension API documentation to the API Reference (#1612).

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

Patch

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