forked from pool/python-python-engineio
Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5458106cd9 | |||
| 082e83ad5a | |||
| 46cd6b15d2 | |||
| 62a831069f | |||
| 2ac0c6cc6a | |||
| 85cc57ade5 | |||
| bc689e5eeb | |||
| f09daf0f9b | |||
| cd95790c9c | |||
| fc956b3de8 | |||
| 99811f03fe | |||
| bf30da28e9 | |||
| 50a9854aa0 |
3
python-engineio-4.13.0.tar.gz
Normal file
3
python-engineio-4.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7375254e85cef1e78559f4ed01f7cfba85a30d0a34d3695f0d96e5e9e73de92d
|
||||||
|
size 320799
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164
|
|
||||||
size 88626
|
|
||||||
@@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 28 20:25:12 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.13.0:
|
||||||
|
* Apply escaping rules when parsing cookie values (commit)
|
||||||
|
* Several minor improvements to the aiohttp integration #419
|
||||||
|
* Clarify logging behavior in documentation #421 (commit)
|
||||||
|
* Address deprecation warnings #422 (commit)
|
||||||
|
* Add 3.14 and pypy-3.11 CI builds (commit)
|
||||||
|
* Drop Python 3.8 and 3.9 from CI builds (commit)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 21:58:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.12.3:
|
||||||
|
* Reset client queue upon disconnection #414 (commit)
|
||||||
|
* Support `['*']` in addition to `'*'` in the
|
||||||
|
`cors_allowed_origins` option #410 (commit)
|
||||||
|
* Support new monkey-patched gevent `Queue` class in the client
|
||||||
|
#403 (commit)
|
||||||
|
* Better support of the ASGI spec when interpreting WebSocket
|
||||||
|
events #405 (commit)
|
||||||
|
* Accept empty binary values in the async server #404 (commit)
|
||||||
|
* Add SPDX license identifier #401 (commit)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 10:52:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.12.0
|
||||||
|
* Optimize packet parsing to avoid unnecessary calls to
|
||||||
|
JSON parser (#399)
|
||||||
|
* Pass `environ` as a second argument to callable option
|
||||||
|
`cors_allowed_origins` #398)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 23 17:44:26 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 4,11,2
|
||||||
|
* Fix incorrect disconnection reason reported when browser page is closed (commit)
|
||||||
|
* Remove debugging prints :blush: (commit)
|
||||||
|
* Pass a reason argument to the disconnect handler #393 (commit)
|
||||||
|
* Add maxPayload to connection response #392 (commit) (thanks HeySMMReseller & HeySMMProvider!)
|
||||||
|
* Client option to disable timestamps in connection URLs #386 (commit)
|
||||||
|
* Return disconnected sessions as 400 errors #391 (commit)
|
||||||
|
* Handle unicode errors in ASGI driver #389 (commit)
|
||||||
|
* Replaced deprecated get_event_loop with get_running_loop #384 (commit)
|
||||||
|
* Remove constructs required by older, now unsupported Python versions (commit)
|
||||||
|
* Switched to pyenv-asyncio for async unit tests (commit)
|
||||||
|
* Adopted unittest.mock.AsyncMock in async unit tests instead of homegrown version (commit)
|
||||||
|
* Removed tests dependency on unittest.TestCase base class (commit)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 07:49:41 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency python-simple-websocket
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 18 10:52:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.10.1:
|
||||||
|
* Reject request with incorrect transport #367 (commit)
|
||||||
|
* Reject requests with incorrect transport #367 (commit)
|
||||||
|
* Fixed runtime error when disconnecting all clients #368
|
||||||
|
(commit)
|
||||||
|
* More flexible handling of the ASGI path #359 (commit)
|
||||||
|
* Remove unused parameter in log message #377 (commit)
|
||||||
|
* Minor updates to the server and client documentation (commit)
|
||||||
|
* Add Python 3.13 CI builds (commit)
|
||||||
|
* Run tests with mocked eventlet to avoid 3.13 failures
|
||||||
|
(commit)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 14 00:46:24 UTC 2024 - Guang Yee <gyee@suse.com>
|
Wed Aug 14 00:46:24 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||||
|
|
||||||
@@ -22,7 +93,7 @@ Tue Feb 21 10:05:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 4.3.4
|
- Update to version 4.3.4
|
||||||
* Let companion ASGI app handle lifespan events #287 (commit)
|
* Let companion ASGI app handle lifespan events #287 (commit)
|
||||||
* Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!)
|
* Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!)
|
||||||
|
|
||||||
@@ -44,7 +115,7 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|||||||
- version 4.3.1
|
- version 4.3.1
|
||||||
* Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
|
* Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
|
||||||
* Include example code in flake8 pass (commit)
|
* Include example code in flake8 pass (commit)
|
||||||
* Remove unused version constant #262 (commit 1 commit 2)
|
* Remove unused version constant #262 (commit 1 commit 2)
|
||||||
* Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
|
* Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
|
||||||
* Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
|
* Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
|
||||||
* Option to disable the SIGINT handler in the client (commit)
|
* Option to disable the SIGINT handler in the client (commit)
|
||||||
@@ -53,13 +124,13 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|||||||
* Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
|
* Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
|
||||||
* Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
|
* Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
|
||||||
* Return better error messages for client connection errors #243 (commit)
|
* Return better error messages for client connection errors #243 (commit)
|
||||||
* Reuse the aiohttp client session on reconnects #226 (commit)
|
* Reuse the aiohttp client session on reconnects #226 (commit)
|
||||||
* Support setting socketio_path to the root URL #242 (commit)
|
* Support setting socketio_path to the root URL #242 (commit)
|
||||||
* Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
|
* Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
|
||||||
* Pass reason when closing a WebSocket connection (commit)
|
* Pass reason when closing a WebSocket connection (commit)
|
||||||
* Improved project structure (commit)
|
* Improved project structure (commit)
|
||||||
* Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)
|
* Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 25 17:35:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Tue May 25 17:35:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-engineio
|
# spec file for package python-python-engineio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-engineio
|
Name: python-python-engineio
|
||||||
Version: 4.8.0
|
Version: 4.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: EngineIO server
|
Summary: EngineIO server
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,6 +30,7 @@ BuildRequires: %{python_module simple-websocket >= 0.10.0}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-simple-websocket
|
||||||
Recommends: python-eventlet
|
Recommends: python-eventlet
|
||||||
Suggests: python-aiohttp >= 3.4
|
Suggests: python-aiohttp >= 3.4
|
||||||
Suggests: python-requests >= 2.21.0
|
Suggests: python-requests >= 2.21.0
|
||||||
@@ -38,6 +39,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module aiohttp >= 3.4}
|
BuildRequires: %{python_module aiohttp >= 3.4}
|
||||||
BuildRequires: %{python_module eventlet}
|
BuildRequires: %{python_module eventlet}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.21.0}
|
BuildRequires: %{python_module requests >= 2.21.0}
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
@@ -61,7 +63,7 @@ Python implementation of the Engine.IO realtime server.
|
|||||||
%check
|
%check
|
||||||
# FIXME: disable the static files tests because the tests/async/files is missing from
|
# FIXME: disable the static files tests because the tests/async/files is missing from
|
||||||
# the release tarball. Hence those tests will always fail.
|
# the release tarball. Hence those tests will always fail.
|
||||||
%pytest -rs -k 'not test_logger and not test_static_file_routing and not test_static_files'
|
%pytest -rs -k 'not test_logger and not test_static_file_routing and not test_static_files and not testserver'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user