From 5b751bd6c5107190267a835a307c9863f2aacd07ff7a1f7bd677f2de2fcbb1ba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 16:19:07 +0000 Subject: [PATCH] - update to 10.3: * Reduced noise in logs when :mod:`ssl` or :mod:`zlib` raise exceptions. * Made compression negotiation more lax for compatibility with Firefox. * Improved FAQ and quick start guide. * Fixed backwards-incompatibility in 10.1 for connection handlers created with * Avoided leaking open sockets when :func:`~client.connect` is canceled. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=34 --- 10.1.tar.gz | 3 --- 10.3.tar.gz | 3 +++ python-websockets.changes | 10 ++++++++++ python-websockets.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 10.1.tar.gz create mode 100644 10.3.tar.gz diff --git a/10.1.tar.gz b/10.1.tar.gz deleted file mode 100644 index 21b0416..0000000 --- a/10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0ac9afbc816ea98c793b2f16969522a8b2469f607a8ae1516f5217729508457 -size 299315 diff --git a/10.3.tar.gz b/10.3.tar.gz new file mode 100644 index 0000000..aae4694 --- /dev/null +++ b/10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13384865a14e0beff240b8f835b5b6a105b32928854841f167d920b4be8e75e +size 304375 diff --git a/python-websockets.changes b/python-websockets.changes index 6397332..640aaf3 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 24 16:17:47 UTC 2022 - Dirk Müller + +- update to 10.3: + * Reduced noise in logs when :mod:`ssl` or :mod:`zlib` raise exceptions. + * Made compression negotiation more lax for compatibility with Firefox. + * Improved FAQ and quick start guide. + * Fixed backwards-incompatibility in 10.1 for connection handlers created with + * Avoided leaking open sockets when :func:`~client.connect` is canceled. + ------------------------------------------------------------------- Fri Feb 4 22:08:32 UTC 2022 - Dirk Müller diff --git a/python-websockets.spec b/python-websockets.spec index 5bed640..58a6ee5 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.1 +Version: 10.3 Release: 0 Summary: An implementation of the WebSocket Protocol (RFC 6455) License: BSD-3-Clause