summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eventlet
Commit message (Collapse)AuthorAgeFilesLines
* python3-eventlet: upgrade 0.37.0 -> 0.39.0Wang Mingyu2025-02-121-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | d19ad6cc086684ee74db250f5fd35227c98e678a.patch refreshed for 0.39.0 Changelog: ============ * Remove monotonic from requirements * wsgi: Clean up some override logic * Correct line lookup from inspect.getsourcelines() * Drop support of Python 3.7 * Calling eventlet.sleep(0) isn't really blocking, so don't blow up * fix the monkey patching with the asyncio hub * introduce the unmonkeypatching feature * Python 3.13: Use greenthread's dead state where possible * bump github Actions * Fix bug where asyncio hub didn't support multiple os threads * Python 3.13 Support * wsgi: server MUST NOT send Content-Length/Transfer-Encoding header in response with a status code of 1xx, 204 or (2xx to CONNECT request) * wsgi: No request Content-Length nor Transfer-Encoding implies no body Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: Add new thread attributes from Python 3.13Khem Raj2024-10-281-0/+27
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: update to version 0.34.1Derek Straka2023-12-221-78/+0
| | | | | | | Remove patch incorporated in the upstream release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: backport a patch to remove distutils dependencyAlexander Kanavin2023-12-181-0/+78
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>