mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-pymodbus: upgrade 3.7.4 -> 3.8.2
Changelog: ========== - new framer concept (utility class instead of direct) - new much simpler transactionManager - trace methods to trace/modify incoming/outgoing byte streams as well as PDUs - Convert endianness - Fix sync serial client, loop. - Correct future. - Correct #2501 - Raise exception on no response in async client. - re-instatiate Future on reconnect - Remove all trailing zeroes during string decoding - Fix too many sync client log messages. - Asyncio future removed from sync client. Signed-off-by: Wang Mingyu <wangmy@fujitsu.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] = "573c370aea04523403eea1e159616a583cd7b93cfc5c81b07340d3cccd52c99f"
|
||||
SRC_URI[sha256sum] = "c57e41662cb7c26830f2f0e0166ffe2fe08ffd8749e0ce0a56f3d9f4bdc2a5c6"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
Reference in New Issue
Block a user