From: Hongxu Jia Date: Tue, 3 Mar 2026 06:56:31 +0000 (+0800) Subject: python3-markdown: upgrade 3.10.1 -> 3.10.2 X-Git-Tag: uninative-5.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f6925f978a24c2b86e7b8a13cb34588970ad2b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-markdown: upgrade 3.10.1 -> 3.10.2 Release note [1]: Fixed - Fix a regression related to comment handling (#1590). - More reliable fix for Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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"