forked from pool/python-python-socks
- 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:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 1 20:31:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
@@ -17,7 +31,7 @@ Wed Feb 22 07:28:56 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 6 22:53:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user