diff mbox series

[meta-python,13/37] python3-anyio: upgrade 4.14.0 -> 4.14.1

Message ID 20260630092206.322-13-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/37] 7zip: upgrade 26.01 -> 26.02 | expand

Commit Message

Wang Mingyu June 30, 2026, 9:21 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
- Fixed teardown of higher-scoped async fixtures failing on asyncio with
  RuntimeError: Attempted to exit cancel scope in a different task than it was
  entered in when an async test raise an outcome exception (e.g., pytest.skip(),
  pytest.xfail(), or pytest.fail())
- Fixed CapacityLimiter.total_tokens rejecting a value of 0 when the limiter
  was instantiated outside of an event loop, contradicting the documented
  behavior of allowing 0 total tokens

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-anyio_4.14.0.bb => python3-anyio_4.14.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-anyio_4.14.0.bb => python3-anyio_4.14.1.bb} (88%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.14.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-anyio_4.14.0.bb
rename to meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb
index c1066d21e9..b582b8eb0e 100644
--- a/meta-python/recipes-devtools/python/python3-anyio_4.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-anyio_4.14.1.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "b47c1f9ccf73e67021df785332508f99379c68fa7d0684e8e3492cb1d4b23f89"
+SRC_URI[sha256sum] = "8d648a3544c1a700e3ff78615cd679e4c5c3f149904287e73687b2596963629e"
 
 DEPENDS += " \
 	python3-setuptools-scm-native \