Accepting request 1129245 from devel:languages:python
- update to 1.6.4: * Fix #952, add support for HTTP 307 and 308 redirect codes * Fix type hints issues * Add support for Python beta release 3.12 in CI * Add maintainer email in setup.py * 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 * Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel * Fix teardown issue when ping thread is not properly ended * Fix double ping wait time on first ping * Minor type hints improvements (eda6724, 54b3013) * 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 * Add type hints * Fix pytype errors * Fix args passed to logging function * Standardize PEP 3101 formatting (c6a445f) * Add more verbose exception for unsuccessful handshake OBS-URL: https://build.opensuse.org/request/show/1129245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websocket-client?expand=0&rev=24
This commit is contained in:
commit
9c6282b5c2
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 20:30:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.6.4:
|
||||||
|
* Fix #952, add support for HTTP 307 and 308 redirect codes
|
||||||
|
* Fix type hints issues
|
||||||
|
* Add support for Python beta release 3.12 in CI
|
||||||
|
* Add maintainer email in setup.py
|
||||||
|
* 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
|
||||||
|
* Fix Dispatcher keyboard interrupt. Should solve reconnect
|
||||||
|
loop with rel
|
||||||
|
* Fix teardown issue when ping thread is not properly ended
|
||||||
|
* Fix double ping wait time on first ping
|
||||||
|
* Minor type hints improvements (eda6724, 54b3013)
|
||||||
|
* 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
|
||||||
|
* Add type hints
|
||||||
|
* Fix pytype errors
|
||||||
|
* Fix args passed to logging function
|
||||||
|
* Standardize PEP 3101 formatting (c6a445f)
|
||||||
|
* Add more verbose exception for unsuccessful handshake
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 07:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed May 10 07:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-websocket-client
|
Name: python-websocket-client
|
||||||
Version: 1.5.1
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSocket client implementation
|
Summary: WebSocket client implementation
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
BIN
websocket-client-1.5.1.tar.gz
(Stored with Git LFS)
BIN
websocket-client-1.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
websocket-client-1.6.4.tar.gz
Normal file
3
websocket-client-1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df
|
||||||
|
size 51905
|
Loading…
Reference in New Issue
Block a user