From 5068e25a08e5d60c69661541de5cdd0372988ee6deb6ee4aa60a1ee31a05ffd2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Nov 2025 21:58:32 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=24 --- python-engineio-4.12.0.tar.gz | 3 --- python-engineio-4.12.3.tar.gz | 3 +++ python-python-engineio.changes | 14 ++++++++++++++ python-python-engineio.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 python-engineio-4.12.0.tar.gz create mode 100644 python-engineio-4.12.3.tar.gz diff --git a/python-engineio-4.12.0.tar.gz b/python-engineio-4.12.0.tar.gz deleted file mode 100644 index 81d90c5..0000000 --- a/python-engineio-4.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ccc0d15535ad82ed03aeff022f31d450ab1eaa9d2108ecb1c4647d587514be9 -size 319601 diff --git a/python-engineio-4.12.3.tar.gz b/python-engineio-4.12.3.tar.gz new file mode 100644 index 0000000..aac4a2d --- /dev/null +++ b/python-engineio-4.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba05d9be79cbc03456c7223c208b1e2baeed0d5a7e19a79868ed692fb3bdffd +size 320371 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index b25b2e8..69d9477 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Nov 11 21:58:08 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-python-engineio.spec b/python-python-engineio.spec index e9fdbd3..0b4de02 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-engineio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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-engineio -Version: 4.12.0 +Version: 4.12.3 Release: 0 Summary: EngineIO server License: MIT