diff mbox series

[2/3] python3-markdown: Upgrade 3.9 -> 3.10

Message ID 20251202092926.1370646-2-leon.anavi@konsulko.com
State New
Headers show
Series [1/3] python3-hypothesis: Upgrade 6.142.2 -> 6.148.5 | expand

Commit Message

Leon Anavi Dec. 2, 2025, 9:29 a.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../{python3-markdown_3.9.bb => python3-markdown_3.10.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markdown_3.9.bb => python3-markdown_3.10.bb} (79%)
diff mbox series

Patch

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 67375e1321..5be1576d20 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"