From: Leon Anavi Date: Tue, 2 Dec 2025 09:29:25 +0000 (+0200) Subject: python3-markdown: Upgrade 3.9 -> 3.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc558344b80f435ecad1de2aa98dd4385061a85;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-markdown: Upgrade 3.9 -> 3.10 Upgrade to release 3.10: - Officially support Python 3.14 and PyPy 3.11 - Drop support for Python 3.9 and PyPy 3.9. Signed-off-by: Leon Anavi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-markdown_3.9.bb b/meta/recipes-devtools/python/python3-markdown_3.10.bb similarity index 79% rename from meta/recipes-devtools/python/python3-markdown_3.9.bb rename to meta/recipes-devtools/python/python3-markdown_3.10.bb index 67375e13213..5be1576d20a 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.9.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.10.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "d2900fe1782bd33bdbbd56859defef70c2e78fc46668f8eb9df3128138f2cb6a" +SRC_URI[sha256sum] = "37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e" BBCLASSEXTEND = "native nativesdk"