From c083aba17fb080f9528bc10393eb6c3567cb609414ec4046d06fe6c79b29b024 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 18:45:11 +0000 Subject: [PATCH] - update to 11.0.3: * Fixed the :mod:`threading` implementation of servers on Windows. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=41 --- 11.0.2.tar.gz | 3 --- 11.0.3.tar.gz | 3 +++ python-websockets.changes | 7 +++++++ python-websockets.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 11.0.2.tar.gz create mode 100644 11.0.3.tar.gz diff --git a/11.0.2.tar.gz b/11.0.2.tar.gz deleted file mode 100644 index 5d9de6f..0000000 --- a/11.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94b19db57b4a20e1b253d888dfaefdc3bf5c581afbe340cf6d548ae8a419b401 -size 347575 diff --git a/11.0.3.tar.gz b/11.0.3.tar.gz new file mode 100644 index 0000000..dc8c7e2 --- /dev/null +++ b/11.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e412f6480c9bf8d5a58cb746a4d20df391a19017b6d2c39b136d84b0be8309c9 +size 347652 diff --git a/python-websockets.changes b/python-websockets.changes index 930529c..09f3e13 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 14 18:45:02 UTC 2023 - Dirk Müller + +- update to 11.0.3: + * Fixed the :mod:`threading` implementation of servers on + Windows. + ------------------------------------------------------------------- Wed May 10 06:57:26 UTC 2023 - Dirk Müller diff --git a/python-websockets.spec b/python-websockets.spec index 1a73839..ae56c13 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-websockets -Version: 11.0.2 +Version: 11.0.3 Release: 0 Summary: An implementation of the WebSocket Protocol (RFC 6455) License: BSD-3-Clause