Tue, 21 May 2024 12:48:57 UTC | login

Information for build python-socks-1.2.4-1.fc33

ID195838
Package Namepython-socks
Version1.2.4
Release1.fc33
Epoch
SummaryCore proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
DescriptionThe python-socks package provides a core proxy client functionality for Python. Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async (asyncio, trio, curio) APIs. It is used internally by aiohttp-socks and httpx-socks packages.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Oct 2021 11:12:33 UTC
CompletedThu, 07 Oct 2021 11:12:33 UTC
Tags
f33
f37
f38
RPMs
src
python-socks-1.2.4-1.fc33.src.rpm (info) (download)
noarch
python3-socks-1.2.4-1.fc33.noarch.rpm (info) (download)
python3-socks+asyncio-1.2.4-1.fc33.noarch.rpm (info) (download)
python3-socks+curio-1.2.4-1.fc33.noarch.rpm (info) (download)
python3-socks+trio-1.2.4-1.fc33.noarch.rpm (info) (download)
Changelog * Tue May 11 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.2.4-1 - Use py3_dist marcos everywhere - Remove unneeded egg info removal command * Mon May 10 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.2.4-1 - use single line extras macro invocation * Mon May 10 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.2.4-1 - do not use modname as a variable * Mon May 10 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.2.4-1 - Use github tar - Enable all tests and remove conditional - Provide meta packages for extras - Remove unneeded comments - Remove weak deps: included by the automatic dep generator in extra sub-packages * Mon May 10 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.2.4-1 - Initial package