diff --git a/anyio-3.4.0.tar.gz b/anyio-3.4.0.tar.gz deleted file mode 100644 index 16db09e..0000000 --- a/anyio-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24adc69309fb5779bc1e06158e143e0b6d2c56b302a3ac3de3083c705a6ed39d -size 135737 diff --git a/anyio-3.5.0.tar.gz b/anyio-3.5.0.tar.gz new file mode 100644 index 0000000..b25b18b --- /dev/null +++ b/anyio-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6 +size 136934 diff --git a/python-anyio.changes b/python-anyio.changes index 8ba9068..ab3e259 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 15 16:36:24 UTC 2022 - Dirk Müller + +- update to 3.5.0: + - Added ``start_new_session`` keyword argument to ``run_process()`` and ``open_process()`` + - Fixed deadlock in synchronization primitives on asyncio which can happen if a task acquiring a + primitive is hit with a native (not AnyIO) cancellation with just the right timing, leaving the + next acquiring task waiting forever + - Added workaround for bpo-46313_ to enable compatibility with OpenSSL 3.0 + ------------------------------------------------------------------- Mon Nov 29 12:01:51 UTC 2021 - Dirk Müller diff --git a/python-anyio.spec b/python-anyio.spec index e949666..566e76f 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -1,7 +1,7 @@ # # spec file for package python-anyio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-anyio -Version: 3.4.0 +Version: 3.5.0 Release: 0 Summary: High level compatibility layer for asynchronous event loop implementations License: MIT