mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
python3-gevent: upgrade 25.9.1 -> 26.4.0
Changelog: =========== - Make gevent.ssl stop reusing exception instances, as this could appear to cause a memory leak if there are many short reads or writes. - Fix Greenlet.dead returning true for an active greenlet during early bootstrap. - Fix some potential GIL-related crashes during interpreter shutdown by avoiding acquiring the GIL in libev callbacks when the interpreter is finalizing. - Support for Python 3.9 has been removed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \
|
||||
|
||||
SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd"
|
||||
SRC_URI[sha256sum] = "288d03addfccf0d1c67268358b6759b04392bf3bc35d26f3d9a45c82899c292d"
|
||||
|
||||
CVE_PRODUCT = "gevent"
|
||||
|
||||
Reference in New Issue
Block a user