diff --git a/python-python-socks.changes b/python-python-socks.changes index cd28ccd..521c897 100644 --- a/python-python-socks.changes +++ b/python-python-socks.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 1 20:31:36 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Wed Jul 5 07:43:34 UTC 2023 - Matej Cepl @@ -17,7 +31,7 @@ Wed Feb 22 07:28:56 UTC 2023 - ecsos ------------------------------------------------------------------- Thu Oct 6 22:53:00 UTC 2022 - Yogalakshmi Arunachalam -- Update to 2.0.3: +- Update to 2.0.3: * Fix anyio exception handling ------------------------------------------------------------------- @@ -26,7 +40,7 @@ Sat Jan 15 16:53:04 UTC 2022 - Dirk Müller - update to 2.0.2: * Added anyio backend * Added new (v2) API for sync and trio backends - * The code base has been completely redesigned + * The code base has been completely redesigned * Fixed #14 anyio.BrokenResourceError ------------------------------------------------------------------- diff --git a/python-python-socks.spec b/python-python-socks.spec index 4eceb99..2cc233c 100644 --- a/python-python-socks.spec +++ b/python-python-socks.spec @@ -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 diff --git a/python-socks-2.1.1.tar.gz b/python-socks-2.1.1.tar.gz deleted file mode 100644 index 6c80cd9..0000000 --- a/python-socks-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bb68964c97690d5a3eab6c12a772f415725f295b148cbe1ca8870cb47ebcb96 -size 25118 diff --git a/python-socks-2.4.4.tar.gz b/python-socks-2.4.4.tar.gz new file mode 100644 index 0000000..5f2bc8b --- /dev/null +++ b/python-socks-2.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a8e4f78203612c813946feacd87b98943965a04389fe221fa1e9ab263ad22e +size 25792