pkgsrc/www/py-daphne/PLIST
adam ab84525f92 py-daphne: updated to 3.0.1
3.0.1 (2020-11-12)
* Fixed a bug where ``asyncio.CancelledError`` was not correctly handled on
  Python 3.8+, resulting in incorrect protocol application cleanup.

3.0.0 (2020-10-28)
* Updates internals to use ASGI v3 throughout. ``asgiref.compatibility`` is
  used for older applications.
* Consequently, the `--asgi-protocol` command-line option is removed.
* HTTP request bodies are now read, and passed to the application, in chunks.
* Added support for Python 3.9.
* Dropped support for Python 3.5.
2021-03-01 09:00:09 +00:00

42 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2021/03/01 09:00:09 adam Exp $
bin/daphne-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/daphne/__init__.py
${PYSITELIB}/daphne/__init__.pyc
${PYSITELIB}/daphne/__init__.pyo
${PYSITELIB}/daphne/__main__.py
${PYSITELIB}/daphne/__main__.pyc
${PYSITELIB}/daphne/__main__.pyo
${PYSITELIB}/daphne/access.py
${PYSITELIB}/daphne/access.pyc
${PYSITELIB}/daphne/access.pyo
${PYSITELIB}/daphne/cli.py
${PYSITELIB}/daphne/cli.pyc
${PYSITELIB}/daphne/cli.pyo
${PYSITELIB}/daphne/endpoints.py
${PYSITELIB}/daphne/endpoints.pyc
${PYSITELIB}/daphne/endpoints.pyo
${PYSITELIB}/daphne/http_protocol.py
${PYSITELIB}/daphne/http_protocol.pyc
${PYSITELIB}/daphne/http_protocol.pyo
${PYSITELIB}/daphne/server.py
${PYSITELIB}/daphne/server.pyc
${PYSITELIB}/daphne/server.pyo
${PYSITELIB}/daphne/testing.py
${PYSITELIB}/daphne/testing.pyc
${PYSITELIB}/daphne/testing.pyo
${PYSITELIB}/daphne/utils.py
${PYSITELIB}/daphne/utils.pyc
${PYSITELIB}/daphne/utils.pyo
${PYSITELIB}/daphne/ws_protocol.py
${PYSITELIB}/daphne/ws_protocol.pyc
${PYSITELIB}/daphne/ws_protocol.pyo
${PYSITELIB}/twisted/plugins/fd_endpoint.py
${PYSITELIB}/twisted/plugins/fd_endpoint.pyc
${PYSITELIB}/twisted/plugins/fd_endpoint.pyo