Path to this page:
Subject: CVS commit: pkgsrc/www/py-aiohttp
From: Adam Ciarcinski
Date: 2024-12-06 09:08:53
Message id: 20241206080853.B07C0FC1C@cvs.NetBSD.org
Log Message:
py-aiohttp: updated to 3.11.10
3.11.10 (2024-12-05)
Bug fixes
- Fixed race condition in :class:`aiohttp.web.FileResponse` that could have \
resulted in an incorrect response if the file was replaced on the file system \
during ``prepare``
- Replaced deprecated call to :func:`mimetypes.guess_type` with \
:func:`mimetypes.guess_file_type` when using Python 3.13+
- Disabled zero copy writes in the ``StreamWriter``
Files: