[Python-modules-commits] [pymodbus] branch master updated (93a96f2 -> e6a55d1)

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


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

debacle pushed a change to branch master
in repository pymodbus.

      from  93a96f2   prepare 1.3.1-1
       new  3875bc9   import new upstream version 1.3.2
       new  bfc2e3d   Merge tag 'upstream/1.3.2'
       new  e6a55d1   prepare 1.3.2-1

The 3 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 +-
 debian/README.source                     |  5 ++
 debian/changelog                         |  7 +++
 debian/control                           |  7 +--
 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 ++++++----
 24 files changed, 282 insertions(+), 112 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