-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update python-aiohttp to 3.10.10-2
- Loading branch information
1 parent
6c6df99
commit 621c2c4
Showing
139 changed files
with
12,032 additions
and
5,455 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: aiohttp | ||
Version: 3.9.5 | ||
Version: 3.10.10 | ||
Summary: Async http client/server framework (asyncio) | ||
Home-page: https://github.com/aio-libs/aiohttp | ||
Maintainer: aiohttp team <[email protected]> | ||
|
@@ -28,18 +28,20 @@ Classifier: Programming Language :: Python :: 3.9 | |
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: 3.12 | ||
Classifier: Programming Language :: Python :: 3.13 | ||
Classifier: Topic :: Internet :: WWW/HTTP | ||
Requires-Python: >=3.8 | ||
Description-Content-Type: text/x-rst | ||
License-File: LICENSE.txt | ||
Requires-Dist: aiohappyeyeballs>=2.3.0 | ||
Requires-Dist: aiosignal>=1.1.2 | ||
Requires-Dist: attrs>=17.3.0 | ||
Requires-Dist: async-timeout<5.0,>=4.0; python_version < "3.11" | ||
Requires-Dist: attrs>=17.3.0 | ||
Requires-Dist: frozenlist>=1.1.1 | ||
Requires-Dist: multidict<7.0,>=4.5 | ||
Requires-Dist: yarl<2.0,>=1.0 | ||
Requires-Dist: yarl<2.0,>=1.12.0 | ||
Provides-Extra: speedups | ||
Requires-Dist: aiodns; (sys_platform == "linux" or sys_platform == "darwin") and extra == "speedups" | ||
Requires-Dist: aiodns>=3.2.0; (sys_platform == "linux" or sys_platform == "darwin") and extra == "speedups" | ||
Requires-Dist: Brotli; platform_python_implementation == "CPython" and extra == "speedups" | ||
Requires-Dist: brotlicffi; platform_python_implementation != "CPython" and extra == "speedups" | ||
|
||
|
@@ -193,7 +195,7 @@ Communication channels | |
|
||
*aio-libs Discussions*: https://github.com/aio-libs/aiohttp/discussions | ||
|
||
*gitter chat* https://gitter.im/aio-libs/Lobby | ||
*Matrix*: `#aio-libs:matrix.org <https://matrix.to/#/#aio-libs:matrix.org>`_ | ||
|
||
We support `Stack Overflow | ||
<https://stackoverflow.com/questions/tagged/aiohttp>`_. | ||
|
@@ -202,7 +204,6 @@ Please add *aiohttp* tag to your question there. | |
Requirements | ||
============ | ||
|
||
- async-timeout_ | ||
- attrs_ | ||
- multidict_ | ||
- yarl_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: aiohttp | ||
Version: 3.9.5 | ||
Version: 3.10.10 | ||
Summary: Async http client/server framework (asyncio) | ||
Home-page: https://github.com/aio-libs/aiohttp | ||
Maintainer: aiohttp team <[email protected]> | ||
|
@@ -28,18 +28,20 @@ Classifier: Programming Language :: Python :: 3.9 | |
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: 3.12 | ||
Classifier: Programming Language :: Python :: 3.13 | ||
Classifier: Topic :: Internet :: WWW/HTTP | ||
Requires-Python: >=3.8 | ||
Description-Content-Type: text/x-rst | ||
License-File: LICENSE.txt | ||
Requires-Dist: aiohappyeyeballs>=2.3.0 | ||
Requires-Dist: aiosignal>=1.1.2 | ||
Requires-Dist: attrs>=17.3.0 | ||
Requires-Dist: async-timeout<5.0,>=4.0; python_version < "3.11" | ||
Requires-Dist: attrs>=17.3.0 | ||
Requires-Dist: frozenlist>=1.1.1 | ||
Requires-Dist: multidict<7.0,>=4.5 | ||
Requires-Dist: yarl<2.0,>=1.0 | ||
Requires-Dist: yarl<2.0,>=1.12.0 | ||
Provides-Extra: speedups | ||
Requires-Dist: aiodns; (sys_platform == "linux" or sys_platform == "darwin") and extra == "speedups" | ||
Requires-Dist: aiodns>=3.2.0; (sys_platform == "linux" or sys_platform == "darwin") and extra == "speedups" | ||
Requires-Dist: Brotli; platform_python_implementation == "CPython" and extra == "speedups" | ||
Requires-Dist: brotlicffi; platform_python_implementation != "CPython" and extra == "speedups" | ||
|
||
|
@@ -193,7 +195,7 @@ Communication channels | |
|
||
*aio-libs Discussions*: https://github.com/aio-libs/aiohttp/discussions | ||
|
||
*gitter chat* https://gitter.im/aio-libs/Lobby | ||
*Matrix*: `#aio-libs:matrix.org <https://matrix.to/#/#aio-libs:matrix.org>`_ | ||
|
||
We support `Stack Overflow | ||
<https://stackoverflow.com/questions/tagged/aiohttp>`_. | ||
|
@@ -202,7 +204,6 @@ Please add *aiohttp* tag to your question there. | |
Requirements | ||
============ | ||
|
||
- async-timeout_ | ||
- attrs_ | ||
- multidict_ | ||
- yarl_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5de2db35fb795ffe227e2f1007c8ba4f2ad1b9aca28cc48edc80c779203cf6e3 /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyx | ||
19d98f08efd55a40c99b2fc4c8341da7ee5cc143b1a59181014c3f43a3e95423 /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
abaf11ab4e8ca56f90c0bc6b884de120999620a73895515a587537725b077786 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_parser.pyx | ||
e2d962e51a183b6e2723c1cb97b9f11c795bedc7093ae1eb038a7040dd8f4d70 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_parser.pyx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.