Path to this page:
./
www/py-websocket-client,
WebSocket client module
Branch: CURRENT,
Version: 1.8.0,
Package name: py311-websocket-client-1.8.0,
Maintainer: pkgsrc-userswebsocket-client module is WebSocket client for python
This provide the low level APIs for WebSocket.
All APIs are the synchronous functions.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 53.367 KB
Version history: (Expand)
- (2024-04-26) Updated to version: py311-websocket-client-1.8.0
- (2023-12-07) Updated to version: py311-websocket-client-1.7.0
- (2023-10-21) Updated to version: py311-websocket-client-1.6.4
- (2023-09-16) Updated to version: py311-websocket-client-1.6.3
- (2023-08-22) Updated to version: py311-websocket-client-1.6.2
- (2023-07-25) Updated to version: py310-websocket-client-1.6.1
CVS history: (Expand)
2024-04-26 18:56:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.8.0
1.8.0
- Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity
- Improve handling of SSLEOFError and use reconnect bool
- Minor linting and docs CI build upgrades
|
2023-12-07 19:20:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-websocket-client: updated to 1.7.0
1.7.0
- Renamed `mask` variable in ABNF to prevent name collision with `mask()` function
- Fixed old http import of HTTPStatus in _handshake.py
- Add `send_text()` and `send_bytes()` to _app.py
- Improved typehint support
- General readability improvements, made all string concatenations use f-strings
- Applied black formatting style to code
|
2023-10-21 16:34:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.6.4
1.6.4
- Add support for HTTP 307 and 308 redirect codes
|
2023-09-16 09:54:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.6.3
1.6.3
- Fix type hints issues
- Add support for Python beta release 3.12 in CI
- Add maintainer email in setup.py
|
2023-08-22 22:37:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.6.2
1.6.2
- Add support for SSLKEYLOGFILE environment variable
- Add support for callable header arguments
- Change handling of proxy environment variables, is_secure set to true now \
prevents http_proxy from getting used
|
2023-07-25 10:11:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.6.1
1.6.1
- Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel
1.6.0
- Fix teardown issue when ping thread is not properly ended
- Fix double ping wait time on first ping
- Minor typehints improvements
|
2023-06-12 13:09:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.5.3
1.5.3
- Add logic to avoid error in the case where content-length header does not \
exist, bug introduced in 1.5.2
- Fix wsdump.py script typing, bug introduced in 1.5.2
|
2023-05-26 06:35:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-websocket-client: updated to 1.5.2
1.5.2
- Add typehints
- Fix pytype errors
- Fix args passed to logging function
- Standardize PEP 3101 formatting (c6a445f)
- Add more verbose exception for unsuccessful handshake
|