summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymodbus_3.11.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pymodbus: upgrade 3.10.0 -> 3.11.1Wang Mingyu2025-08-211-0/+31
Changelog: ============= - Correct bit handling (each byte is LSB->MSB). - read_input_registers docstring change count to regs - Add dev_id/tid check in clients - Auto debug in case of an error. - Remove duplicate log lines. - Remove unused callback in ServerRequestHandler - test on Python 3.14 - Validate address in all datastores. - Use asyncio.Event to deterministically ensure simulator start - Ignore lockfile - Link api_changes/changelog to README. - Add note about semver.org. - Datastore, add typing to set/get. - Move exception codes to constants. - Move ExceptionResponse to proper file. - make base frame signature match subclasses - Switch from venv+pip to uv - Cleanup CI configuration - Simplify code flow for broadcast requests - Fix serial_forwarder.py from examples/contrib - Remove discord. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>