mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/python-asgiref: bump to 0.9.1
Release Notes: * Fixed deletion of Local values affecting other contexts. (#523) * Skip CPython specific garbage collection test on pypy. (#521) 3.9.0 (2025-07-03) ------------------ * 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) Source: https://github.com/django/asgiref/blob/main/CHANGELOG.txt Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
14d1d58e1f
commit
358e85b966
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/asgiref/json
|
||||
md5 fb2927e26ea34c97e0a4c89612e80562 asgiref-3.8.1.tar.gz
|
||||
sha256 c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590 asgiref-3.8.1.tar.gz
|
||||
md5 f4151a69f1fc33dd69c237515bbf9c92 asgiref-3.9.1.tar.gz
|
||||
sha256 a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142 asgiref-3.9.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASGIREF_VERSION = 3.8.1
|
||||
PYTHON_ASGIREF_VERSION = 3.9.1
|
||||
PYTHON_ASGIREF_SOURCE = asgiref-$(PYTHON_ASGIREF_VERSION).tar.gz
|
||||
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/29/38/b3395cc9ad1b56d2ddac9970bc8f4141312dbaec28bc7c218b0dfafd0f42
|
||||
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/90/61/0aa957eec22ff70b830b22ff91f825e70e1ef732c06666a805730f28b36b
|
||||
PYTHON_ASGIREF_SETUP_TYPE = setuptools
|
||||
PYTHON_ASGIREF_LICENSE = BSD-3-Clause
|
||||
PYTHON_ASGIREF_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user