| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 2.7.1: * Close socket on loop.sock_connect(...) error by @aaugustin
- update to 2.5.3: * Fix socks5 reply reading
- update to 2.5.2: * Use builtin async-timeout for Python>=3.11
- update to 2.5.1: * Fix socks5 reply reading
- Use tarball from GitHub (gh#romis2012/python-socks#30) to make running the test suite possible. - Fix dependencies (bsc#1223181).
- update to 2.4.4: * Handle IndexError when loading socks5 reply * Fix connection logic (api v2) * Change empty reply error message (socks5) * ConnectReply.loads: fix IndexError in case no data * Redesign code base * Remove obsolete protocol implementation * Add Sans I/O based http proxy protocol implementation * Add Sans I/O socks4 implementation * Add simple Sans I/O based socks5 implementation
- Clean up SPEC file.
- Add %{?sle15_python_module_pythons}
- Update to 2.1.1 - No changelog from upstream.
- Update to 2.0.3: * Fix anyio exception handling