- 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
This commit is contained in:
2024-11-13 15:16:17 +00:00
committed by Git OBS Bridge
parent d29460cce3
commit 2e45bd7802
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60218f531fb474a2143af38568f4b7d94ba356780973443365c8e2c87882bb8c
size 22627

3
httpx_ws-0.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b07446b9067a30f1012fa9851fdfd14207012cd657c485565884f90553d0854c
size 23430

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 13 15:14:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@@ -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