python-aiohttp: Update to v3.11.18

**Summary**

- Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions
- Fixed reading fragmented WebSocket messages when the payload was masked
This commit is contained in:
Muhammad Alfi Syahrin 2025-04-22 17:15:33 +07:00
parent ff07d06a03
commit eed26dafe0
No known key found for this signature in database
2 changed files with 12 additions and 12 deletions

View file

@ -1,8 +1,8 @@
name : python-aiohttp
version : 3.11.17
release : 12
version : 3.11.18
release : 13
source :
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.11.17.tar.gz : 2bf3ff374c3abd7a5c6c8de3ad7ed91e0e89a8b53353314c93766c3add5a208a
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.11.18.tar.gz : ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a
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.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-3.11.18-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.18-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.18-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.18-py3.11.egg-info/not-zip-safe</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.18-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/aiohttp-3.11.18-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="12">
<Date>2025-04-20</Date>
<Version>3.11.17</Version>
<Update release="13">
<Date>2025-04-22</Date>
<Version>3.11.18</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>