CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/11/11 06:50:30
Modified files:
devel/py-uvloop: Makefile distinfo
devel/py-uvloop/patches: patch-setup_py
Removed files:
devel/py-uvloop/patches: patch-Makefile patch-pyproject_toml
patch-setup_cfg
patch-tests_test_process_py
patch-tests_test_tcp_py
patch-uvloop__testbase_py
patch-uvloop_cbhandles_pyx
patch-uvloop_dns_pyx
patch-uvloop_handles_basetransport_pxd
patch-uvloop_handles_basetransport_pyx
patch-uvloop_handles_handle_pyx
patch-uvloop_handles_pipe_pyx
patch-uvloop_handles_poll_pxd
patch-uvloop_handles_poll_pyx
patch-uvloop_handles_stream_pyx
patch-uvloop_handles_udp_pyx
patch-uvloop_includes_fork_handler_h
patch-uvloop_includes_system_h
patch-uvloop_includes_system_pxd
patch-uvloop_includes_uv_pxd
patch-uvloop_loop_pxd
patch-uvloop_loop_pyx
patch-uvloop_sslproto_pxd
patch-uvloop_sslproto_pyx
Log message:
update to py3-uvloop-0.22.1, maintainer timeout
adjust test handling to only skip tests which prevent other tests from
running (hang, segfault) rather than everything where the test fails
for now, restrict to only building on clang archs, for some reason it
adds "" to a cc command line which gcc doesn't like