forked from pool/python-aiohttp
Accepting request 1298363 from devel:languages:python
Forwarded request #1298128 from glaubitz - 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/1298363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=59
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2
|
||||
size 7822921
|
||||
3
aiohttp-3.12.15.tar.gz
Normal file
3
aiohttp-3.12.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2
|
||||
size 7823716
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 7 11:36:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 08:16:17 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user