From 2e45bd7802ff75341aba0bd4bfb9435e3401db2bb20e981ecb5b06a23c0cc2ea Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Nov 2024 15:16:17 +0000 Subject: [PATCH] - update to 0.6.2: * Improve efficiency of WebSocketSession by reusing a single thread pool when waiting for messages * Fix (#73) anyio misusages * Fix (#74) unclosed anyio streams * Fix (#76) memory leak with non-async WebSocketSession OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-ws?expand=0&rev=3 --- httpx_ws-0.6.0.tar.gz | 3 --- httpx_ws-0.6.2.tar.gz | 3 +++ python-httpx-ws.changes | 10 ++++++++++ python-httpx-ws.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 httpx_ws-0.6.0.tar.gz create mode 100644 httpx_ws-0.6.2.tar.gz diff --git a/httpx_ws-0.6.0.tar.gz b/httpx_ws-0.6.0.tar.gz deleted file mode 100644 index 5e7aff2..0000000 --- a/httpx_ws-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60218f531fb474a2143af38568f4b7d94ba356780973443365c8e2c87882bb8c -size 22627 diff --git a/httpx_ws-0.6.2.tar.gz b/httpx_ws-0.6.2.tar.gz new file mode 100644 index 0000000..327896b --- /dev/null +++ b/httpx_ws-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07446b9067a30f1012fa9851fdfd14207012cd657c485565884f90553d0854c +size 23430 diff --git a/python-httpx-ws.changes b/python-httpx-ws.changes index 031d23f..e20a1e2 100644 --- a/python-httpx-ws.changes +++ b/python-httpx-ws.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 13 15:14:59 UTC 2024 - Dirk Müller + +- update to 0.6.2: + * Improve efficiency of WebSocketSession by reusing a single + thread pool when waiting for messages + * Fix (#73) anyio misusages + * Fix (#74) unclosed anyio streams + * Fix (#76) memory leak with non-async WebSocketSession + ------------------------------------------------------------------- Fri Aug 30 11:21:19 UTC 2024 - Ben Greiner diff --git a/python-httpx-ws.spec b/python-httpx-ws.spec index 3ce3d7e..de9063d 100644 --- a/python-httpx-ws.spec +++ b/python-httpx-ws.spec @@ -17,7 +17,7 @@ Name: python-httpx-ws -Version: 0.6.0 +Version: 0.6.2 Release: 0 Summary: WebSockets support for HTTPX License: MIT