python3-pymodbus: upgrade 3.3.0 -> 3.3.1

Changelog:
============
  transport fixes and 100% test coverage. (#1580)
  Delay self.loop until connect(). (#1579)
  Added mechanism to determine if server did not start cleanly (#1539)
  Proof transport reconnect works. (#1577)
  Fix non-shared block doc in config.rst. (#1573)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-06-13 09:40:17 +08:00 committed by Khem Raj
parent 3f92f31669
commit 644f43be64

View File

@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=430604f78bee72425da231d42eac9cee"
DEPENDS += "python3-six-native"
SRC_URI[sha256sum] = "0816a644d0ecc74b488ba9f46f8d6662c4a7272a493f184d2c81c6717fb62355"
SRC_URI[sha256sum] = "82787121e293f31095c0e9721b3e561a01807a6ac20abcbfb187ce70d24fb40c"
S = "${WORKDIR}/pymodbus-${PV}"
inherit pypi setuptools3