diff mbox series

[meta-python,3/5] python3-anyio: Upgrade 4.7.0 -> 4.8.0

Message ID 20250107140040.3330151-3-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-pydantic: Upgrade 2.10.2 -> 2.10.4 | expand

Commit Message

Leon Anavi Jan. 7, 2025, 2 p.m. UTC
Upgrade to release 4.8.0:

- Added experimental support for running functions in
  subinterpreters on Python 3.13 and later
- Added support for the copy(), copy_into(), move() and move_into()
  methods in anyio.Path, available in Python 3.14
- Changed TaskGroup on asyncio to always spawn tasks non-eagerly,
  even if using a task factory created via
  asyncio.create_eager_task_factory(), to preserve expected
  Trio-like task scheduling semantics
- Configure SO_RCVBUF, SO_SNDBUF and TCP_NODELAY on the selector
  thread waker socket pair (this should improve the performance of
  wait_readable() and wait_writable() when using the
  ProactorEventLoop)
- Fixed AssertionError when using nest-asyncio
- Fixed return type annotation of various context managers'
  __exit__ method

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-anyio_4.7.0.bb => python3-anyio_4.8.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-anyio_4.7.0.bb => python3-anyio_4.8.0.bb} (88%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.7.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.8.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-anyio_4.7.0.bb
rename to meta-python/recipes-devtools/python/python3-anyio_4.8.0.bb
index 5f90ffbd55..c103eba46d 100644
--- a/meta-python/recipes-devtools/python/python3-anyio_4.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-anyio_4.8.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"
+SRC_URI[sha256sum] = "1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a"
 
 DEPENDS += " \
 	python3-setuptools-scm-native \