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: Thu Dec 14 13:20:52 UTC 2023
Modified Files:
pkgsrc/devel/py-trio: Makefile PLIST distinfo
Log Message:
py-trio: updated to 0.23.2
Trio 0.23.2 (2023-12-14)
Features
- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run()`,
:func:`trio.to_thread.run_sync()`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start()
<trio.Nursery.start>` is not fully typed yet however.
Bugfixes
- Make pyright recognize :func:`open_memory_channel` as generic.
Miscellaneous internal changes
- Moved the metadata into :pep:`621`-compliant :file:`pyproject.toml`.
- do not depend on exceptiongroup pre-release
- Move .coveragerc into pyproject.toml
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/devel/py-trio/Makefile:1.13
--- pkgsrc/devel/py-trio/Makefile:1.12 Tue Nov 7 10:44:10 2023
+++ pkgsrc/devel/py-trio/Makefile Thu Dec 14 13:20:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/11/07 10:44:10 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/12/14 13:20:52 adam Exp $
-DISTNAME= trio-0.23.1
+DISTNAME= trio-0.23.2
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.5 pkgsrc/devel/py-trio/PLIST:1.6
--- pkgsrc/devel/py-trio/PLIST:1.5 Tue Nov 7 10:44:10 2023
+++ pkgsrc/devel/py-trio/PLIST Thu Dec 14 13:20:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/11/07 10:44:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/12/14 13:20:52 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE2
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
@@ -135,6 +135,9 @@ ${PYSITELIB}/trio/_core/_tests/test_wind
${PYSITELIB}/trio/_core/_tests/tutil.py
${PYSITELIB}/trio/_core/_tests/tutil.pyc
${PYSITELIB}/trio/_core/_tests/tutil.pyo
+${PYSITELIB}/trio/_core/_tests/type_tests/nursery_start.py
+${PYSITELIB}/trio/_core/_tests/type_tests/nursery_start.pyc
+${PYSITELIB}/trio/_core/_tests/type_tests/nursery_start.pyo
${PYSITELIB}/trio/_core/_thread_cache.py
${PYSITELIB}/trio/_core/_thread_cache.pyc
${PYSITELIB}/trio/_core/_thread_cache.pyo
@@ -213,9 +216,6 @@ ${PYSITELIB}/trio/_sync.pyo
${PYSITELIB}/trio/_tests/__init__.py
${PYSITELIB}/trio/_tests/__init__.pyc
${PYSITELIB}/trio/_tests/__init__.pyo
-${PYSITELIB}/trio/_tests/check_type_completeness.py
-${PYSITELIB}/trio/_tests/check_type_completeness.pyc
-${PYSITELIB}/trio/_tests/check_type_completeness.pyo
${PYSITELIB}/trio/_tests/module_with_deprecations.py
${PYSITELIB}/trio/_tests/module_with_deprecations.pyc
${PYSITELIB}/trio/_tests/module_with_deprecations.pyo
@@ -321,6 +321,15 @@ ${PYSITELIB}/trio/_tests/tools/test_gen_
${PYSITELIB}/trio/_tests/tools/test_mypy_annotate.py
${PYSITELIB}/trio/_tests/tools/test_mypy_annotate.pyc
${PYSITELIB}/trio/_tests/tools/test_mypy_annotate.pyo
+${PYSITELIB}/trio/_tests/type_tests/check_wraps.py
+${PYSITELIB}/trio/_tests/type_tests/check_wraps.pyc
+${PYSITELIB}/trio/_tests/type_tests/check_wraps.pyo
+${PYSITELIB}/trio/_tests/type_tests/open_memory_channel.py
+${PYSITELIB}/trio/_tests/type_tests/open_memory_channel.pyc
+${PYSITELIB}/trio/_tests/type_tests/open_memory_channel.pyo
+${PYSITELIB}/trio/_tests/type_tests/path.py
+${PYSITELIB}/trio/_tests/type_tests/path.pyc
+${PYSITELIB}/trio/_tests/type_tests/path.pyo
${PYSITELIB}/trio/_threads.py
${PYSITELIB}/trio/_threads.pyc
${PYSITELIB}/trio/_threads.pyo
Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.7 pkgsrc/devel/py-trio/distinfo:1.8
--- pkgsrc/devel/py-trio/distinfo:1.7 Tue Nov 7 10:44:10 2023
+++ pkgsrc/devel/py-trio/distinfo Thu Dec 14 13:20:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/11/07 10:44:10 wiz Exp $
+$NetBSD: distinfo,v 1.8 2023/12/14 13:20:52 adam Exp $
-BLAKE2s (trio-0.23.1.tar.gz) = 0ef3eafe9a74c468057072dc220c36376772e3d2b59d9c136b85207ed5ec2be2
-SHA512 (trio-0.23.1.tar.gz) = 6d3e71da39ae8945212529dcaac6487459059feb88e28aa99533ff91dd24de49f00453aa53a0747110cbe572c600eed7dbd975389fe9b7d06eff65af700a4b82
-Size (trio-0.23.1.tar.gz) = 535860 bytes
+BLAKE2s (trio-0.23.2.tar.gz) = d0e0d56f2af50be9c3089b8cc745b1e21ec64d766d06fed7a39003d9ca177ad5
+SHA512 (trio-0.23.2.tar.gz) = e73b10e5116a9cfac3e48bc324de532e4ef21c0ea2671a35774d310542527e9350abf82c0812e8284364dca67dd7f99350451bf8d179a0440e69f4e42ca5baba
+Size (trio-0.23.2.tar.gz) = 544557 bytes
Home |
Main Index |
Thread Index |
Old Index