diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:18 -0800 |
| commit | 7ce3a0c669d03545bd8755a9ca334ed82f87002e (patch) | |
| tree | 5a42e6e2c64bc811e6591cc979d2476989cd8736 /meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb | |
| parent | 51e2d260b9f3cdf2e42dc8819fce9489d991e468 (diff) | |
| download | meta-openembedded-7ce3a0c669d03545bd8755a9ca334ed82f87002e.tar.gz | |
python3-anyio: upgrade 4.6.0 -> 4.6.2
Changelog:
===========
- Fixed regression caused by (#807) that prevented the use of parametrized async fixtures
- Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb b/meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb new file mode 100644 index 0000000000..231a7fb878 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-anyio_4.6.2.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] = "f72a7bb3dd0752b3bd8b17a844a019d7fbf6ae218c588f4f9ba1b2f600b12347" | ||
| 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 | " | ||
