From 6fa1f8cf02d8755336a35f5c988399e1bce8adf2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 16 Sep 2025 17:41:43 +0800 Subject: python3-trio: upgrade 0.30.0 -> 0.31.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-trio_0.30.0.bb | 18 ------------------ .../recipes-devtools/python/python3-trio_0.31.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-trio_0.30.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-trio_0.31.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb deleted file mode 100644 index 2013891074..0000000000 --- a/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "A friendly Python library for async concurrency and I/O" -HOMEPAGE = "https://github.com/python-trio/trio" -LICENSE = "Apache-2.0 & MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \ - file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" - -SRC_URI[sha256sum] = "0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} = " \ - python3-idna \ - python3-sniffio \ - python3-attrs \ - python3-outcome \ - python3-sortedcontainers \ -" diff --git a/meta-python/recipes-devtools/python/python3-trio_0.31.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.31.0.bb new file mode 100644 index 0000000000..799f6190c3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-trio_0.31.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "A friendly Python library for async concurrency and I/O" +HOMEPAGE = "https://github.com/python-trio/trio" +LICENSE = "Apache-2.0 & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \ + file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ + file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" + +SRC_URI[sha256sum] = "f71d551ccaa79d0cb73017a33ef3264fde8335728eb4c6391451fe5d253a9d5b" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} = " \ + python3-idna \ + python3-sniffio \ + python3-attrs \ + python3-outcome \ + python3-sortedcontainers \ +" -- cgit v1.2.3-54-g00ecf