From 00e1d710227a49058bfa51f0969a74796c7e5260 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:38 +0800 Subject: [PATCH] python3-greenlet: upgrade 3.5.4 -> 3.5.5 Changelog: - Link the C++ runtime statically into the Windows wheels again, as the Appveyor builds did through 3.3.0. Since 3.3.1 _greenlet.pyd imported MSVCP140.dll, which no Windows CPython distribution ships, so importing greenlet failed on machines without the Visual C++ redistributable. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-greenlet_3.5.4.bb => python3-greenlet_3.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.5.4.bb => python3-greenlet_3.5.5.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.5.4.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.5.5.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.5.4.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.5.5.bb index 3fc80fc0fd..e246b7f253 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.5.5.bb @@ -4,7 +4,7 @@ LICENSE = "MIT AND PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "0232ae1de90a8e07867bb127d7a6ba2301e859145489f25cda8a6096dabe1d20" +SRC_URI[sha256sum] = "adb4bae02e91a8e863e48b177e4014bdcac8a6b5e047ea1df687a61534b85e6c" inherit pypi python_setuptools_build_meta