summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenlet
Commit message (Collapse)AuthorAgeFilesLines
* python3-greenlet: upgrade 3.1.1 -> 3.2.0Wang Mingyu2025-04-231-48/+0
| | | | | | | | | | | | | | | 0001-slp_switch-Implement-for-RISCV32.patch removed since it's included in 3.2.0 Changelog: ============ - Remove support for Python 3.7 and 3.8. - Add untested, community supported implementation for RiscV 32. - Make greenlet build and run on Python 3.14a7. It will not build on earlier 3.14 alpha releases, and may not build on later 3.14 releases. - Packaging: Use PEP 639 license expressions and include license files. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>