mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-pymodbus: upgrade 3.1.0 -> 3.1.3
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>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c2223d66c7e674b40527b5a4c35bd76"
|
||||
DEPENDS += "python3-six-native"
|
||||
|
||||
SRC_URI[sha256sum] = "eeba02c86b13b1f885c0acc50adf4611df24ab85066ff54daa37c2d883c32525"
|
||||
SRC_URI[sha256sum] = "714e5d6b7e28c4016a94346e73033aff276b6ce8bd22e470ba4fd8b982e08a98"
|
||||
S = "${WORKDIR}/pymodbus-${PV}"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user