summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-trio_0.32.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-11 15:55:15 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-11 10:19:43 -0800
commitac2b19ee68fc0f6d04b83848d32ae542a53a78b0 (patch)
tree89efc62275f34cfe83c5af2170e1281e0d3712f9 /meta-python/recipes-devtools/python/python3-trio_0.32.0.bb
parent97f809deea9f00472b4f7effccd1badd133cf039 (diff)
downloadmeta-openembedded-ac2b19ee68fc0f6d04b83848d32ae542a53a78b0.tar.gz
python3-trio: upgrade 0.31.0 -> 0.32.0
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-trio_0.32.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-trio_0.32.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trio_0.32.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.32.0.bb
new file mode 100644
index 0000000000..cc23d3070e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trio_0.32.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "A friendly Python library for async concurrency and I/O"
2HOMEPAGE = "https://github.com/python-trio/trio"
3LICENSE = "Apache-2.0 & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
6 file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
7
8SRC_URI[sha256sum] = "150f29ec923bcd51231e1d4c71c7006e65247d68759dd1c19af4ea815a25806b"
9
10inherit pypi python_setuptools_build_meta
11
12RDEPENDS:${PN} = " \
13 python3-idna \
14 python3-sniffio \
15 python3-attrs \
16 python3-outcome \
17 python3-sortedcontainers \
18"