diff mbox series

[meta-python,15/22] python3-pyasyncore: upgrade 1.0.4 -> 1.0.5

Message ID 20260113102334.605-15-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/22] abseil-cpp: upgrade 20250814.1 -> 20260107.0 | expand

Commit Message

Wang Mingyu Jan. 13, 2026, 10:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...{python3-pyasyncore_1.0.4.bb => python3-pyasyncore_1.0.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyasyncore_1.0.4.bb => python3-pyasyncore_1.0.5.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb
rename to meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb
index ecd24c95cf..a1331e1e91 100644
--- a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00"
 inherit pypi setuptools3 ptest
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6"
+SRC_URI[sha256sum] = "dd483d5103a6d59b66b86e0ca2334ad43dca732ff23a0ac5d63c88c52510542e"
 
 RDEPENDS:${PN} += "python3-core python3-io"
 RDEPENDS:${PN}-ptest += "python3-tests"