pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-trio



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 15 14:11:13 UTC 2026

Modified Files:
        pkgsrc/devel/py-trio: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-trio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-trio/Makefile
diff -u pkgsrc/devel/py-trio/Makefile:1.27 pkgsrc/devel/py-trio/Makefile:1.28
--- pkgsrc/devel/py-trio/Makefile:1.27  Sun Nov  2 20:18:58 2025
+++ pkgsrc/devel/py-trio/Makefile       Sun Feb 15 14:11:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/11/02 20:18:58 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/02/15 14:11:13 adam Exp $
 
-DISTNAME=      trio-0.32.0
+DISTNAME=      trio-0.33.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio/}

Index: pkgsrc/devel/py-trio/PLIST
diff -u pkgsrc/devel/py-trio/PLIST:1.15 pkgsrc/devel/py-trio/PLIST:1.16
--- pkgsrc/devel/py-trio/PLIST:1.15     Sun Sep 21 16:20:50 2025
+++ pkgsrc/devel/py-trio/PLIST  Sun Feb 15 14:11:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2025/09/21 16:20:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/02/15 14:11:13 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -356,9 +356,6 @@ ${PYSITELIB}/trio/_tests/type_tests/open
 ${PYSITELIB}/trio/_tests/type_tests/path.py
 ${PYSITELIB}/trio/_tests/type_tests/path.pyc
 ${PYSITELIB}/trio/_tests/type_tests/path.pyo
-${PYSITELIB}/trio/_tests/type_tests/raisesgroup.py
-${PYSITELIB}/trio/_tests/type_tests/raisesgroup.pyc
-${PYSITELIB}/trio/_tests/type_tests/raisesgroup.pyo
 ${PYSITELIB}/trio/_tests/type_tests/subprocesses.py
 ${PYSITELIB}/trio/_tests/type_tests/subprocesses.pyc
 ${PYSITELIB}/trio/_tests/type_tests/subprocesses.pyo

Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.20 pkgsrc/devel/py-trio/distinfo:1.21
--- pkgsrc/devel/py-trio/distinfo:1.20  Sun Nov  2 20:18:58 2025
+++ pkgsrc/devel/py-trio/distinfo       Sun Feb 15 14:11:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/11/02 20:18:58 wiz Exp $
+$NetBSD: distinfo,v 1.21 2026/02/15 14:11:13 adam Exp $
 
-BLAKE2s (trio-0.32.0.tar.gz) = 5a919bd4ff05125265a2a1300128f72644c7019c22b0d3a4dd84819e38d03c1a
-SHA512 (trio-0.32.0.tar.gz) = 366d4fab570b3d16f4b505554fa412b82e4d9e84ee13caaa3c7816d9c4c4dca1c2fa9c5724d3a56ecd8e43401c14a4962ae7353e25d53b47af9ae89fbdecb68f
-Size (trio-0.32.0.tar.gz) = 605323 bytes
+BLAKE2s (trio-0.33.0.tar.gz) = 1adc3ec7c63d51ea12bdffcb356f9bc7485129c5458c78563487766caf4d6ea3
+SHA512 (trio-0.33.0.tar.gz) = edd4bd9cdda4ca68a251d0cf6841b549448fcdc0816c7ec8347966a8fbb4971e36134799d06c949150b8de2f1233c0de7becd600d29ba0e2c5a6a6ab03e7697e
+Size (trio-0.33.0.tar.gz) = 605109 bytes



Home | Main Index | Thread Index | Old Index