Path to this page:
Subject: CVS commit: pkgsrc/devel/py-uvloop
From: Adam Ciarcinski
Date: 2019-11-06 13:48:47
Message id: 20191106124847.91F31FA93@cvs.NetBSD.org
Log Message:
py-uvloop: updated to 0.14.0
v0.14.0
New Features
Add support for Python 3.8.
Bug Fixes
Multiple fixes in the SSL/TLS layer.
Restore signal.wakeup_fd after the event loop is closed.
Handle large timeouts in loop.call_later().
Fix possible feezing of uvloop on os.fork.
Better handle Unix sockets for datagram transports.
Avoid double connecting to remote_addr for datagram transports.
Build
Bump Cython to 0.29.13.
Bump libuv to v1.33.1.
Files: