From 5efc7ea1c27bec53e17f3f48f58a057b9d8bcc938fe94f4de39ed524c97c4ee0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Oct 2021 20:20:48 +0000 Subject: [PATCH] - 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 --- anyio-3.3.3.tar.gz | 3 --- anyio-3.3.4.tar.gz | 3 +++ python-anyio.changes | 8 ++++++++ python-anyio.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 anyio-3.3.3.tar.gz create mode 100644 anyio-3.3.4.tar.gz diff --git a/anyio-3.3.3.tar.gz b/anyio-3.3.3.tar.gz deleted file mode 100644 index 4647036..0000000 --- a/anyio-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eccec339cb4a856c94a75d50fc1d451faf32a05ef406be462e2efc59c9838b0 -size 133423 diff --git a/anyio-3.3.4.tar.gz b/anyio-3.3.4.tar.gz new file mode 100644 index 0000000..df52c89 --- /dev/null +++ b/anyio-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da67b5b21f96b9d3d65daa6ea99f5d5282cb09f50eb4456f8fb51dffefc3ff +size 133608 diff --git a/python-anyio.changes b/python-anyio.changes index 23f4646..d7fef45 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 26 20:18:21 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-anyio.spec b/python-anyio.spec index 157e033..ab73a58 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -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