diff --git a/python-python-socketio.changes b/python-python-socketio.changes index d55e785..96443a4 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Oct 8 03:04:46 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-python-socketio.spec b/python-python-socketio.spec index 47917a1..3de850a 100644 --- a/python-python-socketio.spec +++ b/python-python-socketio.spec @@ -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 diff --git a/python_socketio-5.13.0.tar.gz b/python_socketio-5.13.0.tar.gz deleted file mode 100644 index ea15490..0000000 --- a/python_socketio-5.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b2e11a8e0ebd74fd355d585a4236afa4309c900b24f26ad79c0c88d2bfc095 -size 195569 diff --git a/python_socketio-5.14.1.tar.gz b/python_socketio-5.14.1.tar.gz new file mode 100644 index 0000000..a78febc --- /dev/null +++ b/python_socketio-5.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0895560aec60eecc1e662ea39940feabf8f4e647828055d3e5ac9435bf2930c0 +size 198494