From 283db25aa9efc3a6f4d05fe16465791ba94c044a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 30 Jun 2026 17:21:48 +0800 Subject: [PATCH] python3-greenlet: upgrade 3.5.2 -> 3.5.3 Changelog: Fix a crash on free-threaded builds when multiple greenlets were holding a critical section on an object and the GIL for the thread was dropped. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-greenlet_3.5.2.bb => python3-greenlet_3.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.5.2.bb => python3-greenlet_3.5.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.5.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.5.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.5.2.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.5.3.bb index 6ea765817e..a83f260946 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.5.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "c1b906220d83c140361cdd12eef970fb5881a168b98ee58a43786426173da14c" +SRC_URI[sha256sum] = "a61efc018fd3eb317eeca31aba90ee9e7f26f22884a79b6c6ec715bf71bb62f1" inherit pypi python_setuptools_build_meta