diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-07 11:52:47 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-07 08:18:56 -0800 |
| commit | 5ff2ec190adabac32114a4f9459d6d94a2d87248 (patch) | |
| tree | b83213ebd11f0fbd3ac93c85d6bb5f181bbd55ab /meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb | |
| parent | 7721e7a6fc045cbd3ec2d2afc0257dc8db2391fb (diff) | |
| download | meta-openembedded-5ff2ec190adabac32114a4f9459d6d94a2d87248.tar.gz | |
python3-anyio: Upgrade 4.12.0 -> 4.12.1
Upgrade to release 4.12.1:
- Changed all functions currently raising the private
NoCurrentAsyncBackend exception (since v4.12.0) to instead raise
the public NoEventLoopError exception
- Fixed anyio.functools.lru_cache not working with instance methods
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb b/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb new file mode 100644 index 0000000000..40312c761a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "High level compatibility layer for multiple asynchronous event loop implementations" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703" | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-setuptools-scm-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | # Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently. | ||
| 15 | # If somebody needs this please feel free to add python3-trio and enable the | ||
| 16 | # packageconfig below: | ||
| 17 | #PACKAGECONFIG ??= "" | ||
| 18 | #PACKAGECONFIG[trio] = ",,,python3-trio" | ||
| 19 | |||
| 20 | RDEPENDS:${PN} += "\ | ||
| 21 | python3-idna \ | ||
| 22 | python3-sniffio \ | ||
| 23 | python3-core \ | ||
| 24 | python3-numbers \ | ||
| 25 | python3-io \ | ||
| 26 | python3-asyncio \ | ||
| 27 | " | ||
