summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymodbus_3.7.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pymodbus: upgrade 3.7.3 -> 3.7.4Wang Mingyu2024-11-051-0/+31
Changelog: ========== - Clean PDU init - Wrong close, when transaction do not match - Remove unmaintained (not working) example contributions - All pdu (incl. function code) tests to pdu directory - Add no_response_expected argument to requests - Resubmit: Don't close/reopen tcp connection on single modbus message timeout - 100% test coverage for PDU - Type DecodePDU - Update to use DecodePDU - Client/Server decoder renamed and moved to pdu - Move client/server decoder to pdu - Introducing PyModbus Guru on Gurubase.io - Remove IllegalFunctionRequest - remove ModbusResponse - Add typing to pdu base classes - Updated roadmap. - remove databuffer from framer - Improve retries for sync client - Move process test to framer tests - Framer do not check ids - Remove callback from framer - Auto fill device ids for clients - Reenable multidrop tests - write_register/s accept bytes or int - roadmap corrections. - Added roadmap (not written in stone) - Update README to show python 3.13. - Test on Python 3.13 - Use @AbstractMethod - Corrected smaller documentation bugs - README as landing page in readthedocs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>