Path to this page:
Subject: CVS commit: pkgsrc/www/py-aiohttp
From: Adam Ciarcinski
Date: 2025-02-25 14:06:50
Message id: 20250225130650.2FDB9FBE1@cvs.NetBSD.org
Log Message:
py-aiohttp: updated to 3.11.13
3.11.13 (2025-02-24)
Bug fixes
- Removed a break statement inside the finally block in \
:py:class:`~aiohttp.web.RequestHandler`
- Changed connection creation to explicitly close sockets if an exception is \
raised in the event loop's ``create_connection`` method -- by :user:`top-oai`.
Packaging updates and notes for downstreams
- Fixed test \
``test_write_large_payload_deflate_compression_data_in_eof_writelines`` failing \
with Python 3.12.9+ or 3.13.2+ -- by :user:`bdraco`.
Miscellaneous internal changes
- Added human-readable error messages to the exceptions for WebSocket \
disconnects due to PONG not being received -- by :user:`bdraco`.
Previously, the error messages were empty strings, which made it hard to \
determine what went wrong.
Files: