[Python-modules-commits] [pymodbus] branch debian/experimental updated (6f7c08e -> 2afa4c5)

Wolfgang Borgert debacle at moszumanska.debian.org
Mon May 29 08:07:45 UTC 2017


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

debacle pushed a change to branch debian/experimental
in repository pymodbus.

      from  6f7c08e   prepare 1.3.0~rc1-1 for experimental
       new  80e1124   import new upstream version 1.3.0~rc2
       new  c65552b   Merge tag 'upstream/1.3.0_rc2' into debian/experimental
       new  cbdb0e9   update patches for new version: add "rm-humanfriendly", remove "tmp-disable-test"
       new  179b1f9   update watch file to use new upstream
       new  2afa4c5   prepare 1.3.0~rc2-1

The 5 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 ++++-
 debian/changelog                        |   9 ++
 debian/patches/rm-humanfriendly         |  24 ++++
 debian/patches/series                   |   2 +-
 debian/patches/tmp-disable-test         |  25 ----
 debian/watch                            |   2 +-
 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 +++
 33 files changed, 373 insertions(+), 204 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 .travis.yml
 create mode 100644 Makefile
 create mode 100644 debian/patches/rm-humanfriendly
 delete mode 100644 debian/patches/tmp-disable-test
 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