Async http client/server framework

Edit Package python-aiohttp
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.

Refresh
Refresh
Source Files
Filename Size Changed
aiohttp-3.8.3.tar.gz 0007337480 7 MB
ignore-pytest-deprecationwarning.patch 0000000791 791 Bytes
python-aiohttp.changes 0000039019 38.1 KB
python-aiohttp.spec 0000005362 5.24 KB
Revision 28 (latest revision is 47)
Fabian Vogt's avatar Fabian Vogt (favogt_factory) accepted request 1007998 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- skip more tests 

- update to 3.8.3:
  * Increased the upper boundary of the :doc:`multidict:index` dependency
    to allow for the version 6 -- by :user:`hugovk`.
  * Added support for registering :rfc:`OPTIONS <9110#OPTIONS>`
    HTTP method handlers via :py:class:`~aiohttp.web.RouteTableDef`.
  * Started supporting :rfc:`authority-form <9112#authority-form>` and
    :rfc:`absolute-form <9112#absolute-form>` URLs on the server-side.
  * Fixed Python 3.11 incompatibilities by using Cython 0.29.25.
  * Extended the ``sock`` argument typing declaration of the
    :py:func:`~aiohttp.web.run_app` function as optionally
    accepting iterables.
  * Fixed a regression where :py:exc:`~asyncio.CancelledError`
    occurs on client disconnection.
  * Started exporting :py:class:`~aiohttp.web.PrefixedSubAppResource`
    under :py:mod:`aiohttp.web` -- by :user:`Dreamsorcerer`.
  * Dropped the :class:`object` type possibility from
    the :py:attr:`aiohttp.ClientSession.timeout`
    property return type declaration.
Comments 0
openSUSE Build Service is sponsored by