From a77c74761b9bc62ddb2defd67d26d392dc047546 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 Jun 2026 17:01:20 +0800 Subject: [PATCH] python3-telnetlib3: upgrade 4.0.4 -> 4.0.5 Changelog: yield drain() after telnetlib3-client stdout.write() Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-telnetlib3_4.0.4.bb => python3-telnetlib3_4.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-telnetlib3_4.0.4.bb => python3-telnetlib3_4.0.5.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.5.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb rename to meta-python/recipes-devtools/python/python3-telnetlib3_4.0.5.bb index eb28bbf81f..0024908347 100644 --- a/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jquast/telnetlib3" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" -SRC_URI[sha256sum] = "6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a" +SRC_URI[sha256sum] = "37f584609917a3394302cac6c2f78683add80115820c19a4ce35e0fd499f6ad6" PYPI_PACKAGE = "telnetlib3"