python-aiohttp: Update to v3.11.17

**Summary**

- Optimized web server performance when access logging is disabled by reducing time syscalls
- Improved web server performance when connection can be reused
- Improved performance of the WebSocket reader
- Improved performance of the WebSocket reader with large messages
This commit is contained in:
Muhammad Alfi Syahrin 2025-04-20 21:00:58 +07:00
parent a8b937e4c5
commit dc549312ea
No known key found for this signature in database
3 changed files with 14 additions and 13 deletions

View file

@ -3,6 +3,7 @@ UNKNOWN:PyAsyncGen_Type
UNKNOWN:PyBaseObject_Type
UNKNOWN:PyBuffer_Release
UNKNOWN:PyByteArray_AsString
UNKNOWN:PyByteArray_FromStringAndSize
UNKNOWN:PyByteArray_Resize
UNKNOWN:PyByteArray_Size
UNKNOWN:PyByteArray_Type
@ -93,7 +94,6 @@ UNKNOWN:PyLong_AsUnsignedLong
UNKNOWN:PyLong_FromLong
UNKNOWN:PyLong_FromSize_t
UNKNOWN:PyLong_FromSsize_t
UNKNOWN:PyLong_FromUnsignedLong
UNKNOWN:PyLong_Type
UNKNOWN:PyMem_Free
UNKNOWN:PyMem_Malloc
@ -188,6 +188,7 @@ UNKNOWN:Py_LeaveRecursiveCall
UNKNOWN:Py_OptimizeFlag
UNKNOWN:Py_Version
UNKNOWN:_PyByteArray_empty_string
UNKNOWN:_PyBytes_Join
UNKNOWN:_PyDict_GetItem_KnownHash
UNKNOWN:_PyErr_FormatFromCause
UNKNOWN:_PyGen_SetStopIterationValue

View file

@ -1,8 +1,8 @@
name : python-aiohttp
version : 3.11.16
release : 11
version : 3.11.17
release : 12
source :
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.11.16.tar.gz : 16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.11.17.tar.gz : 2bf3ff374c3abd7a5c6c8de3ad7ed91e0e89a8b53353314c93766c3add5a208a
homepage : https://docs.aiohttp.org/
license : Apache-2.0
component : programming.python

View file

@ -20,12 +20,12 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/not-zip-safe</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.16-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/not-zip-safe</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.17-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp/.hash/_cparser.pxd.hash</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp/.hash/_find_header.pxd.hash</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp/.hash/_http_parser.pyx.hash</Path>
@ -154,9 +154,9 @@
</Files>
</Package>
<History>
<Update release="11">
<Date>2025-04-12</Date>
<Version>3.11.16</Version>
<Update release="12">
<Date>2025-04-20</Date>
<Version>3.11.17</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>