From 358e85b966c865e69452b50437bfc4e2f05c9f0f Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 15 Jul 2025 13:29:48 +0200 Subject: [PATCH] package/python-asgiref: bump to 0.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Julien Olivain --- package/python-asgiref/python-asgiref.hash | 4 ++-- package/python-asgiref/python-asgiref.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-asgiref/python-asgiref.hash b/package/python-asgiref/python-asgiref.hash index e3157c3e11..e7cda89f4d 100644 --- a/package/python-asgiref/python-asgiref.hash +++ b/package/python-asgiref/python-asgiref.hash @@ -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 diff --git a/package/python-asgiref/python-asgiref.mk b/package/python-asgiref/python-asgiref.mk index 0725ad6e38..22cb1077db 100644 --- a/package/python-asgiref/python-asgiref.mk +++ b/package/python-asgiref/python-asgiref.mk @@ -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