From 8b53913daa29ef1ca3d4e389649773bc602e99d7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 9 Oct 2024 15:30:07 +0300 Subject: [PATCH] python3-pymodbus: Upgrade 3.7.2 -> 3.7.3 Upgrade to version 3.7.3: - 100% test coverage of framers - Framer, final touches - Readme file renamed - Remove old framers - frameProcessIncomingPacket removed - Cleanup framers (reduce old_framers) - Run CI on PR targeted at wait_next_api - Sync client, allow unknown recv msg size - integrate old rtu framer in new framer - Update README.rst - Client.close should not allow reconnect= - Remove async client.idle_time() - Client doc, add common methods (base) - Reset receive buffer with send() - Remove unused protocol_id from pdu - CI run on demand on non-protected branches - Server listener and client connections have is_server set - Reopen listener in server if disconnected - Regroup test - Improve docs around sync clients and reconnection - transport 100% test coverage (again) - Update actions to new node.js - Bump 3rd party - Documentation on_connect_callback - Fixes the unexpected implementation of the ModbusSerialClient.connected property - Forward error responses instead of timing out - Add stacklevel=2 to logging functions - Fix encoding & decoding of ReadFileRecordResponse - Improvements for example/contib/solar - Update solar.py - Remove double conversion in int - fixed type hints for write_register and write_registers - Remove _header from framers Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb index b240837d42..9e4c80ebfd 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63" -SRC_URI[sha256sum] = "6cc63a14c8cca83f5b6d9dae3319565061bd49503ee7282df681201c16357eef" +SRC_URI[sha256sum] = "603490162382fe34258992e3b8fe8d2da573a08aa49257ee7ab7b5b1d1a6653c" inherit pypi python_setuptools_build_meta