[Python-modules-commits] [pymodbus] 02/05: Merge tag 'upstream/1.3.0_rc2' into debian/experimental

Wolfgang Borgert debacle at moszumanska.debian.org
Mon May 29 08:07: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 c65552b8beb9e1bb88b225a8375a10401cb49c2e
Merge: 6f7c08e 80e1124
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun May 28 23:04:44 2017 +0200

    Merge tag 'upstream/1.3.0_rc2' into debian/experimental

 .coveragerc                             |   2 +
 .gitignore                              |  11 ++
 .travis.yml                             |  32 +++++
 CHANGELOG.rst                           |  10 ++
 Makefile                                |  64 ++++++++++
 README.rst                              |  31 ++++-
 doc/sphinx/conf.py                      | 203 +++++++++-----------------------
 doc/sphinx/examples/bottle-frontend.rst |   2 +-
 doc/sphinx/examples/index.rst           |   1 +
 doc/sphinx/library/sync-client.rst      |   3 -
 examples/common/modbus-payload.py       |  12 +-
 examples/common/synchronous-server.py   |   4 +-
 examples/contrib/message-generator.py   |  11 +-
 pymodbus/client/sync.py                 |   7 +-
 pymodbus/payload.py                     |  17 ++-
 pymodbus/register_read_message.py       |   7 ++
 pymodbus/server/async.py                |   2 +-
 pymodbus/transaction.py                 |   2 +-
 pymodbus/utilities.py                   |  13 +-
 pymodbus/version.py                     |   2 +-
 requirements-checks.txt                 |   4 +
 requirements-tests.txt                  |  12 ++
 requirements.txt                        |   1 +
 scripts/travis.sh                       |  11 ++
 test/test_client_sync.py                |  13 ++
 test/test_mei_messages.py               |   6 +-
 test/test_payload.py                    |  16 ++-
 tox.ini                                 |  16 +++
 28 files changed, 338 insertions(+), 177 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