pkgsrc/www/py-websockets/PLIST
adam 792120cbe1 py-websockets: updated to 7.0
7.0:
websockets sends Ping frames at regular intervals and closes the connection if it doesn't receive a matching Pong frame. See :class:~protocol.WebSocketCommonProtocol for details.
Added process_request and select_subprotocol arguments to :func:~server.serve() and :class:~server.WebSocketServerProtocol to customize :meth:~server.WebSocketServerProtocol.process_request and :meth:~server.WebSocketServerProtocol.select_subprotocol without subclassing :class:~server.WebSocketServerProtocol
Added support for sending fragmented messages.
Added the :meth:~protocol.WebSocketCommonProtocol.wait_closed method to protocols.
Added an interactive client: python -m websockets <uri>.
Changed the origins argument to represent the lack of an origin with None rather than ''.
Fixed a data loss bug in :meth:~protocol.WebSocketCommonProtocol.recv: canceling it at the wrong time could result in messages being dropped.
Improved handling of multiple HTTP headers with the same name.
Improved error messages when a required HTTP header is missing.
2018-11-06 14:31:48 +00:00

74 lines
2.9 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2018/11/06 14:31:48 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/websockets/__init__.py
${PYSITELIB}/websockets/__init__.pyc
${PYSITELIB}/websockets/__init__.pyo
${PYSITELIB}/websockets/__main__.py
${PYSITELIB}/websockets/__main__.pyc
${PYSITELIB}/websockets/__main__.pyo
${PYSITELIB}/websockets/client.py
${PYSITELIB}/websockets/client.pyc
${PYSITELIB}/websockets/client.pyo
${PYSITELIB}/websockets/compatibility.py
${PYSITELIB}/websockets/compatibility.pyc
${PYSITELIB}/websockets/compatibility.pyo
${PYSITELIB}/websockets/exceptions.py
${PYSITELIB}/websockets/exceptions.pyc
${PYSITELIB}/websockets/exceptions.pyo
${PYSITELIB}/websockets/extensions/__init__.py
${PYSITELIB}/websockets/extensions/__init__.pyc
${PYSITELIB}/websockets/extensions/__init__.pyo
${PYSITELIB}/websockets/extensions/base.py
${PYSITELIB}/websockets/extensions/base.pyc
${PYSITELIB}/websockets/extensions/base.pyo
${PYSITELIB}/websockets/extensions/permessage_deflate.py
${PYSITELIB}/websockets/extensions/permessage_deflate.pyc
${PYSITELIB}/websockets/extensions/permessage_deflate.pyo
${PYSITELIB}/websockets/framing.py
${PYSITELIB}/websockets/framing.pyc
${PYSITELIB}/websockets/framing.pyo
${PYSITELIB}/websockets/handshake.py
${PYSITELIB}/websockets/handshake.pyc
${PYSITELIB}/websockets/handshake.pyo
${PYSITELIB}/websockets/headers.py
${PYSITELIB}/websockets/headers.pyc
${PYSITELIB}/websockets/headers.pyo
${PYSITELIB}/websockets/http.py
${PYSITELIB}/websockets/http.pyc
${PYSITELIB}/websockets/http.pyo
${PYSITELIB}/websockets/protocol.py
${PYSITELIB}/websockets/protocol.pyc
${PYSITELIB}/websockets/protocol.pyo
${PYSITELIB}/websockets/py35/__init__.py
${PYSITELIB}/websockets/py35/__init__.pyc
${PYSITELIB}/websockets/py35/__init__.pyo
${PYSITELIB}/websockets/py35/client.py
${PLIST.py35}${PYSITELIB}/websockets/py35/client.pyc
${PLIST.py35}${PYSITELIB}/websockets/py35/client.pyo
${PYSITELIB}/websockets/py35/server.py
${PLIST.py35}${PYSITELIB}/websockets/py35/server.pyc
${PLIST.py35}${PYSITELIB}/websockets/py35/server.pyo
${PYSITELIB}/websockets/py36/__init__.py
${PYSITELIB}/websockets/py36/__init__.pyc
${PYSITELIB}/websockets/py36/__init__.pyo
${PYSITELIB}/websockets/py36/protocol.py
${PLIST.py36}${PYSITELIB}/websockets/py36/protocol.pyc
${PLIST.py36}${PYSITELIB}/websockets/py36/protocol.pyo
${PYSITELIB}/websockets/server.py
${PYSITELIB}/websockets/server.pyc
${PYSITELIB}/websockets/server.pyo
${PYSITELIB}/websockets/speedups.c
${PYSITELIB}/websockets/speedups.so
${PYSITELIB}/websockets/uri.py
${PYSITELIB}/websockets/uri.pyc
${PYSITELIB}/websockets/uri.pyo
${PYSITELIB}/websockets/utils.py
${PYSITELIB}/websockets/utils.pyc
${PYSITELIB}/websockets/utils.pyo
${PYSITELIB}/websockets/version.py
${PYSITELIB}/websockets/version.pyc
${PYSITELIB}/websockets/version.pyo