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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-08-19 17:34:38 +08:00
committed by Khem Raj
parent 83d89d2883
commit 00e1d71022
@@ -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