Async http client/server framework
https://aiohttp.readthedocs.io/
Asyncronic HTTP client/server framework for Python.
- Supports both client and server side of HTTP protocol.
- Supports both client and server Web-Sockets out-of-the-box.
- Web-server has middlewares and pluggable routing.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
16
derived packages
- Links to openSUSE:Factory / python-aiohttp
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-aiohttp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
aiohttp-3.9.3.tar.gz | 0007499669 7.15 MB | |
python-aiohttp.changes | 0000052730 51.5 KB | |
python-aiohttp.spec | 0000005548 5.42 KB | |
remove-re-assert.patch | 0000006143 6 KB |
Revision 116 (latest revision is 137)
Dirk Mueller (dirkmueller)
accepted
request 1142747
from
John Paul Adrian Glaubitz (glaubitz)
(revision 116)
- Update to version 3.9.3 * Fixed backwards compatibility breakage (in 3.9.2) of ``ssl`` parameter when set outside of ``ClientSession`` (e.g. directly in ``TCPConnector``) * Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures. - from version 3.9.2 (bsc#1219341, CVE-2024-23334, bsc#1219342, CVE-2024-23829) * Fixed server-side websocket connection leak. * Fixed ``web.FileResponse`` doing blocking I/O in the event loop. * Fixed double compress when compression enabled and compressed file exists in server file responses. * Added runtime type check for ``ClientSession`` ``timeout`` parameter. * Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon. * Improved validation of paths for static resources requests to the server. * Added support for passing :py:data:`True` to ``ssl`` parameter in ``ClientSession`` while deprecating :py:data:`None`. * Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon. * Fixed examples of ``fallback_charset_resolver`` function in the :doc:`client_advanced` document. * The Sphinx setup was updated to avoid showing the empty changelog draft section in the tagged release documentation builds on Read The Docs. * The changelog categorization was made clearer. The contributors can now mark their fragment files more accurately. * Updated :ref:`contributing/Tests coverage <aiohttp-contributing>` section to show how we use ``codecov``. * Replaced all ``tmpdir`` fixtures with ``tmp_path`` in test suite. - Refresh patches for new version * remove-re-assert.patch
Comments 0