From 632523b914d59ef83ecae635bd2cd1006be4aded Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Dec 2025 17:55:44 +0800 Subject: python3-txaio: upgrade 25.9.2 -> 25.12.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb | 12 ++++++++++++ meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb b/meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb new file mode 100644 index 0000000000..14db5d8f89 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" + +SRC_URI[sha256sum] = "f0e83ffaf80a9b91bd710075cbc2bb71e879f8aa061b09f6e9dc122343dd69f2" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-twisted \ +" diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb deleted file mode 100644 index 0d5e629b33..0000000000 --- a/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" - -SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - python3-twisted \ -" -- cgit v1.2.3-54-g00ecf