Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/py/python-aiohttp/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ UNKNOWN:PyObject_Vectorcall
UNKNOWN:PyObject_VectorcallDict
UNKNOWN:PyObject_VectorcallMethod
UNKNOWN:PySequence_Contains
UNKNOWN:PySequence_GetSlice
UNKNOWN:PySet_Add
UNKNOWN:PySet_Contains
UNKNOWN:PySet_New
Expand All @@ -171,6 +172,7 @@ UNKNOWN:PyType_Modified
UNKNOWN:PyType_Ready
UNKNOWN:PyType_Type
UNKNOWN:PyUnicode_Concat
UNKNOWN:PyUnicode_Contains
UNKNOWN:PyUnicode_Decode
UNKNOWN:PyUnicode_DecodeASCII
UNKNOWN:PyUnicode_DecodeLatin1
Expand Down
6 changes: 3 additions & 3 deletions packages/py/python-aiohttp/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : python-aiohttp
version : 3.13.3
release : 23
version : 3.13.5
release : 24
source :
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.13.3.tar.gz : a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88
- https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.13.5.tar.gz : 9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209dbb7d1
homepage : https://docs.aiohttp.org/
license : Apache-2.0
component : programming.python
Expand Down
26 changes: 13 additions & 13 deletions packages/py/python-aiohttp/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>python-aiohttp</Name>
<Homepage>https://docs.aiohttp.org/</Homepage>
<Packager>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.python</PartOf>
Expand All @@ -20,12 +20,12 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/licenses/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/licenses/vendor/llhttp/LICENSE</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/licenses/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/licenses/vendor/llhttp/LICENSE</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp-3.13.5.dist-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp/.hash/_cparser.pxd.hash</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp/.hash/_find_header.pxd.hash</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/aiohttp/.hash/_http_parser.pyx.hash</Path>
Expand Down Expand Up @@ -215,12 +215,12 @@
</Files>
</Package>
<History>
<Update release="23">
<Date>2026-01-05</Date>
<Version>3.13.3</Version>
<Update release="24">
<Date>2026-04-10</Date>
<Version>3.13.5</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Update>
</History>
</PISI>
Loading