diff mbox series

[meta-python,5/5] python3-pymodbus: Upgrade 3.7.2 -> 3.7.3

Message ID 20241009123007.1023153-5-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-stevedore: Upgrade 5.2.0 -> 5.3.0 | expand

Commit Message

Leon Anavi Oct. 9, 2024, 12:30 p.m. UTC
Upgrade to version 3.7.3:

- 100% test coverage of framers
- Framer, final touches
- Readme file renamed
- Remove old framers
- frameProcessIncomingPacket removed
- Cleanup framers (reduce old_framers)
- Run CI on PR targeted at wait_next_api
- Sync client, allow unknown recv msg size
- integrate old rtu framer in new framer
- Update README.rst
- Client.close should not allow reconnect=
- Remove async client.idle_time()
- Client doc, add common methods (base)
- Reset receive buffer with send()
- Remove unused protocol_id from pdu
- CI run on demand on non-protected branches
- Server listener and client connections have is_server set
- Reopen listener in server if disconnected
- Regroup test
- Improve docs around sync clients and reconnection
- transport 100% test coverage (again)
- Update actions to new node.js
- Bump 3rd party
- Documentation on_connect_callback
- Fixes the unexpected implementation of the
  ModbusSerialClient.connected property
- Forward error responses instead of timing out
- Add stacklevel=2 to logging functions
- Fix encoding & decoding of ReadFileRecordResponse
- Improvements for example/contib/solar
- Update solar.py
- Remove double conversion in int
- fixed type hints for write_register and write_registers
- Remove _header from framers

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb
index b240837d4..9e4c80ebf 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/riptideio/pymodbus/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63"
 
-SRC_URI[sha256sum] = "6cc63a14c8cca83f5b6d9dae3319565061bd49503ee7282df681201c16357eef"
+SRC_URI[sha256sum] = "603490162382fe34258992e3b8fe8d2da573a08aa49257ee7ab7b5b1d1a6653c"
 
 inherit pypi python_setuptools_build_meta