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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-11-07 16:36:15 +08:00 committed by Khem Raj
parent c3de237ac7
commit 80a64614ff

View File

@ -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