15
0

- update to 3.9.1:

* Adds support for Python 3.13.
  * Drops support for (end-of-life) Python 3.8.
  * Fixes an error with conflicting kwargs between AsyncToSync
    and the wrapped function. (#471)
  * Fixes Local isolation between asyncio Tasks. (#478)
  * Fixes a reference cycle in Local (#508)
  * Fixes a deadlock in CurrentThreadExecutor with nested
    async_to_sync →
    sync_to_async → async_to_sync → create_task calls. (#494)
  * The ApplicationCommunicator testing utility will now return the
    task result if it's already completed on send_input and
    receive_nothing.  You may need to catch (e.g.) the
    asyncio.exceptions.CancelledError if sending messages to
    already finished consumers in your tests. (#505)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asgiref?expand=0&rev=23
This commit is contained in:
2025-07-17 08:42:28 +00:00
committed by Git OBS Bridge
parent 9da43baf3a
commit d274b0926e
4 changed files with 24 additions and 5 deletions

Binary file not shown.

3
asgiref-3.9.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142
size 36870

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jul 17 08:40:37 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.9.1:
* Adds support for Python 3.13.
* Drops support for (end-of-life) Python 3.8.
* Fixes an error with conflicting kwargs between AsyncToSync
and the wrapped function. (#471)
* Fixes Local isolation between asyncio Tasks. (#478)
* Fixes a reference cycle in Local (#508)
* Fixes a deadlock in CurrentThreadExecutor with nested
async_to_sync →
sync_to_async → async_to_sync → create_task calls. (#494)
* The ApplicationCommunicator testing utility will now return the
task result if it's already completed on send_input and
receive_nothing. You may need to catch (e.g.) the
asyncio.exceptions.CancelledError if sending messages to
already finished consumers in your tests. (#505)
-------------------------------------------------------------------
Sun Apr 7 08:43:16 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-asgiref
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-asgiref
Version: 3.8.1
Version: 3.9.1
Release: 0
Summary: ASGI specs, helper code, and adapters
License: BSD-3-Clause