From 56a7fb6a2d1677adf3183716f6894a5f216adc65c518a514dcab501bf3094ab8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 31 Oct 2025 11:40:31 +0000 Subject: [PATCH] - update to 5.14.3: * Support Python's native `ConnectionRefusedError` exception to reject a connection #1515 (commit) * Push binary data to the aiopika client manager #1514 (commit) * Restore binary message support in message queue setups #1509 (commit) * Fix formatting of client connection error #1507 (commit) * Add 3.14 and pypy-3.11 CI tasks (commit) * Improve documentation of the `BaseManager.get_participants()` method (commit) - Add missing BuildRequires on pytest-asyncio. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=26 --- python-python-socketio.changes | 16 +++++++++++++++- python-python-socketio.spec | 2 +- python_socketio-5.14.1.tar.gz | 3 --- python_socketio-5.14.3.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 python_socketio-5.14.1.tar.gz create mode 100644 python_socketio-5.14.3.tar.gz diff --git a/python-python-socketio.changes b/python-python-socketio.changes index 96443a4..53d74d4 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 31 11:40:10 UTC 2025 - Dirk Müller + +- update to 5.14.3: + * Support Python's native `ConnectionRefusedError` exception to + reject a connection #1515 (commit) + * Push binary data to the aiopika client manager #1514 (commit) + * Restore binary message support in message queue setups #1509 + (commit) + * Fix formatting of client connection error #1507 (commit) + * Add 3.14 and pypy-3.11 CI tasks (commit) + * Improve documentation of the `BaseManager.get_participants()` + method (commit) + ------------------------------------------------------------------- Wed Oct 8 03:04:46 UTC 2025 - Steve Kowalik @@ -22,7 +36,7 @@ Wed Oct 8 03:04:46 UTC 2025 - Steve Kowalik ------------------------------------------------------------------- Tue Aug 12 05:22:00 UTC 2025 - Steve Kowalik -- Add missing BuildRequires on pytest-asyncio. +- Add missing BuildRequires on pytest-asyncio. ------------------------------------------------------------------- Mon Apr 28 14:20:32 UTC 2025 - Dirk Müller diff --git a/python-python-socketio.spec b/python-python-socketio.spec index 3de850a..d895580 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.14.1 +Version: 5.14.3 Release: 0 Summary: SocketIO server License: MIT diff --git a/python_socketio-5.14.1.tar.gz b/python_socketio-5.14.1.tar.gz deleted file mode 100644 index a78febc..0000000 --- a/python_socketio-5.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0895560aec60eecc1e662ea39940feabf8f4e647828055d3e5ac9435bf2930c0 -size 198494 diff --git a/python_socketio-5.14.3.tar.gz b/python_socketio-5.14.3.tar.gz new file mode 100644 index 0000000..8496bf1 --- /dev/null +++ b/python_socketio-5.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec6f0ccf7e065825b4e12d5f8f149c8d784499d3b5c4d7043e74aa70613ab02 +size 199963