forked from pool/python-python-socketio
Accepting request 1199123 from home:glaubitz:branches:devel:languages:python
- Update to version 5.11.4 * Prevent crash when client sends empty event * Add missing `to` argument in manager's `emit()` method (#1374) * Reorganization of server documentation (#1350) * Update documentation note about Sanic issues (#1365) - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/request/show/1199123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 06:24:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 5.11.4
|
||||||
|
* Prevent crash when client sends empty event
|
||||||
|
* Add missing `to` argument in manager's `emit()` method (#1374)
|
||||||
|
* Reorganization of server documentation (#1350)
|
||||||
|
* Update documentation note about Sanic issues (#1365)
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 3 04:58:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Sep 3 04:58:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-socketio
|
Name: python-python-socketio
|
||||||
Version: 5.11.3
|
Version: 5.11.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SocketIO server
|
Summary: SocketIO server
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -52,7 +52,7 @@ BuildArch: noarch
|
|||||||
Python implementation of the Socket.IO realtime server.
|
Python implementation of the Socket.IO realtime server.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python_socketio-%{version}
|
%setup -q -n python-socketio-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:194af8cdbb7b0768c2e807ba76c7abc288eb5bb85559b7cddee51a6bc7a65737
|
|
||||||
size 117702
|
|
3
python_socketio-5.11.4.tar.gz
Normal file
3
python_socketio-5.11.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a29e1f9249ea347a706caa62e49a3e502ddae6306e090d7d70ca7b1d636ad69
|
||||||
|
size 188779
|
Reference in New Issue
Block a user