From a65b5943a7e5f88d991a9c17256744379866e2fce1e7ec977ab747be66b9c20e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 24 Oct 2022 13:20:01 +0000 Subject: [PATCH] Accepting request 1009864 from home:yarunachalam:branches:devel:languages:python - Update to version 1.4.1 - Fix stack growth bug when `run_forever` reconnects (#854) - Add doctest CI for sphinx docs code examples (d150099) - General docs improvements OBS-URL: https://build.opensuse.org/request/show/1009864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=43 --- python-websocket-client.changes | 8 ++++++++ python-websocket-client.spec | 2 +- websocket-client-1.3.2.tar.gz | 3 --- websocket-client-1.4.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 websocket-client-1.3.2.tar.gz create mode 100644 websocket-client-1.4.1.tar.gz diff --git a/python-websocket-client.changes b/python-websocket-client.changes index d0e6a4b..2a291c2 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 11 17:11:02 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.4.1 + - Fix stack growth bug when `run_forever` reconnects (#854) + - Add doctest CI for sphinx docs code examples (d150099) + - General docs improvements + ------------------------------------------------------------------- Tue Apr 12 13:43:50 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-websocket-client.spec b/python-websocket-client.spec index aa6a99e..cd0caad 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-websocket-client -Version: 1.3.2 +Version: 1.4.1 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1-only diff --git a/websocket-client-1.3.2.tar.gz b/websocket-client-1.3.2.tar.gz deleted file mode 100644 index 3441bec..0000000 --- a/websocket-client-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6 -size 47821 diff --git a/websocket-client-1.4.1.tar.gz b/websocket-client-1.4.1.tar.gz new file mode 100644 index 0000000..86d84ad --- /dev/null +++ b/websocket-client-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef +size 50883