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