pkgsrc/www/py-aiohttp/PLIST
adam 1b46253785 py-aiohttp: updated to 3.7.3
3.7.3
=====

Features
--------
- Use Brotli instead of brotlipy
- Made exceptions pickleable. Also changed the repr of some exceptions.

Bugfixes
--------
- Raise a ClientResponseError instead of an AssertionError for a blank
  HTTP Reason Phrase.
- Fix ``web_middlewares.normalize_path_middleware`` behavior for patch without slash.
- Fix overshadowing of overlapped sub-applications prefixes.
- Make `BaseConnector.close()` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax.
- Reset the ``sock_read`` timeout each time data is received for a ``aiohttp.client`` response.
- Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View
- Fixed querying the address families from DNS that the current host supports.
- Change return type of MultipartReader.__aiter__() and BodyPartReader.__aiter__() to AsyncIterator.
- Provide x86 Windows wheels.

Improved Documentation
----------------------
- Add documentation for ``aiohttp.web.FileResponse``.
- Removed deprecation warning in tracing example docs
- Fixed wrong "Usage" docstring of ``aiohttp.client.request``.
- Add aiohttp-pydantic to third party libraries
2020-11-19 10:19:50 +00:00

182 lines
6.4 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2020/11/19 10:19:50 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/aiohttp/.hash/_cparser.pxd.hash
${PYSITELIB}/aiohttp/.hash/_find_header.pxd.hash
${PYSITELIB}/aiohttp/.hash/_frozenlist.pyx.hash
${PYSITELIB}/aiohttp/.hash/_helpers.pyi.hash
${PYSITELIB}/aiohttp/.hash/_helpers.pyx.hash
${PYSITELIB}/aiohttp/.hash/_http_parser.pyx.hash
${PYSITELIB}/aiohttp/.hash/_http_writer.pyx.hash
${PYSITELIB}/aiohttp/.hash/_websocket.pyx.hash
${PYSITELIB}/aiohttp/.hash/frozenlist.pyi.hash
${PYSITELIB}/aiohttp/.hash/hdrs.py.hash
${PYSITELIB}/aiohttp/.hash/signals.pyi.hash
${PYSITELIB}/aiohttp/__init__.py
${PYSITELIB}/aiohttp/__init__.pyc
${PYSITELIB}/aiohttp/__init__.pyo
${PYSITELIB}/aiohttp/_cparser.pxd
${PYSITELIB}/aiohttp/_find_header.c
${PYSITELIB}/aiohttp/_find_header.h
${PYSITELIB}/aiohttp/_find_header.pxd
${PYSITELIB}/aiohttp/_frozenlist.c
${PYSITELIB}/aiohttp/_frozenlist.pyx
${PYSITELIB}/aiohttp/_frozenlist.so
${PYSITELIB}/aiohttp/_headers.pxi
${PYSITELIB}/aiohttp/_helpers.c
${PYSITELIB}/aiohttp/_helpers.pyi
${PYSITELIB}/aiohttp/_helpers.pyx
${PYSITELIB}/aiohttp/_helpers.so
${PYSITELIB}/aiohttp/_http_parser.c
${PYSITELIB}/aiohttp/_http_parser.pyx
${PYSITELIB}/aiohttp/_http_parser.so
${PYSITELIB}/aiohttp/_http_writer.c
${PYSITELIB}/aiohttp/_http_writer.pyx
${PYSITELIB}/aiohttp/_http_writer.so
${PYSITELIB}/aiohttp/_websocket.c
${PYSITELIB}/aiohttp/_websocket.pyx
${PYSITELIB}/aiohttp/_websocket.so
${PYSITELIB}/aiohttp/abc.py
${PYSITELIB}/aiohttp/abc.pyc
${PYSITELIB}/aiohttp/abc.pyo
${PYSITELIB}/aiohttp/base_protocol.py
${PYSITELIB}/aiohttp/base_protocol.pyc
${PYSITELIB}/aiohttp/base_protocol.pyo
${PYSITELIB}/aiohttp/client.py
${PYSITELIB}/aiohttp/client.pyc
${PYSITELIB}/aiohttp/client.pyo
${PYSITELIB}/aiohttp/client_exceptions.py
${PYSITELIB}/aiohttp/client_exceptions.pyc
${PYSITELIB}/aiohttp/client_exceptions.pyo
${PYSITELIB}/aiohttp/client_proto.py
${PYSITELIB}/aiohttp/client_proto.pyc
${PYSITELIB}/aiohttp/client_proto.pyo
${PYSITELIB}/aiohttp/client_reqrep.py
${PYSITELIB}/aiohttp/client_reqrep.pyc
${PYSITELIB}/aiohttp/client_reqrep.pyo
${PYSITELIB}/aiohttp/client_ws.py
${PYSITELIB}/aiohttp/client_ws.pyc
${PYSITELIB}/aiohttp/client_ws.pyo
${PYSITELIB}/aiohttp/connector.py
${PYSITELIB}/aiohttp/connector.pyc
${PYSITELIB}/aiohttp/connector.pyo
${PYSITELIB}/aiohttp/cookiejar.py
${PYSITELIB}/aiohttp/cookiejar.pyc
${PYSITELIB}/aiohttp/cookiejar.pyo
${PYSITELIB}/aiohttp/formdata.py
${PYSITELIB}/aiohttp/formdata.pyc
${PYSITELIB}/aiohttp/formdata.pyo
${PYSITELIB}/aiohttp/frozenlist.py
${PYSITELIB}/aiohttp/frozenlist.pyc
${PYSITELIB}/aiohttp/frozenlist.pyi
${PYSITELIB}/aiohttp/frozenlist.pyo
${PYSITELIB}/aiohttp/hdrs.py
${PYSITELIB}/aiohttp/hdrs.pyc
${PYSITELIB}/aiohttp/hdrs.pyo
${PYSITELIB}/aiohttp/helpers.py
${PYSITELIB}/aiohttp/helpers.pyc
${PYSITELIB}/aiohttp/helpers.pyo
${PYSITELIB}/aiohttp/http.py
${PYSITELIB}/aiohttp/http.pyc
${PYSITELIB}/aiohttp/http.pyo
${PYSITELIB}/aiohttp/http_exceptions.py
${PYSITELIB}/aiohttp/http_exceptions.pyc
${PYSITELIB}/aiohttp/http_exceptions.pyo
${PYSITELIB}/aiohttp/http_parser.py
${PYSITELIB}/aiohttp/http_parser.pyc
${PYSITELIB}/aiohttp/http_parser.pyo
${PYSITELIB}/aiohttp/http_websocket.py
${PYSITELIB}/aiohttp/http_websocket.pyc
${PYSITELIB}/aiohttp/http_websocket.pyo
${PYSITELIB}/aiohttp/http_writer.py
${PYSITELIB}/aiohttp/http_writer.pyc
${PYSITELIB}/aiohttp/http_writer.pyo
${PYSITELIB}/aiohttp/locks.py
${PYSITELIB}/aiohttp/locks.pyc
${PYSITELIB}/aiohttp/locks.pyo
${PYSITELIB}/aiohttp/log.py
${PYSITELIB}/aiohttp/log.pyc
${PYSITELIB}/aiohttp/log.pyo
${PYSITELIB}/aiohttp/multipart.py
${PYSITELIB}/aiohttp/multipart.pyc
${PYSITELIB}/aiohttp/multipart.pyo
${PYSITELIB}/aiohttp/payload.py
${PYSITELIB}/aiohttp/payload.pyc
${PYSITELIB}/aiohttp/payload.pyo
${PYSITELIB}/aiohttp/payload_streamer.py
${PYSITELIB}/aiohttp/payload_streamer.pyc
${PYSITELIB}/aiohttp/payload_streamer.pyo
${PYSITELIB}/aiohttp/py.typed
${PYSITELIB}/aiohttp/pytest_plugin.py
${PYSITELIB}/aiohttp/pytest_plugin.pyc
${PYSITELIB}/aiohttp/pytest_plugin.pyo
${PYSITELIB}/aiohttp/resolver.py
${PYSITELIB}/aiohttp/resolver.pyc
${PYSITELIB}/aiohttp/resolver.pyo
${PYSITELIB}/aiohttp/signals.py
${PYSITELIB}/aiohttp/signals.pyc
${PYSITELIB}/aiohttp/signals.pyi
${PYSITELIB}/aiohttp/signals.pyo
${PYSITELIB}/aiohttp/streams.py
${PYSITELIB}/aiohttp/streams.pyc
${PYSITELIB}/aiohttp/streams.pyo
${PYSITELIB}/aiohttp/tcp_helpers.py
${PYSITELIB}/aiohttp/tcp_helpers.pyc
${PYSITELIB}/aiohttp/tcp_helpers.pyo
${PYSITELIB}/aiohttp/test_utils.py
${PYSITELIB}/aiohttp/test_utils.pyc
${PYSITELIB}/aiohttp/test_utils.pyo
${PYSITELIB}/aiohttp/tracing.py
${PYSITELIB}/aiohttp/tracing.pyc
${PYSITELIB}/aiohttp/tracing.pyo
${PYSITELIB}/aiohttp/typedefs.py
${PYSITELIB}/aiohttp/typedefs.pyc
${PYSITELIB}/aiohttp/typedefs.pyo
${PYSITELIB}/aiohttp/web.py
${PYSITELIB}/aiohttp/web.pyc
${PYSITELIB}/aiohttp/web.pyo
${PYSITELIB}/aiohttp/web_app.py
${PYSITELIB}/aiohttp/web_app.pyc
${PYSITELIB}/aiohttp/web_app.pyo
${PYSITELIB}/aiohttp/web_exceptions.py
${PYSITELIB}/aiohttp/web_exceptions.pyc
${PYSITELIB}/aiohttp/web_exceptions.pyo
${PYSITELIB}/aiohttp/web_fileresponse.py
${PYSITELIB}/aiohttp/web_fileresponse.pyc
${PYSITELIB}/aiohttp/web_fileresponse.pyo
${PYSITELIB}/aiohttp/web_log.py
${PYSITELIB}/aiohttp/web_log.pyc
${PYSITELIB}/aiohttp/web_log.pyo
${PYSITELIB}/aiohttp/web_middlewares.py
${PYSITELIB}/aiohttp/web_middlewares.pyc
${PYSITELIB}/aiohttp/web_middlewares.pyo
${PYSITELIB}/aiohttp/web_protocol.py
${PYSITELIB}/aiohttp/web_protocol.pyc
${PYSITELIB}/aiohttp/web_protocol.pyo
${PYSITELIB}/aiohttp/web_request.py
${PYSITELIB}/aiohttp/web_request.pyc
${PYSITELIB}/aiohttp/web_request.pyo
${PYSITELIB}/aiohttp/web_response.py
${PYSITELIB}/aiohttp/web_response.pyc
${PYSITELIB}/aiohttp/web_response.pyo
${PYSITELIB}/aiohttp/web_routedef.py
${PYSITELIB}/aiohttp/web_routedef.pyc
${PYSITELIB}/aiohttp/web_routedef.pyo
${PYSITELIB}/aiohttp/web_runner.py
${PYSITELIB}/aiohttp/web_runner.pyc
${PYSITELIB}/aiohttp/web_runner.pyo
${PYSITELIB}/aiohttp/web_server.py
${PYSITELIB}/aiohttp/web_server.pyc
${PYSITELIB}/aiohttp/web_server.pyo
${PYSITELIB}/aiohttp/web_urldispatcher.py
${PYSITELIB}/aiohttp/web_urldispatcher.pyc
${PYSITELIB}/aiohttp/web_urldispatcher.pyo
${PYSITELIB}/aiohttp/web_ws.py
${PYSITELIB}/aiohttp/web_ws.pyc
${PYSITELIB}/aiohttp/web_ws.pyo
${PYSITELIB}/aiohttp/worker.py
${PYSITELIB}/aiohttp/worker.pyc
${PYSITELIB}/aiohttp/worker.pyo