[Python-modules-commits] [pymodbus] 02/07: Merge tag 'upstream/1.3.1'

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jun 24 23:36:37 UTC 2017


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

debacle pushed a commit to branch master
in repository pymodbus.

commit 9a8fbb30304d76a0ff17a7660ef3713a0a65d8d7
Merge: 2afa4c5 703a379
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Jun 24 23:37:35 2017 +0200

    Merge tag 'upstream/1.3.1'

 CHANGELOG.rst                             |  10 +++
 README.rst                                |   4 ++
 doc/pymodbus.pdf                          | Bin 509208 -> 0 bytes
 examples/common/asynchronous-client.py    |   5 +-
 examples/common/custom-datablock.py       |  11 ++--
 examples/common/performance.py            |   7 +-
 examples/common/synchronous-client-ext.py |   6 +-
 examples/common/synchronous-client.py     |  25 +++++--
 examples/contrib/message-parser.py        |  42 ++++++------
 examples/contrib/remote_server_context.py |   6 +-
 examples/gui/bottle/frontend.py           |   9 ++-
 pymodbus/bit_read_message.py              |  10 ++-
 pymodbus/client/sync.py                   |   1 -
 pymodbus/datastore/context.py             |   2 +-
 pymodbus/device.py                        |   2 +-
 pymodbus/exceptions.py                    |  15 +++++
 pymodbus/file_message.py                  |  91 -------------------------
 pymodbus/mei_message.py                   |  10 ++-
 pymodbus/other_message.py                 |  23 ++++---
 pymodbus/register_write_message.py        | 106 +++++++++++++++++++++++++++++-
 pymodbus/transaction.py                   |  89 ++++++++++++++++++++-----
 pymodbus/utilities.py                     |   2 +-
 pymodbus/version.py                       |   4 +-
 test/test_bit_read_messages.py            |  19 +++++-
 test/test_bit_write_messages.py           |   8 +++
 test/test_file_message.py                 |  62 -----------------
 test/test_other_messages.py               |   2 +-
 test/test_register_write_messages.py      |  73 ++++++++++++++++++++
 28 files changed, 406 insertions(+), 238 deletions(-)

-- 
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