|
| 1 | +--- |
| 2 | +title: aiohttp |
| 3 | +layout: default |
| 4 | +parent: Supported Packages |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. --> |
| 8 | + |
| 9 | +# aiohttp |
| 10 | + |
| 11 | +{: .warning } |
| 12 | +> This package is deprecated. PyPI now publishes newer versions of |
| 13 | +> this package for riscv64, and we will no longer maintain this |
| 14 | +> package. Please use the version from [PyPI](https://pypi.org/project/aiohttp/) instead. |
| 15 | +> |
| 16 | +> If you need a specific version between the latest available here |
| 17 | +> and the first available on PyPI, please open an |
| 18 | +> [Issue](https://gitlab.com/riseproject/python/wheel_builder/-/issues). |
| 19 | +
|
| 20 | +- **Source Code:** [https://github.com/aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) |
| 21 | +- **Supported versions:** |
| 22 | + |
| 23 | +<details open> |
| 24 | +<summary><strong>3.12.14 (latest)</strong></summary> |
| 25 | + |
| 26 | +```bash |
| 27 | +pip install aiohttp --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple |
| 28 | +``` |
| 29 | + |
| 30 | +- **License:** Apache-2.0 |
| 31 | +- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/42690263](https://gitlab.com/riseproject/python/wheel_builder/-/packages/42690263) |
| 32 | +- **Patch applied for this version:** [https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.12.14](https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.12.14) |
| 33 | +</details> |
| 34 | + |
| 35 | +<details> |
| 36 | +<summary><strong>3.11.18</strong></summary> |
| 37 | + |
| 38 | +```bash |
| 39 | +pip install aiohttp==3.11.18 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple |
| 40 | +``` |
| 41 | + |
| 42 | +- **License:** Apache-2.0 |
| 43 | +- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/40999682](https://gitlab.com/riseproject/python/wheel_builder/-/packages/40999682) |
| 44 | +- **Patch applied for this version:** [https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.11.18](https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.11.18) |
| 45 | +</details> |
| 46 | + |
| 47 | + |
| 48 | +{: .warning } |
| 49 | +> We disable the tests in tests/autobahn/test_autobahn as they depend on |
| 50 | +> docker_on_whales and we don't want to be testing docker builds as part of |
| 51 | +> the pipeline. |
| 52 | +> |
| 53 | +> We also disable a flaky uvloop test, and tests that contain the following |
| 54 | +> patterns, involving consistent failures related to networking or permissions: |
| 55 | +> |
| 56 | +> - test_no_warnings |
| 57 | +> - test_static_directory_without_read_permission |
| 58 | +> - test_static_file_without_read_permission |
| 59 | +> - test_uvloop_secure_https_proxy |
0 commit comments