Go to file
Ana Guerrero d8b399318a Accepting request 1129056 from devel:languages:python
- update to 3.9.0:
  * Introduced ``AppKey`` for static typing support of
    ``Application`` storage.
  * Added a graceful shutdown period which allows pending tasks
    to complete before the application's cleanup is called.
  * Added `handler_cancellation`_ parameter to cancel web handler on
    client disconnection.
  * This (optionally) reintroduces a feature removed in a
    previous release.
  * Recommended for those looking for an extra level of
    protection against denial-of-service attacks.
  * Added support for setting response header parameters
    ``max_line_size`` and ``max_field_size``.
  * Added ``auto_decompress`` parameter to
    ``ClientSession.request`` to override
    ``ClientSession._auto_decompress``.
  * Changed ``raise_for_status`` to allow a coroutine.
  * Added client brotli compression support (optional with
    runtime check).
  * Added ``client_max_size`` to ``BaseRequest.clone()`` to allow
    overriding the request body size. -- :user:`anesabml`.
  * Added a middleware type alias
    ``aiohttp.typedefs.Middleware``.
  * Exported ``HTTPMove`` which can be used to catch any
    redirection request that has a location -- :user:`dreamsorcerer`.
  * Changed the ``path`` parameter in ``web.run_app()`` to accept
    a ``pathlib.Path`` object.
  * Performance: Skipped filtering ``CookieJar`` when the jar is
    empty or all cookies have expired.
  * Performance: Only check origin if insecure scheme and there

OBS-URL: https://build.opensuse.org/request/show/1129056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=40
2023-11-27 21:42:42 +00:00
.gitattributes Accepting request 518714 from home:sebix:branches:devel:languages:python 2017-09-01 14:36:11 +00:00
.gitignore Accepting request 518714 from home:sebix:branches:devel:languages:python 2017-09-01 14:36:11 +00:00
aiohttp-3.9.0.tar.gz - update to 3.9.0: 2023-11-26 01:07:55 +00:00
python-aiohttp.changes - update to 3.8.6 (bsc#1217181, CVE-2023-47627): 2023-11-27 08:49:34 +00:00
python-aiohttp.spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=107 2023-11-26 01:16:12 +00:00
remove-re-assert.patch - update to 3.9.0: 2023-11-26 01:07:55 +00:00