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

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jun 24 23:36:38 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  80e1124   import new upstream version 1.3.0~rc2
       new  703a379   import new upstream version 1.3.1

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:
 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(-)
 delete mode 100644 doc/pymodbus.pdf

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