Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-pymodbus: upgrade 3.6.4 -> 3.6.6
Changelog: ============ -Solve transport close() as not inherited method. -enable mypy --check-untyped-defs -Add get_expected_response_length to transaction. -Remove control encode in framersRemove control encode in framers. -Bump codeql in CI to v3. -Improve server types -Remove pointless try/except -Improve transport types -Use explicit ValueError when called with incorrect function code -update message tests (incorporate all old tests). -Improve simulator type hints -Cleanup dead resetFrame code -integrate message.encode() into framer.buildPacket. -Repair client close() (intern= is needed for ModbusProtocol). -Updated Message_Parser example -Fix #2069 use released repl from pypi -Fix field encoding of Read File Record Response -Improve simulator types -Bump actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information