* Avoid leaking an open socket (trio) by @aaugustin (#44) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=29
87 lines
2.9 KiB
Plaintext
87 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 6 09:08:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.7.2
|
|
* Avoid leaking an open socket (trio) by @aaugustin (#44)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 28 16:42:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.7.1:
|
|
* Close socket on loop.sock_connect(...) error by @aaugustin
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 28 17:01:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.3:
|
|
* Fix socks5 reply reading
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 1 12:44:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.2:
|
|
* Use builtin async-timeout for Python>=3.11
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 31 12:10:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.1:
|
|
* Fix socks5 reply reading
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 22 06:46:07 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Use tarball from GitHub (gh#romis2012/python-socks#30) to make
|
|
running the test suite possible.
|
|
- Fix dependencies (bsc#1223181).
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Clean up SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 4 11:32:43 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 07:28:56 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 2.1.1
|
|
- No changelog from upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 22:53:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 2.0.3:
|
|
* Fix anyio exception handling
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
* Fixed #14 anyio.BrokenResourceError
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 21 06:07:29 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
|
|
|
|
- initial package (1.2.4)
|