forked from pool/python-websocket-client
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0e00171091 | |||
| 637faaf398 | |||
| 908e0a72d3 | |||
| 24cd815a37 |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 11:38:25 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Adjust License tag on spec file after transition to Apache-2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 13:52:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.9.0
|
||||
* Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
|
||||
* Remove localhost and 127.0.0.1 from default NO_PROXY list (#994)
|
||||
* Support IPv6 CIDRs in the no_proxy option (#1033)
|
||||
* Fix thread safety condition in `teardown()` to improve `run_forever()` (#1015)
|
||||
* Fix #1024 by chunking data, recursion in on_error callback, thread leak
|
||||
in `_stop_ping_thread()`, avoid implicit None in `recv()` (#1036)
|
||||
* Avoid bare except clauses for better error handling (#1036)
|
||||
* Fix async (#983)
|
||||
* Resolve mypy type errors (#996, #1006, 813d570)
|
||||
* Test coverage improvements (#1035, #1036)
|
||||
* flake8 linting improvements (#1034)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 03:35:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-websocket-client
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-websocket-client
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: WebSocket client implementation
|
||||
License: LGPL-2.1-only
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/liris/websocket-client/releases
|
||||
Source0: https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx >= 6.0}
|
||||
|
||||
BIN
websocket_client-1.8.0.tar.gz
LFS
BIN
websocket_client-1.8.0.tar.gz
LFS
Binary file not shown.
3
websocket_client-1.9.0.tar.gz
Normal file
3
websocket_client-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98
|
||||
size 70576
|
||||
Reference in New Issue
Block a user