From: Wang Mingyu <[email protected]> Changelog: ========== - Remove self signed certificate from production. - Correct inequality in validation error message - Fix non-deterministic convert_from_registers - Fix swapped SimDevice in ModbusDeviceContext - Update CI actions and pyproject. - Add ruff format check to ci.yml - Remove 'useless-suppression' pylint - Format test_client.py with ruff - Update clean_workflows CI (node@20 problem). - Ruff format (due to ruff upgrade). - Fix ModbusServerContext initialization with dict devices parameter - Support configured ASCII input delimiter - Fix default no-response behavior for force listen only - Use correct format character for DataType.REGISTERS 'h' -> 'H'
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-pymodbus_3.13.1.bb => python3-pymodbus_3.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.13.1.bb => python3-pymodbus_3.14.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb index 041898ffc8..7923b14b82 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" -SRC_URI[sha256sum] = "7a74ea0a4eb4895f518b34de32915ba4fde216576e09deaf735a279a9281af4f" +SRC_URI[sha256sum] = "f1f486ec45b77b7565c5168c9609e244a4a6428d386f3cff56eb85a2297cd10c" inherit pypi python_setuptools_build_meta -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128198): https://lists.openembedded.org/g/openembedded-devel/message/128198 Mute This Topic: https://lists.openembedded.org/mt/120278934/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
