15
0
forked from pool/python-anyio

- update to 3.3.4:

* Fixed ``BrokenResourceError`` instead of ``EndOfStream`` being raised in
   ``TLSStream`` when the peer abruptly closes the connection while
   ``TLSStream`` is receiving data with ``standard_compatible=False`` set

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=9
This commit is contained in:
2021-10-26 20:20:48 +00:00
committed by Git OBS Bridge
parent f51d5b7640
commit 5efc7ea1c2
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 26 20:18:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.3.4:
* Fixed ``BrokenResourceError`` instead of ``EndOfStream`` being raised in
``TLSStream`` when the peer abruptly closes the connection while
``TLSStream`` is receiving data with ``standard_compatible=False`` set
-------------------------------------------------------------------
Sat Oct 16 21:03:37 UTC 2021 - Dirk Müller <dmueller@suse.com>