- 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:
parent
f51d5b7640
commit
5efc7ea1c2
@ -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
3
anyio-3.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67da67b5b21f96b9d3d65daa6ea99f5d5282cb09f50eb4456f8fb51dffefc3ff
|
||||
size 133608
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user