summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymodbus_3.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pymodbus: upgrade 3.1.3 -> 3.2.0Wang Mingyu2023-03-171-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Add value <-> registers converter helpers. (#1413) Add pre-commit config (#1406) Make baud rate configurable for examples (#1410) Clean __init_ and update log module. (#1411) Simulator add calls functionality. (#1390) Add note about not being thread safe. (#1404) Update docker-publish.yml Forward retry_on_empty and retries by calling transaction (#1401) serial sync recv interval (#1389) Add tests for writing multiple writes with a single value (#1402) Enable mypy in CI (#1388) Limit use of Singleton. (#1397) Cleanup interfaces (#1396) Add request names. (#1391) Simulator, register look and feel. (#1387) Fix enum for REPL server (#1384) Remove unneeded attribute (#1383) Fix mypy errors in reactive server (#1381) remove nosec (#1379) Fix type hints for http_server (#1369) Merge pull request #1380 from pymodbus-dev/requirements remove second client instance in async mode. (#1367) Pin setuptools to prevent breakage with Version including "X" (#1373) Lint and type hints for REPL (#1364) Clean mixin execute (#1366) Remove unused setup_commands.py. (#1362) Run black on top-level files and /doc (#1361) repl config path (#1359) Fix NoReponse -> NoResponse (#1358) Make whole main async. (#1355) Fix more typing issues (#1351) Test sync task (#1341) Fixed text in ModbusClientMixin's writes (#1352) lint /doc (#1345) Remove unused linters (#1344) Allow log level as string or integer. (#1343) Sync serial, clean recv. (#1340) Test server task, async completed (#1318) main() should be sync (#1339) Bug: Fixed caused by passing wrong arg (#1336) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.1.0 -> 3.1.3Wang Mingyu2023-02-111-0/+35
Changelog: ========= Solve log problem in payload. Fix register type check for size bigger than 3 registers (6 bytes) (#1323) Re-add SQL tests. (#1329) Central logging. (#1324) Skip sqlAlchemy test. (#1325) Solve 1319 (#1320) Update README.rst Correct README link. (#1316) More direct readme links for REPL (#1314) Add classifier for 3.11 (#1312) Update README.rst (#1313) Delete ModbusCommonBlock.png (#1311) Add modbus standard to README. (#1308) fix no auto reconnect after close/connect in TCPclient (#1298) Update examples.rst (#1307) var name clarification (#1304) Bump external libraries. (#1302) Reorganize documentation to make it easier accessible (#1299) Simulator documentation (first version). (#1296) Updated datastore Simulator. (#1255) Update links to pydmodbus-dev (#1291) Change riptideio to pymodbus-dev. (#1292) #1258 Avoid showing unit as a seperate command line argument (#1288) Solve docker cache problem. (#1287) add missing server.start() (#1282) small performance improvement on debug log (#1279) Fix Unix sockets parsing (#1281) client: Allow unix domain socket. (#1274) transfer timeout to protocol object. (#1275) Add ModbusUnixServer / StartAsyncUnixServer. (#1273) Added return in AsyncModbusSerialClient.connect (#1271) add connect() to the very first example (#1270) Solve docker problem. (#1268) Test stop of server task. (#1256) Thanks to: Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>