[Python-modules-commits] [pymodbus] branch upstream/latest updated (703a379 -> 3875bc9)

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Aug 27 22:26:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to branch upstream/latest
in repository pymodbus.

      from  703a379   import new upstream version 1.3.1
       new  3875bc9   import new upstream version 1.3.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                               |  2 +-
 CHANGELOG.rst                            |  9 ++++
 README.rst                               |  5 +-
 examples/common/callback-server.py       |  6 ++-
 examples/common/device-mapping           |  2 +
 examples/common/modbus-payload-server.py |  8 +--
 examples/common/modbus-payload.py        | 15 ++++--
 examples/common/performance.py           | 11 ++--
 pymodbus/client/sync.py                  |  5 +-
 pymodbus/diag_message.py                 | 40 ++++++++++++--
 pymodbus/exceptions.py                   | 14 ++---
 pymodbus/other_message.py                |  2 +-
 pymodbus/payload.py                      |  8 +++
 pymodbus/server/sync.py                  | 92 ++++++++++++++++++--------------
 pymodbus/transaction.py                  | 88 +++++++++++++++++++++++-------
 pymodbus/version.py                      |  3 +-
 test/test_client_sync.py                 |  7 +++
 test/test_diag_messages.py               | 16 +++---
 test/test_other_messages.py              |  5 +-
 test/test_payload.py                     | 10 +++-
 test/test_server_sync.py                 | 27 ++++++----
 21 files changed, 266 insertions(+), 109 deletions(-)
 create mode 100644 examples/common/device-mapping

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pymodbus.git



More information about the Python-modules-commits mailing list