[Python-modules-commits] [pymodbus] 02/04: Merge branch 'upstream/latest' 1.3.0~rc1 into debian/experimental
Wolfgang Borgert
debacle at moszumanska.debian.org
Thu May 18 08:29:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch debian/experimental
in repository pymodbus.
commit da35cfb5843f6692a000e9c2fb0ddf31e9dcb104
Merge: 0fe674b 58ca1d3
Author: W. Martin Borgert <debacle at debian.org>
Date: Wed May 17 21:33:51 2017 +0200
Merge branch 'upstream/latest' 1.3.0~rc1 into debian/experimental
.gitignore | 5 +
CHANGELOG.rst | 7 +-
README.rst | 9 +-
doc/sphinx/examples/index.rst | 1 +
doc/sphinx/examples/modbus-payload-server.rst | 6 +
examples/common/asynchronous-server.py | 2 +-
examples/common/modbus-payload-server.py | 70 +++++++++
examples/common/modbus-payload.py | 6 +-
examples/common/performance.py | 17 ++-
examples/common/synchronous-client-ext.py | 63 ++++----
examples/common/synchronous-client.py | 39 ++---
examples/common/synchronous-server.py | 8 +-
examples/contrib/modicon-payload.py | 5 +-
ez_setup.py | 53 ++++---
pymodbus/__init__.py | 8 +-
pymodbus/bit_read_message.py | 15 +-
pymodbus/bit_write_message.py | 15 +-
pymodbus/client/async.py | 2 +-
pymodbus/client/sync.py | 48 ++++++-
pymodbus/compat.py | 96 +++++++++++++
pymodbus/datastore/context.py | 16 ++-
pymodbus/datastore/store.py | 11 +-
pymodbus/device.py | 45 +++---
pymodbus/diag_message.py | 18 ++-
pymodbus/events.py | 4 +-
pymodbus/exceptions.py | 3 -
pymodbus/factory.py | 11 +-
pymodbus/file_message.py | 21 +--
pymodbus/internal/ptwisted.py | 10 +-
pymodbus/mei_message.py | 12 +-
pymodbus/other_message.py | 41 +++---
pymodbus/payload.py | 32 +++--
pymodbus/pdu.py | 7 +-
pymodbus/register_read_message.py | 16 ++-
pymodbus/register_write_message.py | 14 +-
pymodbus/server/async.py | 20 +--
pymodbus/server/sync.py | 76 ++++++----
pymodbus/transaction.py | 198 +++++++++++++++++++-------
pymodbus/utilities.py | 20 +--
pymodbus/version.py | 16 ++-
requirements.txt | 29 ++--
setup.cfg | 3 +
setup.py | 8 +-
test/test_bit_read_messages.py | 15 +-
test/test_bit_write_messages.py | 27 ++--
test/test_client_async.py | 11 +-
test/test_client_sync.py | 29 ++--
test/test_device.py | 15 +-
test/test_diag_messages.py | 102 ++++++-------
test/test_events.py | 20 +--
test/test_exceptions.py | 2 +-
test/test_factory.py | 110 +++++++-------
test/test_file_message.py | 66 ++++-----
test/test_interfaces.py | 2 +-
test/test_mei_messages.py | 33 +++--
test/test_other_messages.py | 54 +++----
test/test_payload.py | 44 +++---
test/test_pdu.py | 17 +--
test/test_register_read_messages.py | 36 ++---
test/test_register_write_messages.py | 21 +--
test/test_remote_datastore.py | 2 +-
test/test_server_async.py | 28 +++-
test/test_server_context.py | 15 +-
test/test_server_sync.py | 58 ++++----
test/test_transaction.py | 93 ++++++------
test/test_utilities.py | 6 +-
test/test_version.py | 7 +-
67 files changed, 1214 insertions(+), 705 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