diff --git a/aiohttp-3.12.14.tar.gz b/aiohttp-3.12.14.tar.gz deleted file mode 100644 index bbb9520..0000000 --- a/aiohttp-3.12.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2 -size 7822921 diff --git a/aiohttp-3.12.15.tar.gz b/aiohttp-3.12.15.tar.gz new file mode 100644 index 0000000..147f3ab --- /dev/null +++ b/aiohttp-3.12.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2 +size 7823716 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index dcf0885..71a0a2b 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 7 11:36:47 UTC 2025 - John Paul Adrian 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. + ------------------------------------------------------------------- Mon Jul 28 08:16:17 UTC 2025 - Nico Krapp diff --git a/python-aiohttp.spec b/python-aiohttp.spec index f749eaf..adbceb8 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -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