diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-02 17:51:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-02 09:22:50 -0800 |
| commit | e5fa8c8bbd29084f41bdcc209dff9220f5556e4a (patch) | |
| tree | 0708c47c698df2a2eb4fff59fed3c083d0f635fa /meta-python | |
| parent | 967e5c9e0f358af97477da66f3f8547fa19764bb (diff) | |
| download | meta-openembedded-e5fa8c8bbd29084f41bdcc209dff9220f5556e4a.tar.gz | |
python3-anyio: upgrade 4.11.0 -> 4.12.0
Changelog:
===============
- Added support for asyncio's task call graphs on Python 3.14 and later when
using AnyIO's task groups
- Added an asynchronous implementation of the functools module
- Added support for uvloop=True on Windows via the winloop implementation
- Added support for use as a context manager to anyio.lowlevel.RunVar
- Added __all__ declarations to public submodules (anyio.lowlevel etc.)
- Added the ability to set the token count of a CapacityLimiter to zero
- Added parameters case_sensitive and recurse_symlinks along with support for
path-like objects to anyio.Path.glob() and anyio.Path.rglob()
- Dropped sniffio as a direct dependency and added the get_available_backends()
function
- Fixed Process.stdin.send() not raising ClosedResourceError and
BrokenResourceError on asyncio. Previously, a non-AnyIO exception was raised
in such cases
- Fixed Process.stdin.send() not checkpointing before writing data on asyncio
- Fixed a race condition where cancelling a Future from
BlockingPortal.start_task_soon() would sometimes not cancel the async function
- Fixed the presence of the pytest plugin causing breakage with older versions
of pytest (<= 6.1.2)
- Fixed a rarely occurring RuntimeError: Set changed size during iteration while
shutting down the process pool when using the asyncio backend
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb (renamed from meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb index a24674c5fb..500c1bd3dc 100644 --- a/meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" | |||
| 5 | 5 | ||
| 6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_setuptools_build_meta |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4" | 8 | SRC_URI[sha256sum] = "73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0" |
| 9 | 9 | ||
| 10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
| 11 | python3-setuptools-scm-native \ | 11 | python3-setuptools-scm-native \ |
