mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user