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>
This commit is contained in:
Liu Yiding 2025-12-17 14:56:46 +08:00 committed by Khem Raj
parent 3610506794
commit d39a37da7d
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
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 \
"

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f3b6f0e9bfce02a086e4ddfbc8504e33"
SRC_URI[sha256sum] = "9f232c21e12aa1ff52690e365b5a0ecfd42cc27a6ec86e1b92ece88f763f4b78"
inherit pypi python_setuptools_build_meta python_hatchling
RDEPENDS:${PN} += " \
python3-twisted \
"