14
0

- 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
- Update to 2.0.3:
  * The code base has been completely redesigned

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=15
This commit is contained in:
2024-01-01 20:34:16 +00:00
committed by Git OBS Bridge
parent 32864f367b
commit a374ae03d7
4 changed files with 21 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-socks
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-python-socks
Version: 2.1.1
Version: 2.4.4
Release: 0
Summary: Core proxy client functionality for Python
License: Apache-2.0