summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-eventlet: upgrade 0.36.1 -> 0.37.0Wang Mingyu2024-09-181-17/+0
| | | | | | | | | | | | Changelog: ========== * [fix] os.read/write waits until file descriptor is ready. * [fix] Upgrade RLocks as last thing we do * [security] drop header keys with underscores * [doc] Various doc updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: switch to PEP-517 build backendalperak2024-08-091-1/+3
| | | | | | | | | | | The project has a proper pyproject.toml which declares the hatchling.build PEP-517 backend. Fix: WARNING: python3-eventlet-0.36.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with hatchling.build, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.35.2 -> 0.36.1Wang Mingyu2024-04-021-0/+15
Changelog: ============ *eventlet.websocket is not always used from eventlet.wsgi, so do not assume eventlet.set_idle exists *Make sure asyncio hub doesn't use greendns for asyncio DNS APIs *Make asyncio.to_thread work with the same semantics as normal asyncio *Refactor congruence checks based on assert at runtime *Run tests on macOS in CI, and some fixes to get it in reasonable state *Fix wsgi.server shutdown for in-flight requests *Add debug convenience helpers - asyncio, threads *Handle errors better. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>