summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.11.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: Upgrade 3.11.11 -> 3.11.12Leon Anavi2025-02-121-0/+22
Upgrade to release 3.11.12: - MultipartForm.decode() now follows RFC1341 7.2.1 with a CRLF after the boundary - Restored the missing total_bytes attribute to EmptyStreamReader - Updated :py:func:~aiohttp.request to make it accept _RequestOptions kwargs - Improved logging of HTTP protocol errors to include the remote address - Added aiohttp-openmetrics to list of third-party libraries - Added missing files to the source distribution to fix Makefile targets - Started building armv7l musllinux wheels Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>