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:           Wed Jul  5 22:29:29 UTC 2023

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

Log Message:
py-trio: update to 0.22.1.

Change summary not found.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/devel/py-trio/Makefile:1.9
--- pkgsrc/devel/py-trio/Makefile:1.8   Wed Mar 29 09:34:10 2023
+++ pkgsrc/devel/py-trio/Makefile       Wed Jul  5 22:29:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/03/29 09:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/05 22:29:29 wiz Exp $
 
-DISTNAME=      trio-0.22.0
+DISTNAME=      trio-0.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio/}
@@ -20,6 +20,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-astor>=0.8
 TEST_DEPENDS+= ${PYPKGPREFIX}-jedi-[0-9]*:../../editors/py-jedi
 TEST_DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+# recursive dependency, but adding it makes testing just fail differently
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-trio-[0-9]*:../../devel/py-test-trio
 TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
 
 USE_LANGUAGES= # none
@@ -32,6 +34,11 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
 .endif
 
+# needs 'make install'
+# without py-test-trio
+# 474 failed, 163 passed, 27 skipped, 47 errors
+# with:
+# testing doesn't start
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 

Index: pkgsrc/devel/py-trio/PLIST
diff -u pkgsrc/devel/py-trio/PLIST:1.3 pkgsrc/devel/py-trio/PLIST:1.4
--- pkgsrc/devel/py-trio/PLIST:1.3      Tue Nov 15 09:49:38 2022
+++ pkgsrc/devel/py-trio/PLIST  Wed Jul  5 22:29:29 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/11/15 09:49:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/07/05 22:29:29 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -73,6 +73,72 @@ ${PYSITELIB}/trio/_core/_parking_lot.pyo
 ${PYSITELIB}/trio/_core/_run.py
 ${PYSITELIB}/trio/_core/_run.pyc
 ${PYSITELIB}/trio/_core/_run.pyo
+${PYSITELIB}/trio/_core/_tests/__init__.py
+${PYSITELIB}/trio/_core/_tests/__init__.pyc
+${PYSITELIB}/trio/_core/_tests/__init__.pyo
+${PYSITELIB}/trio/_core/_tests/test_asyncgen.py
+${PYSITELIB}/trio/_core/_tests/test_asyncgen.pyc
+${PYSITELIB}/trio/_core/_tests/test_asyncgen.pyo
+${PYSITELIB}/trio/_core/_tests/test_guest_mode.py
+${PYSITELIB}/trio/_core/_tests/test_guest_mode.pyc
+${PYSITELIB}/trio/_core/_tests/test_guest_mode.pyo
+${PYSITELIB}/trio/_core/_tests/test_instrumentation.py
+${PYSITELIB}/trio/_core/_tests/test_instrumentation.pyc
+${PYSITELIB}/trio/_core/_tests/test_instrumentation.pyo
+${PYSITELIB}/trio/_core/_tests/test_io.py
+${PYSITELIB}/trio/_core/_tests/test_io.pyc
+${PYSITELIB}/trio/_core/_tests/test_io.pyo
+${PYSITELIB}/trio/_core/_tests/test_ki.py
+${PYSITELIB}/trio/_core/_tests/test_ki.pyc
+${PYSITELIB}/trio/_core/_tests/test_ki.pyo
+${PYSITELIB}/trio/_core/_tests/test_local.py
+${PYSITELIB}/trio/_core/_tests/test_local.pyc
+${PYSITELIB}/trio/_core/_tests/test_local.pyo
+${PYSITELIB}/trio/_core/_tests/test_mock_clock.py
+${PYSITELIB}/trio/_core/_tests/test_mock_clock.pyc
+${PYSITELIB}/trio/_core/_tests/test_mock_clock.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror.py
+${PYSITELIB}/trio/_core/_tests/test_multierror.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/__init__.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/__init__.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/__init__.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/_common.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/_common.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/_common.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/apport_excepthook.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/apport_excepthook.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/apport_excepthook.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/ipython_custom_exc.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/ipython_custom_exc.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/ipython_custom_exc.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook.pyo
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook_IPython.py
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook_IPython.pyc
+${PYSITELIB}/trio/_core/_tests/test_multierror_scripts/simple_excepthook_IPython.pyo
+${PYSITELIB}/trio/_core/_tests/test_parking_lot.py
+${PYSITELIB}/trio/_core/_tests/test_parking_lot.pyc
+${PYSITELIB}/trio/_core/_tests/test_parking_lot.pyo
+${PYSITELIB}/trio/_core/_tests/test_run.py
+${PYSITELIB}/trio/_core/_tests/test_run.pyc
+${PYSITELIB}/trio/_core/_tests/test_run.pyo
+${PYSITELIB}/trio/_core/_tests/test_thread_cache.py
+${PYSITELIB}/trio/_core/_tests/test_thread_cache.pyc
+${PYSITELIB}/trio/_core/_tests/test_thread_cache.pyo
+${PYSITELIB}/trio/_core/_tests/test_tutil.py
+${PYSITELIB}/trio/_core/_tests/test_tutil.pyc
+${PYSITELIB}/trio/_core/_tests/test_tutil.pyo
+${PYSITELIB}/trio/_core/_tests/test_unbounded_queue.py
+${PYSITELIB}/trio/_core/_tests/test_unbounded_queue.pyc
+${PYSITELIB}/trio/_core/_tests/test_unbounded_queue.pyo
+${PYSITELIB}/trio/_core/_tests/test_windows.py
+${PYSITELIB}/trio/_core/_tests/test_windows.pyc
+${PYSITELIB}/trio/_core/_tests/test_windows.pyo
+${PYSITELIB}/trio/_core/_tests/tutil.py
+${PYSITELIB}/trio/_core/_tests/tutil.pyc
+${PYSITELIB}/trio/_core/_tests/tutil.pyo
 ${PYSITELIB}/trio/_core/_thread_cache.py
 ${PYSITELIB}/trio/_core/_thread_cache.pyc
 ${PYSITELIB}/trio/_core/_thread_cache.pyo
@@ -88,78 +154,6 @@ ${PYSITELIB}/trio/_core/_wakeup_socketpa
 ${PYSITELIB}/trio/_core/_windows_cffi.py
 ${PYSITELIB}/trio/_core/_windows_cffi.pyc
 ${PYSITELIB}/trio/_core/_windows_cffi.pyo
-${PYSITELIB}/trio/_core/tests/__init__.py
-${PYSITELIB}/trio/_core/tests/__init__.pyc
-${PYSITELIB}/trio/_core/tests/__init__.pyo
-${PYSITELIB}/trio/_core/tests/conftest.py
-${PYSITELIB}/trio/_core/tests/conftest.pyc
-${PYSITELIB}/trio/_core/tests/conftest.pyo
-${PYSITELIB}/trio/_core/tests/test_asyncgen.py
-${PYSITELIB}/trio/_core/tests/test_asyncgen.pyc
-${PYSITELIB}/trio/_core/tests/test_asyncgen.pyo
-${PYSITELIB}/trio/_core/tests/test_guest_mode.py
-${PYSITELIB}/trio/_core/tests/test_guest_mode.pyc
-${PYSITELIB}/trio/_core/tests/test_guest_mode.pyo
-${PYSITELIB}/trio/_core/tests/test_instrumentation.py
-${PYSITELIB}/trio/_core/tests/test_instrumentation.pyc
-${PYSITELIB}/trio/_core/tests/test_instrumentation.pyo
-${PYSITELIB}/trio/_core/tests/test_io.py
-${PYSITELIB}/trio/_core/tests/test_io.pyc
-${PYSITELIB}/trio/_core/tests/test_io.pyo
-${PYSITELIB}/trio/_core/tests/test_ki.py
-${PYSITELIB}/trio/_core/tests/test_ki.pyc
-${PYSITELIB}/trio/_core/tests/test_ki.pyo
-${PYSITELIB}/trio/_core/tests/test_local.py
-${PYSITELIB}/trio/_core/tests/test_local.pyc
-${PYSITELIB}/trio/_core/tests/test_local.pyo
-${PYSITELIB}/trio/_core/tests/test_mock_clock.py
-${PYSITELIB}/trio/_core/tests/test_mock_clock.pyc
-${PYSITELIB}/trio/_core/tests/test_mock_clock.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror.py
-${PYSITELIB}/trio/_core/tests/test_multierror.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.pyo
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.pyc
-${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.pyo
-${PYSITELIB}/trio/_core/tests/test_parking_lot.py
-${PYSITELIB}/trio/_core/tests/test_parking_lot.pyc
-${PYSITELIB}/trio/_core/tests/test_parking_lot.pyo
-${PYSITELIB}/trio/_core/tests/test_run.py
-${PYSITELIB}/trio/_core/tests/test_run.pyc
-${PYSITELIB}/trio/_core/tests/test_run.pyo
-${PYSITELIB}/trio/_core/tests/test_thread_cache.py
-${PYSITELIB}/trio/_core/tests/test_thread_cache.pyc
-${PYSITELIB}/trio/_core/tests/test_thread_cache.pyo
-${PYSITELIB}/trio/_core/tests/test_tutil.py
-${PYSITELIB}/trio/_core/tests/test_tutil.pyc
-${PYSITELIB}/trio/_core/tests/test_tutil.pyo
-${PYSITELIB}/trio/_core/tests/test_unbounded_queue.py
-${PYSITELIB}/trio/_core/tests/test_unbounded_queue.pyc
-${PYSITELIB}/trio/_core/tests/test_unbounded_queue.pyo
-${PYSITELIB}/trio/_core/tests/test_util.py
-${PYSITELIB}/trio/_core/tests/test_util.pyc
-${PYSITELIB}/trio/_core/tests/test_util.pyo
-${PYSITELIB}/trio/_core/tests/test_windows.py
-${PYSITELIB}/trio/_core/tests/test_windows.pyc
-${PYSITELIB}/trio/_core/tests/test_windows.pyo
-${PYSITELIB}/trio/_core/tests/tutil.py
-${PYSITELIB}/trio/_core/tests/tutil.pyc
-${PYSITELIB}/trio/_core/tests/tutil.pyo
 ${PYSITELIB}/trio/_deprecate.py
 ${PYSITELIB}/trio/_deprecate.pyc
 ${PYSITELIB}/trio/_deprecate.pyo
@@ -220,6 +214,114 @@ ${PYSITELIB}/trio/_subprocess_platform/w
 ${PYSITELIB}/trio/_sync.py
 ${PYSITELIB}/trio/_sync.pyc
 ${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
+${PYSITELIB}/trio/_tests/pytest_plugin.py
+${PYSITELIB}/trio/_tests/pytest_plugin.pyc
+${PYSITELIB}/trio/_tests/pytest_plugin.pyo
+${PYSITELIB}/trio/_tests/test_abc.py
+${PYSITELIB}/trio/_tests/test_abc.pyc
+${PYSITELIB}/trio/_tests/test_abc.pyo
+${PYSITELIB}/trio/_tests/test_channel.py
+${PYSITELIB}/trio/_tests/test_channel.pyc
+${PYSITELIB}/trio/_tests/test_channel.pyo
+${PYSITELIB}/trio/_tests/test_contextvars.py
+${PYSITELIB}/trio/_tests/test_contextvars.pyc
+${PYSITELIB}/trio/_tests/test_contextvars.pyo
+${PYSITELIB}/trio/_tests/test_deprecate.py
+${PYSITELIB}/trio/_tests/test_deprecate.pyc
+${PYSITELIB}/trio/_tests/test_deprecate.pyo
+${PYSITELIB}/trio/_tests/test_dtls.py
+${PYSITELIB}/trio/_tests/test_dtls.pyc
+${PYSITELIB}/trio/_tests/test_dtls.pyo
+${PYSITELIB}/trio/_tests/test_exports.py
+${PYSITELIB}/trio/_tests/test_exports.pyc
+${PYSITELIB}/trio/_tests/test_exports.pyo
+${PYSITELIB}/trio/_tests/test_fakenet.py
+${PYSITELIB}/trio/_tests/test_fakenet.pyc
+${PYSITELIB}/trio/_tests/test_fakenet.pyo
+${PYSITELIB}/trio/_tests/test_file_io.py
+${PYSITELIB}/trio/_tests/test_file_io.pyc
+${PYSITELIB}/trio/_tests/test_file_io.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_generic.py
+${PYSITELIB}/trio/_tests/test_highlevel_generic.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_generic.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_listeners.py
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_listeners.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_listeners.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_stream.py
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_stream.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_open_tcp_stream.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_open_unix_stream.py
+${PYSITELIB}/trio/_tests/test_highlevel_open_unix_stream.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_open_unix_stream.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_serve_listeners.py
+${PYSITELIB}/trio/_tests/test_highlevel_serve_listeners.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_serve_listeners.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_socket.py
+${PYSITELIB}/trio/_tests/test_highlevel_socket.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_socket.pyo
+${PYSITELIB}/trio/_tests/test_highlevel_ssl_helpers.py
+${PYSITELIB}/trio/_tests/test_highlevel_ssl_helpers.pyc
+${PYSITELIB}/trio/_tests/test_highlevel_ssl_helpers.pyo
+${PYSITELIB}/trio/_tests/test_path.py
+${PYSITELIB}/trio/_tests/test_path.pyc
+${PYSITELIB}/trio/_tests/test_path.pyo
+${PYSITELIB}/trio/_tests/test_scheduler_determinism.py
+${PYSITELIB}/trio/_tests/test_scheduler_determinism.pyc
+${PYSITELIB}/trio/_tests/test_scheduler_determinism.pyo
+${PYSITELIB}/trio/_tests/test_signals.py
+${PYSITELIB}/trio/_tests/test_signals.pyc
+${PYSITELIB}/trio/_tests/test_signals.pyo
+${PYSITELIB}/trio/_tests/test_socket.py
+${PYSITELIB}/trio/_tests/test_socket.pyc
+${PYSITELIB}/trio/_tests/test_socket.pyo
+${PYSITELIB}/trio/_tests/test_ssl.py
+${PYSITELIB}/trio/_tests/test_ssl.pyc
+${PYSITELIB}/trio/_tests/test_ssl.pyo
+${PYSITELIB}/trio/_tests/test_subprocess.py
+${PYSITELIB}/trio/_tests/test_subprocess.pyc
+${PYSITELIB}/trio/_tests/test_subprocess.pyo
+${PYSITELIB}/trio/_tests/test_sync.py
+${PYSITELIB}/trio/_tests/test_sync.pyc
+${PYSITELIB}/trio/_tests/test_sync.pyo
+${PYSITELIB}/trio/_tests/test_testing.py
+${PYSITELIB}/trio/_tests/test_testing.pyc
+${PYSITELIB}/trio/_tests/test_testing.pyo
+${PYSITELIB}/trio/_tests/test_threads.py
+${PYSITELIB}/trio/_tests/test_threads.pyc
+${PYSITELIB}/trio/_tests/test_threads.pyo
+${PYSITELIB}/trio/_tests/test_timeouts.py
+${PYSITELIB}/trio/_tests/test_timeouts.pyc
+${PYSITELIB}/trio/_tests/test_timeouts.pyo
+${PYSITELIB}/trio/_tests/test_tracing.py
+${PYSITELIB}/trio/_tests/test_tracing.pyc
+${PYSITELIB}/trio/_tests/test_tracing.pyo
+${PYSITELIB}/trio/_tests/test_unix_pipes.py
+${PYSITELIB}/trio/_tests/test_unix_pipes.pyc
+${PYSITELIB}/trio/_tests/test_unix_pipes.pyo
+${PYSITELIB}/trio/_tests/test_util.py
+${PYSITELIB}/trio/_tests/test_util.pyc
+${PYSITELIB}/trio/_tests/test_util.pyo
+${PYSITELIB}/trio/_tests/test_wait_for_object.py
+${PYSITELIB}/trio/_tests/test_wait_for_object.pyc
+${PYSITELIB}/trio/_tests/test_wait_for_object.pyo
+${PYSITELIB}/trio/_tests/test_windows_pipes.py
+${PYSITELIB}/trio/_tests/test_windows_pipes.pyc
+${PYSITELIB}/trio/_tests/test_windows_pipes.pyo
+${PYSITELIB}/trio/_tests/tools/__init__.py
+${PYSITELIB}/trio/_tests/tools/__init__.pyc
+${PYSITELIB}/trio/_tests/tools/__init__.pyo
+${PYSITELIB}/trio/_tests/tools/test_gen_exports.py
+${PYSITELIB}/trio/_tests/tools/test_gen_exports.pyc
+${PYSITELIB}/trio/_tests/tools/test_gen_exports.pyo
 ${PYSITELIB}/trio/_threads.py
 ${PYSITELIB}/trio/_threads.pyc
 ${PYSITELIB}/trio/_threads.pyo
@@ -283,108 +385,9 @@ ${PYSITELIB}/trio/testing/_sequencer.pyo
 ${PYSITELIB}/trio/testing/_trio_test.py
 ${PYSITELIB}/trio/testing/_trio_test.pyc
 ${PYSITELIB}/trio/testing/_trio_test.pyo
-${PYSITELIB}/trio/tests/__init__.py
-${PYSITELIB}/trio/tests/__init__.pyc
-${PYSITELIB}/trio/tests/__init__.pyo
-${PYSITELIB}/trio/tests/conftest.py
-${PYSITELIB}/trio/tests/conftest.pyc
-${PYSITELIB}/trio/tests/conftest.pyo
-${PYSITELIB}/trio/tests/module_with_deprecations.py
-${PYSITELIB}/trio/tests/module_with_deprecations.pyc
-${PYSITELIB}/trio/tests/module_with_deprecations.pyo
-${PYSITELIB}/trio/tests/test_abc.py
-${PYSITELIB}/trio/tests/test_abc.pyc
-${PYSITELIB}/trio/tests/test_abc.pyo
-${PYSITELIB}/trio/tests/test_channel.py
-${PYSITELIB}/trio/tests/test_channel.pyc
-${PYSITELIB}/trio/tests/test_channel.pyo
-${PYSITELIB}/trio/tests/test_contextvars.py
-${PYSITELIB}/trio/tests/test_contextvars.pyc
-${PYSITELIB}/trio/tests/test_contextvars.pyo
-${PYSITELIB}/trio/tests/test_deprecate.py
-${PYSITELIB}/trio/tests/test_deprecate.pyc
-${PYSITELIB}/trio/tests/test_deprecate.pyo
-${PYSITELIB}/trio/tests/test_dtls.py
-${PYSITELIB}/trio/tests/test_dtls.pyc
-${PYSITELIB}/trio/tests/test_dtls.pyo
-${PYSITELIB}/trio/tests/test_exports.py
-${PYSITELIB}/trio/tests/test_exports.pyc
-${PYSITELIB}/trio/tests/test_exports.pyo
-${PYSITELIB}/trio/tests/test_fakenet.py
-${PYSITELIB}/trio/tests/test_fakenet.pyc
-${PYSITELIB}/trio/tests/test_fakenet.pyo
-${PYSITELIB}/trio/tests/test_file_io.py
-${PYSITELIB}/trio/tests/test_file_io.pyc
-${PYSITELIB}/trio/tests/test_file_io.pyo
-${PYSITELIB}/trio/tests/test_highlevel_generic.py
-${PYSITELIB}/trio/tests/test_highlevel_generic.pyc
-${PYSITELIB}/trio/tests/test_highlevel_generic.pyo
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.py
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.pyc
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.pyo
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.py
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.pyc
-${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.pyo
-${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.py
-${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.pyc
-${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.pyo
-${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.py
-${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.pyc
-${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.pyo
-${PYSITELIB}/trio/tests/test_highlevel_socket.py
-${PYSITELIB}/trio/tests/test_highlevel_socket.pyc
-${PYSITELIB}/trio/tests/test_highlevel_socket.pyo
-${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.py
-${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.pyc
-${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.pyo
-${PYSITELIB}/trio/tests/test_path.py
-${PYSITELIB}/trio/tests/test_path.pyc
-${PYSITELIB}/trio/tests/test_path.pyo
-${PYSITELIB}/trio/tests/test_scheduler_determinism.py
-${PYSITELIB}/trio/tests/test_scheduler_determinism.pyc
-${PYSITELIB}/trio/tests/test_scheduler_determinism.pyo
-${PYSITELIB}/trio/tests/test_signals.py
-${PYSITELIB}/trio/tests/test_signals.pyc
-${PYSITELIB}/trio/tests/test_signals.pyo
-${PYSITELIB}/trio/tests/test_socket.py
-${PYSITELIB}/trio/tests/test_socket.pyc
-${PYSITELIB}/trio/tests/test_socket.pyo
-${PYSITELIB}/trio/tests/test_ssl.py
-${PYSITELIB}/trio/tests/test_ssl.pyc
-${PYSITELIB}/trio/tests/test_ssl.pyo
-${PYSITELIB}/trio/tests/test_subprocess.py
-${PYSITELIB}/trio/tests/test_subprocess.pyc
-${PYSITELIB}/trio/tests/test_subprocess.pyo
-${PYSITELIB}/trio/tests/test_sync.py
-${PYSITELIB}/trio/tests/test_sync.pyc
-${PYSITELIB}/trio/tests/test_sync.pyo
-${PYSITELIB}/trio/tests/test_testing.py
-${PYSITELIB}/trio/tests/test_testing.pyc
-${PYSITELIB}/trio/tests/test_testing.pyo
-${PYSITELIB}/trio/tests/test_threads.py
-${PYSITELIB}/trio/tests/test_threads.pyc
-${PYSITELIB}/trio/tests/test_threads.pyo
-${PYSITELIB}/trio/tests/test_timeouts.py
-${PYSITELIB}/trio/tests/test_timeouts.pyc
-${PYSITELIB}/trio/tests/test_timeouts.pyo
-${PYSITELIB}/trio/tests/test_unix_pipes.py
-${PYSITELIB}/trio/tests/test_unix_pipes.pyc
-${PYSITELIB}/trio/tests/test_unix_pipes.pyo
-${PYSITELIB}/trio/tests/test_util.py
-${PYSITELIB}/trio/tests/test_util.pyc
-${PYSITELIB}/trio/tests/test_util.pyo
-${PYSITELIB}/trio/tests/test_wait_for_object.py
-${PYSITELIB}/trio/tests/test_wait_for_object.pyc
-${PYSITELIB}/trio/tests/test_wait_for_object.pyo
-${PYSITELIB}/trio/tests/test_windows_pipes.py
-${PYSITELIB}/trio/tests/test_windows_pipes.pyc
-${PYSITELIB}/trio/tests/test_windows_pipes.pyo
-${PYSITELIB}/trio/tests/tools/__init__.py
-${PYSITELIB}/trio/tests/tools/__init__.pyc
-${PYSITELIB}/trio/tests/tools/__init__.pyo
-${PYSITELIB}/trio/tests/tools/test_gen_exports.py
-${PYSITELIB}/trio/tests/tools/test_gen_exports.pyc
-${PYSITELIB}/trio/tests/tools/test_gen_exports.pyo
+${PYSITELIB}/trio/tests.py
+${PYSITELIB}/trio/tests.pyc
+${PYSITELIB}/trio/tests.pyo
 ${PYSITELIB}/trio/to_thread.py
 ${PYSITELIB}/trio/to_thread.pyc
 ${PYSITELIB}/trio/to_thread.pyo

Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.4 pkgsrc/devel/py-trio/distinfo:1.5
--- pkgsrc/devel/py-trio/distinfo:1.4   Tue Nov 15 09:49:38 2022
+++ pkgsrc/devel/py-trio/distinfo       Wed Jul  5 22:29:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/11/15 09:49:38 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/07/05 22:29:29 wiz Exp $
 
-BLAKE2s (trio-0.22.0.tar.gz) = 0aef473b7cd2cf1fddd353e0a48f9638f5edc2a1dd5e6dd3440d40755a524f81
-SHA512 (trio-0.22.0.tar.gz) = c0952aeeeb4a635fc1e34052060cfb59fa2339687fe3bfe131eec9c72ca6da1b206eebd36d8a91c5df8a6951e075c5781e55565f4a9a18944b02727a57d9c222
-Size (trio-0.22.0.tar.gz) = 472205 bytes
+BLAKE2s (trio-0.22.1.tar.gz) = 069cdb7404628d5116d760cc631ce0ee61c18acd7c6636a5fe93c81b022c6f4e
+SHA512 (trio-0.22.1.tar.gz) = 71b7482edda5b8739c23281dd72a2e7153692a2929c406ce2f9bec706774eae0574205ae62c3fdcd84ba1158aa72dab0c47e27e797b68f77f30636175da66456
+Size (trio-0.22.1.tar.gz) = 487262 bytes



Home | Main Index | Thread Index | Old Index