From 7ff05d34db72c63fc287a299487421d70e6134a2 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:39:22 +0800 Subject: [PATCH] python3-gevent: upgrade 21.1.2 -> 21.8.0 21.8.0 (2021-08-05) =================== Features -------- - Update the embedded c-ares from 1.16.1 to 1.17.1. See :issue:`1758`. - Add support for Python 3.10rc1 and newer. As part of this, the minimum required greenlet version was increased to 1.1.0 (on CPython), and the minimum version of Cython needed to build gevent from a source checkout is 3.0a9. Note that the dnspython resolver is not available on Python 3.10. See :issue:`1790`. - Update from Cython 3.0a6 to 3.0a9. See :issue:`1801`. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-gevent_21.1.2.bb => python3-gevent_21.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gevent_21.1.2.bb => python3-gevent_21.8.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb rename to meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb index e4eaad017..74ae6cf69 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb @@ -20,7 +20,7 @@ SRC_URI:append = " \ file://libev-conf.patch;patch=1;pnum=1 \ " -SRC_URI[sha256sum] = "520cc2a029a9eef436e4e56b007af7859315cafa21937d43c1d5269f12f2c981" +SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" # The python-gevent has no autoreconf ability # and the logic for detecting a cross compile is flawed