Accepting request 1321922 from devel:languages:python
Forwarded request #1321851 from yeey - Update 5.15.0 * Retry initial Redis connection #1534 * Correctly regenerate RabbitMQ binding after a connection failure #1516 * Support ext_type in the MsgPackPacket class #1521 * Support sending bytesarrays when using pub/sub managers * Fix typos in documentation #1520 * Improvements to the logging documentation OBS-URL: https://build.opensuse.org/request/show/1321922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socketio?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 21:26:55 UTC 2025 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- Update 5.15.0
|
||||
* Retry initial Redis connection #1534
|
||||
* Correctly regenerate RabbitMQ binding after a connection failure #1516
|
||||
* Support ext_type in the MsgPackPacket class #1521
|
||||
* Support sending bytesarrays when using pub/sub managers
|
||||
* Fix typos in documentation #1520
|
||||
* Improvements to the logging documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 11:40:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-socketio
|
||||
Version: 5.14.3
|
||||
Version: 5.15.0
|
||||
Release: 0
|
||||
Summary: SocketIO server
|
||||
License: MIT
|
||||
@@ -26,13 +26,13 @@ URL: http://github.com/miguelgrinberg/python-socketio/
|
||||
Source: https://github.com/miguelgrinberg/python-socketio/archive/v%{version}.tar.gz#/python_socketio-%{version}.tar.gz
|
||||
BuildRequires: %{python_module bidict >= 0.21.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module python-engineio >= 4.8.0}
|
||||
BuildRequires: %{python_module python-engineio >= 4.11.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-bidict >= 0.21.0
|
||||
Requires: python-python-engineio >= 4.8.0
|
||||
Requires: python-python-engineio >= 4.11.0
|
||||
Suggests: python-aiohttp >= 3.4
|
||||
Suggests: python-requests >= 2.21.0
|
||||
Suggests: python-websocket-client >= 0.54.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ec6f0ccf7e065825b4e12d5f8f149c8d784499d3b5c4d7043e74aa70613ab02
|
||||
size 199963
|
||||
3
python_socketio-5.15.0.tar.gz
Normal file
3
python_socketio-5.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4090ff56b6a5fafeb4a093a07edb1b928d9e3273214f70e8c97906a050cf70ba
|
||||
size 202576
|
||||
Reference in New Issue
Block a user