forked from pool/python-python-socketio
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 82f122bb82 | |||
| fa2fe0e180 | |||
| 9034e6f818 | |||
| d54b4561ea |
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 14:20:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.13.0:
|
||||
* Eliminate race conditions on disconnect #1441 (commit)
|
||||
* Preserve exception context in `Client.connect` and
|
||||
`AsyncClient.connect`
|
||||
* Allow custom client subclasses to be used in SimpleClient and
|
||||
AsyncSimpleClient
|
||||
* Add support for Redis Sentinel URLs in `RedisManager` and
|
||||
`AsyncRedisManager`
|
||||
* Remove incorrect reference to an `asyncio` installation extra
|
||||
in documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 18:01:01 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 5.12.1
|
||||
* no changelog provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 06:24:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-socketio
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-socketio
|
||||
Version: 5.11.4
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
Summary: SocketIO server
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a29e1f9249ea347a706caa62e49a3e502ddae6306e090d7d70ca7b1d636ad69
|
||||
size 188779
|
||||
3
python_socketio-5.13.0.tar.gz
Normal file
3
python_socketio-5.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42b2e11a8e0ebd74fd355d585a4236afa4309c900b24f26ad79c0c88d2bfc095
|
||||
size 195569
|
||||
Reference in New Issue
Block a user