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:   wiz
Date:           Sun Nov  2 20:18:58 UTC 2025
Modified Files:
        pkgsrc/devel/py-trio: Makefile distinfo
Log Message:
py-trio: update to 0.32.0.
Features
    Allow trio.CapacityLimiter to have zero total_tokens. (#3321)
Bugfixes
    Fixed a bug where iterating over an @as_safe_channel-derived ReceiveChannel would raise trio.BrokenResourceError if the channel was closed by another task. It now shuts down cleanly. (#3331)
    trio.lowlevel.Task.iter_await_frames now works on completed tasks, by returning an empty list of frames if the underlying coroutine has been closed. Previously, it raised an internal error. 
(#3337)
Removals without deprecations
    Drop support for Python 3.9. (#3345)
Miscellaneous internal changes
    Decrease indentation for exception groups raised in trio.as_safe_channel. (#3332)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.19 -r1.20 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.26 pkgsrc/devel/py-trio/Makefile:1.27
--- pkgsrc/devel/py-trio/Makefile:1.26  Sun Sep 21 16:20:50 2025
+++ pkgsrc/devel/py-trio/Makefile       Sun Nov  2 20:18:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/09/21 16:20:50 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/11/02 20:18:58 wiz Exp $
 
-DISTNAME=      trio-0.31.0
+DISTNAME=      trio-0.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pylint-[0-
 TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-# as of 0.31.0, needs ctrl-c a couple times to finish
-# 11 failed, 804 passed, 73 skipped, 2 xfailed
+# as of 0.32.0, needs ctrl-c a couple times to finish
+# 11 failed, 806 passed, 74 skipped, 3 xfailed
 
 # for tests
 USE_LANGUAGES= c
Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.19 pkgsrc/devel/py-trio/distinfo:1.20
--- pkgsrc/devel/py-trio/distinfo:1.19  Sun Sep 21 16:20:50 2025
+++ pkgsrc/devel/py-trio/distinfo       Sun Nov  2 20:18:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/09/21 16:20:50 wiz Exp $
+$NetBSD: distinfo,v 1.20 2025/11/02 20:18:58 wiz Exp $
 
-BLAKE2s (trio-0.31.0.tar.gz) = 571a18b9293be94b01ce31f59d37629c5abf6b231212270fad9e1a0c7a2220c3
-SHA512 (trio-0.31.0.tar.gz) = d91d1e3132330e32fd3a9ac3360d9414a5c26454b6edd1b48e181fed2ebf07f67fff216c84883c1b84976ef122f36f4949893b79dd6f3b290220ad1f1a517ab7
-Size (trio-0.31.0.tar.gz) = 605825 bytes
+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
Home |
Main Index |
Thread Index |
Old Index