summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-trio_0.33.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-16 14:29:55 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-16 10:25:51 -0800
commite71b4eae2e9b9ebe2346db061ce87fadc9703633 (patch)
tree04209de64a43f61080f9332407d4112f72faa906 /meta-python/recipes-devtools/python/python3-trio_0.33.0.bb
parent949c02c02ea4dca5a0b3058b26f8b8f9a728bc41 (diff)
downloadmeta-openembedded-e71b4eae2e9b9ebe2346db061ce87fadc9703633.tar.gz
python3-trio: Upgrade 0.32.0 -> 0.33.0
Upgrade to release 0.33.0: Bugfixes: - Start supporting Android's new "android" sys.platform. Deprecations and removals: - Both trio.testing.RaisesGroup and trio.testing.Matcher have been deprecated. Pytest alternatives pytest.RaisesGroup and pytest.RaisesExc (respectively) are considered correct replacement. 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-trio_0.33.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-trio_0.33.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trio_0.33.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.33.0.bb
new file mode 100644
index 0000000000..8bb4514649
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trio_0.33.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] = "a29b92b73f09d4b48ed249acd91073281a7f1063f09caba5dc70465b5c7aa970"
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"