Subject: CVS commit: pkgsrc/www/py-uvicorn
From: Adam Ciarcinski
Date: 2021-12-11 20:53:15
Message id: 20211211195315.41C4FFAEC@cvs.NetBSD.org

Log Message:
py-uvicorn: updated to 0.16.0

0.16.0

Added

Enable read of uvicorn settings from environment variables
Bump websockets to 10.0.
Ensure non-zero exit code when startup fails
Increase httptools version range from "==0.2.*" to \ 
">=0.2.0,<0.4.0".
Override default asyncio event loop with reload only on Windows
Replace HttpToolsProtocol.pipeline type from list to deque.
Replace WSGIResponder.send_queue type from list to deque.

Fixed

Main process exit after startup failure on reloader classes
Add explicit casting on click options
Allow WebSocket close event to receive reason being None from ASGI app.
Fix a bug in WebSocketProtocol.asgi_receive on which we returned a close frame \ 
even if there were data messages before that frame in the read queue.
The option --reload-dirs was splitting a string into single character directories.
Only second SIGINT is able to forcelly shutdown the server
Allow app-dir parameter on the run() function

Files:
RevisionActionfile
1.22modifypkgsrc/www/py-uvicorn/Makefile
1.22modifypkgsrc/www/py-uvicorn/distinfo