Subject: CVS commit: pkgsrc/www/py-sanic
From: Adam Ciarcinski
Date: 2020-10-01 08:53:12
Message id: 20201001065312.86D32FB28@cvs.NetBSD.org

Log Message:
py-sanic: updated to 20.9.0

Version 20.9.0

Features
* Pass subprotocols in websockets (both sanic server and ASGI)
* Automatically set test_mode flag on app instance
* Add new unified method for updating app values
* Adds WEBSOCKET_PING_TIMEOUT and WEBSOCKET_PING_INTERVAL configuration values
* httpx version dependency updated, it is slated for removal as a dependency in \ 
v20.12
* Added auto, text, and json fallback error handlers (in v21.3, the default will \ 
change form html to auto)

Bugfixes
* Resolves exception from unread bytes in stream

Deprecations and Removals
* config.from_envar, config.from_pyfile, and config.from_object are deprecated \ 
and set to be removed in v21.3

Developer infrastructure
* Update isort calls to be compatible with new API
* Remove version section from setup.cfg
* Adding --strict-markers for pytest

Improved Documentation
* Add explicit ASGI compliance to the README

Files:
RevisionActionfile
1.15modifypkgsrc/www/py-sanic/Makefile
1.9modifypkgsrc/www/py-sanic/PLIST
1.12modifypkgsrc/www/py-sanic/distinfo
1.7modifypkgsrc/www/py-sanic/patches/patch-setup.py