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:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-socketio
|
||||
Version: 5.11.3
|
||||
Version: 5.11.4
|
||||
Release: 0
|
||||
Summary: SocketIO server
|
||||
License: MIT
|
||||
@@ -52,7 +52,7 @@ BuildArch: noarch
|
||||
Python implementation of the Socket.IO realtime server.
|
||||
|
||||
%prep
|
||||
%setup -q -n python_socketio-%{version}
|
||||
%setup -q -n python-socketio-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
Reference in New Issue
Block a user