diff mbox series

[10/19] python3-markdown: upgrade 3.10.1 -> 3.10.2

Message ID 20260303065640.2541884-10-hongxu.jia@windriver.com
State New
Headers show
Series [01/19] btrfs-tools: upgrade 6.17.1 -> 6.19 | expand

Commit Message

Hongxu Jia March 3, 2026, 6:56 a.m. UTC
Release note [1]:

Fixed
- Fix a regression related to comment handling (#1590).
- More reliable fix for </ (#1593).

[1] https://github.com/Python-Markdown/markdown/releases/tag/3.10.2

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../{python3-markdown_3.10.1.bb => python3-markdown_3.10.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markdown_3.10.1.bb => python3-markdown_3.10.2.bb} (79%)
diff mbox series

Patch

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