From f51d5b76403d99dc121650f4f38b443f3ba48bfb28e7e0d54b247314a7e5483c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 21:06:17 +0000 Subject: [PATCH] - update to 3.3.3: * Fixed UNIX socket listener not setting accepted sockets to non-blocking mode on asyncio * Changed unconnected UDP sockets to be always bound to a local port (on "any" interface) to avoid errors on asyncio + Windows * Fixed cancellation problem on asyncio where level-triggered cancellation for **all** parent cancel scopes would not resume after exiting a shielded nested scope OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=8 --- anyio-3.3.1.tar.gz | 3 --- anyio-3.3.3.tar.gz | 3 +++ python-anyio.changes | 12 ++++++++++++ python-anyio.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 anyio-3.3.1.tar.gz create mode 100644 anyio-3.3.3.tar.gz diff --git a/anyio-3.3.1.tar.gz b/anyio-3.3.1.tar.gz deleted file mode 100644 index 84104c9..0000000 --- a/anyio-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe -size 133007 diff --git a/anyio-3.3.3.tar.gz b/anyio-3.3.3.tar.gz new file mode 100644 index 0000000..4647036 --- /dev/null +++ b/anyio-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eccec339cb4a856c94a75d50fc1d451faf32a05ef406be462e2efc59c9838b0 +size 133423 diff --git a/python-anyio.changes b/python-anyio.changes index 051687d..23f4646 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 16 21:03:37 UTC 2021 - Dirk Müller + +- update to 3.3.3: + * Fixed UNIX socket listener not setting accepted sockets to non-blocking + mode on asyncio + * Changed unconnected UDP sockets to be always bound to a local port (on + "any" interface) to avoid errors on asyncio + Windows + * Fixed cancellation problem on asyncio where level-triggered cancellation + for **all** parent cancel scopes would not resume after exiting a + shielded nested scope + ------------------------------------------------------------------- Fri Sep 17 19:23:22 UTC 2021 - Ben Greiner diff --git a/python-anyio.spec b/python-anyio.spec index 2c90707..157e033 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.1 +Version: 3.3.3 Release: 0 Summary: High level compatibility layer for asynchronous event loop implementations License: MIT