Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0bdebbe8d5 | |||
| d274b0926e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13acff32519542a1736223fb79a715acdebe24286d98e8b164a73085f40da2c4
|
|
||||||
size 37969
|
|
||||||
3
asgiref-3.9.1.tar.gz
Normal file
3
asgiref-3.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142
|
||||||
|
size 36870
|
||||||
@@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 3 22:15:38 UTC 2025 - Guang Yee <gyee@suse.com>
|
|
||||||
|
|
||||||
- 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 <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.9.2:
|
|
||||||
* Adds support for Python 3.14.
|
|
||||||
* Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 17 08:40:37 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Thu Jul 17 08:40:37 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-asgiref
|
# spec file for package python-asgiref
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-asgiref
|
Name: python-asgiref
|
||||||
Version: 3.11.0
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ASGI specs, helper code, and adapters
|
Summary: ASGI specs, helper code, and adapters
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user