17
0

Accepting request 1309719 from devel:languages:python

- Update to 5.14.1:
  * Restore support for rediss:// URLs, and add support for valkeys:// as
    well
  * Add support for Redis connections using unix sockets
  * Replace pickle with json in message queue communications
    (bsc#1251193, CVE-2025-61765)
  * Add support for Valkey in the Redis client managers
  * Keep track of which namespaces failed to connect
  * Fixed transport property of the simple clients to be a string as
    documented
  * SimpleClient.call does not raise TimeoutError on timeout
  * Wait for client to end background tasks on disconnect
  * Better error logging for the Redis managers
  * Channel was not properly initialized in several pubsub client managers
  * Add message queue deployment recommendations for security
  * Add missing async on session examples for the async server
  * Add SPDX license identifier

OBS-URL: https://build.opensuse.org/request/show/1309719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socketio?expand=0&rev=13
This commit is contained in:
2025-10-08 16:14:41 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Oct 8 03:04:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.14.1:
* Restore support for rediss:// URLs, and add support for valkeys:// as
well
* Add support for Redis connections using unix sockets
* Replace pickle with json in message queue communications
(bsc#1251193, CVE-2025-61765)
* Add support for Valkey in the Redis client managers
* Keep track of which namespaces failed to connect
* Fixed transport property of the simple clients to be a string as
documented
* SimpleClient.call does not raise TimeoutError on timeout
* Wait for client to end background tasks on disconnect
* Better error logging for the Redis managers
* Channel was not properly initialized in several pubsub client managers
* Add message queue deployment recommendations for security
* Add missing async on session examples for the async server
* Add SPDX license identifier
-------------------------------------------------------------------
Tue Aug 12 05:22:00 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-python-socketio
Version: 5.13.0
Version: 5.14.1
Release: 0
Summary: SocketIO server
License: MIT
@@ -63,7 +63,10 @@ Python implementation of the Socket.IO realtime server.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -rs -k 'not test_logger' --timeout=60
# Requires python-valkey, not packaged
ignore="--ignore tests/async/test_redis_manager.py "
ignore+="--ignore tests/common/test_redis_manager.py"
%pytest -rs $ignore -k 'not test_logger' --timeout=60
%files %{python_files}
%doc README.md

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42b2e11a8e0ebd74fd355d585a4236afa4309c900b24f26ad79c0c88d2bfc095
size 195569

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0895560aec60eecc1e662ea39940feabf8f4e647828055d3e5ac9435bf2930c0
size 198494