From 1121135b3b3fd698501dbdfd55f5e84de36971c2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Jun 2026 16:58:04 +0800 Subject: [PATCH] python3-pymodbus: upgrade 3.13.0 -> 3.13.1 Changelog: =========== - Update CI Workflows. - Fix dropping the next frame after a skipped one - Correct Log repeat. - Fix address bounds check in get_reg_block - Fix reg_count calc - guard short frames and validate mbap in TLS framer - Use latest uv in CI. - Change MIN_SIZE in ascii frame. - Harden ASCII framer. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-pymodbus_3.13.0.bb => python3-pymodbus_3.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.13.0.bb => python3-pymodbus_3.13.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb index c59e8870b7..041898ffc8 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" -SRC_URI[sha256sum] = "da4c87afe772787620594c564cd8aa8a4c58ff9786382aba9550fe0ce8879f32" +SRC_URI[sha256sum] = "7a74ea0a4eb4895f518b34de32915ba4fde216576e09deaf735a279a9281af4f" inherit pypi python_setuptools_build_meta