From 51755a0a83ebfb3f3a9e22e5895c9c39ccb5a2afd4b5dddacb507b602905d2a7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:54:37 +0000 Subject: [PATCH] Accepting request 1008618 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to Release 5.7.1 - 2022-07-15 Add namespaces argument to Server and AsyncServer #822 (commit) Add missing await in asyncio server #952 (commit) (thanks sjrodahl!) - Update to Release 5.7.0 - 2022-07-04 Server refuses connections on unknown namespaces #822 (commit) Do not send ACK packet for unknown events #824 (commit) Fix Python 3.11 deprecation warning #941 (commit) (thanks Jérôme Boulmier!) Correct handling of RedisError exception #919 (commit) Update Django example (commit) Documentation fix for async client (commit) Update documentation of asyncio server (commit) Fix documentation typo #948 (commit) (thanks mostlycryptic!) - Update to Release 5.6.0 - 2022-04-24 Catch and log errors in pubsub listening thread #889 (commit) Use new asyncio support in redis package #911 (commit) Add support for aiopiko version 7 and higher #897 (commit) (thanks Dmitriy!) Fixed documentation typo #910 (commit) (thanks Omar Costa Hamido!) Fix aiohttp example's background task #881 (commit) Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic #875 (commit) (thanks dependabot[bot]!) Add application name to Sanic example #892 (commit) (thanks Florian Metzger-Noel!) - Update to Release 5.5.2 - 2022-02-15 Connect with an empty auth object instead of None #861 (commit) Fix indentation in the "Rooms" docs example. #872 (commit) (thanks Ezio Melotti!) Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit) OBS-URL: https://build.opensuse.org/request/show/1008618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=8 --- python-python-socketio.changes | 31 +++++++++++++++++++++++++++++++ python-python-socketio.spec | 2 +- python-socketio-5.5.1.tar.gz | 3 --- python-socketio-5.7.1.tar.gz | 3 +++ 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 python-socketio-5.5.1.tar.gz create mode 100644 python-socketio-5.7.1.tar.gz diff --git a/python-python-socketio.changes b/python-python-socketio.changes index a66624d..7d216a4 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Oct 6 22:50:37 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Release 5.7.1 - 2022-07-15 + Add namespaces argument to Server and AsyncServer #822 (commit) + Add missing await in asyncio server #952 (commit) (thanks sjrodahl!) + +- Update to Release 5.7.0 - 2022-07-04 + Server refuses connections on unknown namespaces #822 (commit) + Do not send ACK packet for unknown events #824 (commit) + Fix Python 3.11 deprecation warning #941 (commit) (thanks Jérôme Boulmier!) + Correct handling of RedisError exception #919 (commit) + Update Django example (commit) + Documentation fix for async client (commit) + Update documentation of asyncio server (commit) + Fix documentation typo #948 (commit) (thanks mostlycryptic!) + +- Update to Release 5.6.0 - 2022-04-24 + Catch and log errors in pubsub listening thread #889 (commit) + Use new asyncio support in redis package #911 (commit) + Add support for aiopiko version 7 and higher #897 (commit) (thanks Dmitriy!) + Fixed documentation typo #910 (commit) (thanks Omar Costa Hamido!) + Fix aiohttp example's background task #881 (commit) + Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic #875 (commit) (thanks dependabot[bot]!) + Add application name to Sanic example #892 (commit) (thanks Florian Metzger-Noel!) + +- Update to Release 5.5.2 - 2022-02-15 + Connect with an empty auth object instead of None #861 (commit) + Fix indentation in the "Rooms" docs example. #872 (commit) (thanks Ezio Melotti!) + Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit) + ------------------------------------------------------------------- Sun Jan 23 08:34:21 UTC 2022 - Axel Braun diff --git a/python-python-socketio.spec b/python-python-socketio.spec index 73f9fe0..a4f5416 100644 --- a/python-python-socketio.spec +++ b/python-python-socketio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-python-socketio -Version: 5.5.1 +Version: 5.7.1 Release: 0 Summary: SocketIO server License: MIT diff --git a/python-socketio-5.5.1.tar.gz b/python-socketio-5.5.1.tar.gz deleted file mode 100644 index 84185a5..0000000 --- a/python-socketio-5.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dbeee56e1c693e00100fa04c0c81b333c697eb88827726bfc33c74df169b7cc -size 141351 diff --git a/python-socketio-5.7.1.tar.gz b/python-socketio-5.7.1.tar.gz new file mode 100644 index 0000000..bb2bdee --- /dev/null +++ b/python-socketio-5.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c305258d7ee73a22c050ee9165f3c55eeb93eab3d48c9803b2e3aac55ebfec17 +size 143161