From 80a64614ffa7798abdbdc76656118855da018cf8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Nov 2022 16:36:15 +0800 Subject: [PATCH] python3-gevent: upgrade 22.10.1 -> 22.10.2 Bugfixes -------- Update to greenlet 2.0. This fixes a deallocation issue that required a change in greenlet's ABI. The design of greenlet 2.0 is intended to prevent future fixes and enhancements from requiring an ABI change, making it easier to update gevent and greenlet independently. greenlet 2.0 requires a modern-ish C++ compiler. This may mean certain older platforms are no longer supported. See :issue:`1909`. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-gevent_22.10.1.bb => python3-gevent_22.10.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gevent_22.10.1.bb => python3-gevent_22.10.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb b/meta-python/recipes-devtools/python/python3-gevent_22.10.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb rename to meta-python/recipes-devtools/python/python3-gevent_22.10.2.bb index 9319dad89f..b9bf9130db 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_22.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_22.10.2.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "df3042349c9a4460eeaec8d0e56d737cb183eed055e75a6af9dbda94aaddaf4d" +SRC_URI[sha256sum] = "1ca01da176ee37b3527a2702f7d40dbc9ffb8cfc7be5a03bfa4f9eec45e55c46" inherit pypi setuptools3