15
0

Accepting request 1298128 from home:glaubitz:branches:devel:languages:python

- Update to 3.12.15
  * Fixed :class:`~aiohttp.DigestAuthMiddleware` to preserve the algorithm case
    from the server's challenge in the authorization response. This improves
    compatibility with servers that perform case-sensitive algorithm matching
    (e.g., servers expecting ``algorithm=MD5-sess`` instead of ``algorithm=MD5-SESS``)
  * Remove outdated contents of ``aiohttp-devtools`` and ``aiohttp-swagger``
    from Web_advanced docs.
  * Started including the ``llhttp`` :file:`LICENSE` file in wheels by adding
    ``vendor/llhttp/LICENSE`` to ``license-files`` in :file:`setup.cfg`
  * Updated a regex in `test_aiohttp_request_coroutine` for Python 3.14.

OBS-URL: https://build.opensuse.org/request/show/1298128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=156
This commit is contained in:
2025-08-08 10:49:16 +00:00
committed by Git OBS Bridge
parent 1b13e6894b
commit 81006cab58
4 changed files with 18 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%bcond_with docs
%{?sle15_python_module_pythons}
Name: python-aiohttp
Version: 3.12.14
Version: 3.12.15
Release: 0
Summary: Asynchronous HTTP client/server framework
License: Apache-2.0