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: Mon Apr 28 07:36:06 UTC 2025
Modified Files:
pkgsrc/devel/py-trio: Makefile PLIST distinfo
Log Message:
py-trio: updated to 0.30.0
0.30.0
Features
Add @trio.as_safe_channel, a wrapper that can be used to make async generators safe.
This will be the suggested fix for the flake8-async lint rule ASYNC900.
Bugfixes
Allow trio to be a types.ModuleType and still have deprecated attributes.
Fixed socket module for some older systems which lack socket.AI_NUMERICSERV.
Now trio works on legacy (pre-Lion) macOS.
Update type hints for trio.run_process and trio.lowlevel.open_process.
Don't mutate the global runner when MockClock is created.
Fix incorrect return type hint for Nursery.start().
Improved documentation
Update wording in documentation to more accurately reflect Trio's maturity.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.17 -r1.18 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.24 pkgsrc/devel/py-trio/Makefile:1.25
--- pkgsrc/devel/py-trio/Makefile:1.24 Sat Apr 12 21:37:06 2025
+++ pkgsrc/devel/py-trio/Makefile Mon Apr 28 07:36:06 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2025/04/12 21:37:06 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/28 07:36:06 adam Exp $
-DISTNAME= trio-0.29.0
+DISTNAME= trio-0.30.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/trio/}
Index: pkgsrc/devel/py-trio/PLIST
diff -u pkgsrc/devel/py-trio/PLIST:1.13 pkgsrc/devel/py-trio/PLIST:1.14
--- pkgsrc/devel/py-trio/PLIST:1.13 Sat Apr 12 21:37:06 2025
+++ pkgsrc/devel/py-trio/PLIST Mon Apr 28 07:36:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/04/12 21:37:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/04/28 07:36:06 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -350,6 +350,9 @@ ${PYSITELIB}/trio/_tests/type_tests/path
${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
${PYSITELIB}/trio/_tests/type_tests/task_status.py
${PYSITELIB}/trio/_tests/type_tests/task_status.pyc
${PYSITELIB}/trio/_tests/type_tests/task_status.pyo
Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.17 pkgsrc/devel/py-trio/distinfo:1.18
--- pkgsrc/devel/py-trio/distinfo:1.17 Sat Feb 15 16:10:56 2025
+++ pkgsrc/devel/py-trio/distinfo Mon Apr 28 07:36:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/02/15 16:10:56 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/04/28 07:36:06 adam Exp $
-BLAKE2s (trio-0.29.0.tar.gz) = aaa639bb08b6738ac9df20b41e7f9bfa374dec263c4c2b33cd6c8cacfc004bd2
-SHA512 (trio-0.29.0.tar.gz) = 2a18328fd5ab9cf5fdce06dc4680c3944414e45152f5dd30c5ef770cc3229ebe945721cd0159ff14090bf7d5564aa1e1750f1115bdd2a866e658294d0f370d87
-Size (trio-0.29.0.tar.gz) = 588952 bytes
+BLAKE2s (trio-0.30.0.tar.gz) = 8e4469bf907aebad91f8e038524d946f3867a5daa2d3c9e5f845c5e17b5f7713
+SHA512 (trio-0.30.0.tar.gz) = 888bb98b8942721fc6c1edc09f289206a3f2372cc2ceef085dd48ad811a83989f2b20dd9a6c68a8cf014e0398b668008d7735bc5c2de3fae223582390eccd747
+Size (trio-0.30.0.tar.gz) = 593776 bytes
Home |
Main Index |
Thread Index |
Old Index