Skip to content

Commit f9378db

Browse files
author
adam
committed
py-trio: updated to 0.33.0
trio 0.33.0 (2026-02-14) Bugfixes - Start supporting Android's new ``"android"`` `sys.platform`. Deprecations and removals - Both :class:`trio.testing.RaisesGroup` and :class:`trio.testing.Matcher` have been deprecated. Pytest alternatives ``pytest.RaisesGroup`` and ``pytest.RaisesExc`` (respectively) are considered correct replacement.
1 parent 78e449f commit f9378db

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

devel/py-trio/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.27 2025/11/02 20:18:58 wiz Exp $
1+
# $NetBSD: Makefile,v 1.28 2026/02/15 14:11:13 adam Exp $
22

3-
DISTNAME= trio-0.32.0
3+
DISTNAME= trio-0.33.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=t/trio/}

devel/py-trio/PLIST

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.15 2025/09/21 16:20:50 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.16 2026/02/15 14:11:13 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -356,9 +356,6 @@ ${PYSITELIB}/trio/_tests/type_tests/open_memory_channel.pyo
356356
${PYSITELIB}/trio/_tests/type_tests/path.py
357357
${PYSITELIB}/trio/_tests/type_tests/path.pyc
358358
${PYSITELIB}/trio/_tests/type_tests/path.pyo
359-
${PYSITELIB}/trio/_tests/type_tests/raisesgroup.py
360-
${PYSITELIB}/trio/_tests/type_tests/raisesgroup.pyc
361-
${PYSITELIB}/trio/_tests/type_tests/raisesgroup.pyo
362359
${PYSITELIB}/trio/_tests/type_tests/subprocesses.py
363360
${PYSITELIB}/trio/_tests/type_tests/subprocesses.pyc
364361
${PYSITELIB}/trio/_tests/type_tests/subprocesses.pyo

devel/py-trio/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.20 2025/11/02 20:18:58 wiz Exp $
1+
$NetBSD: distinfo,v 1.21 2026/02/15 14:11:13 adam Exp $
22

3-
BLAKE2s (trio-0.32.0.tar.gz) = 5a919bd4ff05125265a2a1300128f72644c7019c22b0d3a4dd84819e38d03c1a
4-
SHA512 (trio-0.32.0.tar.gz) = 366d4fab570b3d16f4b505554fa412b82e4d9e84ee13caaa3c7816d9c4c4dca1c2fa9c5724d3a56ecd8e43401c14a4962ae7353e25d53b47af9ae89fbdecb68f
5-
Size (trio-0.32.0.tar.gz) = 605323 bytes
3+
BLAKE2s (trio-0.33.0.tar.gz) = 1adc3ec7c63d51ea12bdffcb356f9bc7485129c5458c78563487766caf4d6ea3
4+
SHA512 (trio-0.33.0.tar.gz) = edd4bd9cdda4ca68a251d0cf6841b549448fcdc0816c7ec8347966a8fbb4971e36134799d06c949150b8de2f1233c0de7becd600d29ba0e2c5a6a6ab03e7697e
5+
Size (trio-0.33.0.tar.gz) = 605109 bytes

0 commit comments

Comments
 (0)