Files
meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.33.0.bb
Leon Anavi e71b4eae2e 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>
2026-02-16 10:25:51 -08:00

19 lines
634 B
BlitzBasic

SUMMARY = "A friendly Python library for async concurrency and I/O"
HOMEPAGE = "https://github.com/python-trio/trio"
LICENSE = "Apache-2.0 & MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
SRC_URI[sha256sum] = "a29b92b73f09d4b48ed249acd91073281a7f1063f09caba5dc70465b5c7aa970"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = " \
python3-idna \
python3-sniffio \
python3-attrs \
python3-outcome \
python3-sortedcontainers \
"