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
This commit is contained in:
Markéta Machová 2022-11-11 13:28:34 +00:00 committed by Git OBS Bridge
parent 5b751bd6c5
commit f1dbe987a7
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f13384865a14e0beff240b8f835b5b6a105b32928854841f167d920b4be8e75e
size 304375

BIN
10.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 9 19:45:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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