There's a closed pull request on the void-packages repository Update python3-aiohttp_socks to 0.5.5 and add dependencies https://github.com/void-linux/void-packages/pull/28272 Description: #### General - [x ] This ~~is~~ includes ~~a~~ new package**s** and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Overview - Electrum 4 depends on a newer version of `aiohttp_socks` than is currently packaged ([electrum-4.0.9 update here](https://github.com/void-linux/void-packages/pull/28305)). - `aiohttp_socks` >= 0.5.4 depends on `python-socks`, added as new package here. - `python-socks` has optional dependencies on `python-curio` and `python-trio`; however these libraries are needed in order to pass `python-socks` tests, so they are also added as new packages here. - `python-trio` depends on `sniffio` and `outcome` libraries, also added as new packages here. - `python-trio` tests also depend on `pyOpenSSL`, `trustme`, and `astor` which are not available, so its tests are skipped for now. #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x ] I generally don't use the affected packages but briefly tested this PR #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (ARCH-LIBC) - [ ] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [ ] armv7l - [ ] armv6l-musl Dependencies added: python3-socks-1.2.0 python3-curio-1.4 python3-trio-0.18.0 python3-outcome-1.1.0 python3-sniffio-1.2.0