diff mbox series

[meta-python,1/3] python3-trio: Upgrade 0.29.0 -> 0.30.0

Message ID 20250423101257.3244224-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-trio: Upgrade 0.29.0 -> 0.30.0 | expand

Commit Message

Leon Anavi April 23, 2025, 10:12 a.m. UTC
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>
---
 .../python/{python3-trio_0.29.0.bb => python3-trio_0.30.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-trio_0.29.0.bb => python3-trio_0.30.0.bb} (86%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-trio_0.29.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-trio_0.29.0.bb
rename to meta-python/recipes-devtools/python/python3-trio_0.30.0.bb
index 35fd05a199..2013891074 100644
--- a/meta-python/recipes-devtools/python/python3-trio_0.29.0.bb
+++ b/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
                     file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
                     file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
 
-SRC_URI[sha256sum] = "ea0d3967159fc130acb6939a0be0e558e364fee26b5deeecc893a6b08c361bdf"
+SRC_URI[sha256sum] = "0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df"
 
 inherit pypi python_setuptools_build_meta