From f1dbe987a7504e3dc8ce78fee1aacead07d85f97f83748e6071d9bfd341740f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:28:34 +0000 Subject: [PATCH] Accepting request 1034940 from home:yarunachalam:branches:devel:languages:python - Update to 10.4 New features * Validated compatibility with Python 3.11. * Added the latency property to protocols. * Changed ping to return the latency of the connection. * Supported overriding or removing the User-Agent header in clients and the Server header in servers. * Added deployment guides for more Platform as a Service providers. OBS-URL: https://build.opensuse.org/request/show/1034940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=36 --- 10.3.tar.gz | 3 --- 10.4.tar.gz | 3 +++ python-websockets.changes | 11 +++++++++++ python-websockets.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 10.3.tar.gz create mode 100644 10.4.tar.gz diff --git a/10.3.tar.gz b/10.3.tar.gz deleted file mode 100644 index aae4694..0000000 --- a/10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f13384865a14e0beff240b8f835b5b6a105b32928854841f167d920b4be8e75e -size 304375 diff --git a/10.4.tar.gz b/10.4.tar.gz new file mode 100644 index 0000000..f4e6f9f --- /dev/null +++ b/10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7f345bd7924544db691de2f21c80b6fed1f303a54bfa650b782016b64e54ae +size 309611 diff --git a/python-websockets.changes b/python-websockets.changes index 640aaf3..d24b132 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Nov 9 19:45:34 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 10.4 + New features + * Validated compatibility with Python 3.11. + * Added the latency property to protocols. + * Changed ping to return the latency of the connection. + * Supported overriding or removing the User-Agent header in clients and the Server header in servers. + * Added deployment guides for more Platform as a Service providers. + ------------------------------------------------------------------- Sat Sep 24 16:17:47 UTC 2022 - Dirk Müller diff --git a/python-websockets.spec b/python-websockets.spec index 58a6ee5..af7ab3b 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-websockets -Version: 10.3 +Version: 10.4 Release: 0 Summary: An implementation of the WebSocket Protocol (RFC 6455) License: BSD-3-Clause