package/python-anyio: bump to 4.12.0

Drop dependency on python-sniffio, that's no longer required.

Release Notes https://github.com/agronholm/anyio/releases/tag/4.12.0

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-12-05 13:27:12 +01:00
committed by Julien Olivain
parent 21ba521c5e
commit 828d2288cd
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_ANYIO
bool "python-anyio"
select BR2_PACKAGE_PYTHON_IDNA # runtime
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
help
High level compatibility layer for multiple asynchronous
event loop implementations.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/anyio/json
md5 9bbd9262979f576a9023389e48204037 anyio-4.11.0.tar.gz
sha256 82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4 anyio-4.11.0.tar.gz
md5 a026af4a3b485699718761b1b44ad1df anyio-4.12.0.tar.gz
sha256 73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0 anyio-4.12.0.tar.gz
# Locally computed sha256 checksums
sha256 5361ac9dc58f2ef5fd2e9b09c68297c17f04950909bbc8023bdb82eacf22c2b0 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ANYIO_VERSION = 4.11.0
PYTHON_ANYIO_VERSION = 4.12.0
PYTHON_ANYIO_SOURCE = anyio-$(PYTHON_ANYIO_VERSION).tar.gz
PYTHON_ANYIO_SITE = https://files.pythonhosted.org/packages/c6/78/7d432127c41b50bccba979505f272c16cbcadcc33645d5fa3a738110ae75
PYTHON_ANYIO_SITE = https://files.pythonhosted.org/packages/16/ce/8a777047513153587e5434fd752e89334ac33e379aa3497db860eeb60377
PYTHON_ANYIO_SETUP_TYPE = setuptools
PYTHON_ANYIO_LICENSE = MIT
PYTHON_ANYIO_LICENSE_FILES = LICENSE