summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenlet_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-greenlet: Upgrade to 2.0.2Khem Raj2023-02-051-12/+0
| | | | | | | Drop backported patches as they are already in 2.0.2 release Add a patch to cleanup register keyword usage Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Fix build with gcc13Khem Raj2023-02-011-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Drop using register keywordKhem Raj2023-01-171-0/+2
| | | | | | Its gone in modern C/C++ since c++17 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 2.0.0 -> 2.0.1Wang Mingyu2022-11-141-0/+9
Changelog: Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>