summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-12-17 14:56:46 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-21 08:54:01 -0800
commitd39a37da7d7cd4192a28c3c5906591bc3ad991ee (patch)
tree2dc60e478ed4cf351ce3d45ec7277a9392edd2ee /meta-python/recipes-devtools/python
parent36105067948c8752615add029da76498d6a5c26f (diff)
downloadmeta-openembedded-d39a37da7d7cd4192a28c3c5906591bc3ad991ee.tar.gz
python3-txaio: upgrade 25.12.1 -> 25.12.2
LICENSE CHKSUM has been changed as title was added in new LICENSE file. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb12
-rw-r--r--meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb12
2 files changed, 12 insertions, 12 deletions
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
deleted file mode 100644
index 14db5d8f89..0000000000
--- a/meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"
5
6SRC_URI[sha256sum] = "f0e83ffaf80a9b91bd710075cbc2bb71e879f8aa061b09f6e9dc122343dd69f2"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-twisted \
12"
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb b/meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb
new file mode 100644
index 0000000000..6621df4016
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f3b6f0e9bfce02a086e4ddfbc8504e33"
5
6SRC_URI[sha256sum] = "9f232c21e12aa1ff52690e365b5a0ecfd42cc27a6ec86e1b92ece88f763f4b78"
7
8inherit pypi python_setuptools_build_meta python_hatchling
9
10RDEPENDS:${PN} += " \
11 python3-twisted \
12"