From 950e4abfc9a2b9c9e1508f67db7b9b37ae2373ce Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jan 2026 18:23:27 +0800 Subject: python3-pyasyncore: upgrade 1.0.4 -> 1.0.5 Changelog: =========== - Make sure tests/__init__.py is included in sdist - Fix compatibility with pytest - Explicitly tag Python 3.14 compatibility Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pyasyncore_1.0.4.bb | 18 ------------------ .../python/python3-pyasyncore_1.0.5.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb deleted file mode 100644 index ecd24c95cf..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Make asyncore available for Python 3.12 onwards" -HOMEPAGE = "https://github.com/simonrob/pyasyncore" -LICENSE = "Python-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" - -inherit pypi setuptools3 ptest -SRC_URI += "file://run-ptest" - -SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6" - -RDEPENDS:${PN} += "python3-core python3-io" -RDEPENDS:${PN}-ptest += "python3-tests" - -do_install_ptest:append(){ - cp -r ${S}/tests ${D}${PTEST_PATH} -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb new file mode 100644 index 0000000000..a1331e1e91 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb @@ -0,0 +1,18 @@ +SUMMARY = "Make asyncore available for Python 3.12 onwards" +HOMEPAGE = "https://github.com/simonrob/pyasyncore" +LICENSE = "Python-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" + +inherit pypi setuptools3 ptest +SRC_URI += "file://run-ptest" + +SRC_URI[sha256sum] = "dd483d5103a6d59b66b86e0ca2334ad43dca732ff23a0ac5d63c88c52510542e" + +RDEPENDS:${PN} += "python3-core python3-io" +RDEPENDS:${PN}-ptest += "python3-tests" + +do_install_ptest:append(){ + cp -r ${S}/tests ${D}${PTEST_PATH} +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf