summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenlet
Commit message (Collapse)AuthorAgeFilesLines
* python3-greenlet: Fix build on RISCV32Khem Raj2025-04-061-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 2.0.2 -> 3.0.1Khem Raj2023-11-061-247/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Upgrade to 2.0.2Khem Raj2023-02-053-87/+247
| | | | | | | 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-0/+56
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Drop using register keywordKhem Raj2023-01-171-0/+31
Its gone in modern C/C++ since c++17 Signed-off-by: Khem Raj <raj.khem@gmail.com>