summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-trio: Upgrade 0.29.0 -> 0.30.0Leon Anavi2025-04-231-0/+18
Upgrade to release 0.30.0: - Add @trio.as_safe_channel, a wrapper that can be used to make async generators safe. This will be the suggested fix for the flake8-async lint rule ASYNC900. - Allow trio to be a types.ModuleType and still have deprecated attributes. - Fixed socket module for some older systems which lack socket.AI_NUMERICSERV. - Now trio works on legacy (pre-Lion) macOS. - Update type hints for trio.run_process and trio.lowlevel.open_process. - Don't mutate the global runner when MockClock is created. - Fix incorrect return type hint for Nursery.start(). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>