14
0

- Update to 1.8.0:

* Added `on_reconnect` parameter to WebSocketApp to handle callback
    ambiguity
  * Improve handling of SSLEOFError and use reconnect bool
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=61
This commit is contained in:
2024-10-15 03:35:34 +00:00
committed by Git OBS Bridge
parent 46ebb351f2
commit cdd839f19a
4 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 15 03:35:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.0:
* Added `on_reconnect` parameter to WebSocketApp to handle callback
ambiguity
* Improve handling of SSLEOFError and use reconnect bool
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Dec 13 10:36:07 UTC 2023 - Dirk Müller <dmueller@suse.com>