- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8eccec339cb4a856c94a75d50fc1d451faf32a05ef406be462e2efc59c9838b0
size 133423

3
anyio-3.3.4.tar.gz Normal file
View File

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

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-anyio
Version: 3.3.3
Version: 3.3.4
Release: 0
Summary: High level compatibility layer for asynchronous event loop implementations
License: MIT