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

Wolfgang Borgert debacle at moszumanska.debian.org
Mon May 29 08:07:47 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  58ca1d3   import new upstream version 1.3.0~rc1
       new  80e1124   import new upstream version 1.3.0~rc2

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:
 .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(-)
 create mode 100644 .coveragerc
 create mode 100644 .travis.yml
 create mode 100644 Makefile
 create mode 100644 requirements-checks.txt
 create mode 100644 requirements-tests.txt
 create mode 100755 scripts/travis.sh
 create mode 100644 tox.ini

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