diff --git a/asgiref-3.11.0.tar.gz b/asgiref-3.11.0.tar.gz new file mode 100644 index 0000000..6c1fdf2 --- /dev/null +++ b/asgiref-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13acff32519542a1736223fb79a715acdebe24286d98e8b164a73085f40da2c4 +size 37969 diff --git a/asgiref-3.9.2.tar.gz b/asgiref-3.9.2.tar.gz deleted file mode 100644 index 471c504..0000000 --- a/asgiref-3.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1 -size 36894 diff --git a/python-asgiref.changes b/python-asgiref.changes index f23ac27..6f4068c 100644 --- a/python-asgiref.changes +++ b/python-asgiref.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 3 22:15:38 UTC 2025 - Guang Yee + +- Update to 3.11.0 + * ``sync_to_async`` gains a ``context`` parameter, similar to those for + ``asyncio.create_task``, ``TaskGroup`` &co, that can be used on Python 3.11+ to + control the context used by the underlying task. + The parent context is already propagated by default but the additional + control is useful if multiple ``sync_to_async`` calls need to share the same + context, e.g. when used with ``asyncio.gather()``. + ------------------------------------------------------------------- Mon Sep 29 10:29:32 UTC 2025 - Dirk Müller diff --git a/python-asgiref.spec b/python-asgiref.spec index 27a2e56..879891a 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-asgiref -Version: 3.9.2 +Version: 3.11.0 Release: 0 Summary: ASGI specs, helper code, and adapters License: BSD-3-Clause