Package: pymodbus / 2.1.0+dfsg-2

Metadata

Package Version Patches format
pymodbus 2.1.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax dependencies.patch | (download)

requirements.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax dependency on six
python 3.7.patch | (download)

doc/source/library/pymodbus.client.async.asyncio.rst | 8 0 + 8 - 0 !
doc/source/library/pymodbus.client.async.factory.rst | 36 0 + 36 - 0 !
doc/source/library/pymodbus.client.async.rst | 55 0 + 55 - 0 !
doc/source/library/pymodbus.client.async.schedulers.rst | 8 0 + 8 - 0 !
doc/source/library/pymodbus.client.async.tornado.rst | 8 0 + 8 - 0 !
doc/source/library/pymodbus.client.async.twisted.rst | 8 0 + 8 - 0 !
doc/source/library/pymodbus.client.asynchronous.asyncio.rst | 8 8 + 0 - 0 !
doc/source/library/pymodbus.client.asynchronous.factory.rst | 36 36 + 0 - 0 !
doc/source/library/pymodbus.client.asynchronous.rst | 55 55 + 0 - 0 !
doc/source/library/pymodbus.client.asynchronous.schedulers.rst | 8 8 + 0 - 0 !
doc/source/library/pymodbus.client.asynchronous.tornado.rst | 8 8 + 0 - 0 !
doc/source/library/pymodbus.client.asynchronous.twisted.rst | 8 8 + 0 - 0 !
doc/source/library/pymodbus.client.rst | 2 1 + 1 - 0 !
doc/source/library/pymodbus.server.rst | 6 3 + 3 - 0 !
examples/common/async_asyncio_client.py | 10 5 + 5 - 0 !
examples/common/async_asyncio_serial_client.py | 6 3 + 3 - 0 !
examples/common/async_tornado_client.py | 6 3 + 3 - 0 !
examples/common/async_tornado_client_serial.py | 4 2 + 2 - 0 !
examples/common/async_twisted_client.py | 6 3 + 3 - 0 !
examples/common/async_twisted_client_serial.py | 6 3 + 3 - 0 !
examples/common/asynchronous_processor.py | 2 1 + 1 - 0 !
examples/common/asynchronous_server.py | 6 3 + 3 - 0 !
examples/common/callback_server.py | 2 1 + 1 - 0 !
examples/common/custom_datablock.py | 2 1 + 1 - 0 !
examples/common/dbstore_update_server.py | 2 1 + 1 - 0 !
examples/common/synchronous_client.py | 2 1 + 1 - 0 !
examples/common/updating_server.py | 2 1 + 1 - 0 !
examples/contrib/asynchronous_asyncio_serial_client.py | 4 2 + 2 - 0 !
examples/contrib/modbus_scraper.py | 2 1 + 1 - 0 !
examples/contrib/modbus_simulator.py | 2 1 + 1 - 0 !
examples/functional/asynchronous_ascii_client.py | 2 1 + 1 - 0 !
examples/functional/asynchronous_rtu_client.py | 2 1 + 1 - 0 !
examples/functional/asynchronous_tcp_client.py | 2 1 + 1 - 0 !
examples/gui/bottle/frontend.py | 2 1 + 1 - 0 !
examples/gui/gtk/simulator.py | 2 1 + 1 - 0 !
examples/gui/gui_common.py | 2 1 + 1 - 0 !
examples/gui/tk/simulator.py | 2 1 + 1 - 0 !
examples/gui/wx/simulator.py | 2 1 + 1 - 0 !
examples/twisted/plugins/pymodbus_plugin.py | 2 1 + 1 - 0 !
pymodbus/client/asynchronous/__init__.py | 16 8 + 8 - 0 !
pymodbus/client/asynchronous/asyncio/__init__.py | 22 11 + 11 - 0 !
pymodbus/client/asynchronous/deprecated/__init__.py | 14 7 + 7 - 0 !
pymodbus/client/asynchronous/deprecated/asynchronous.py | 6 3 + 3 - 0 !
pymodbus/client/asynchronous/factory/serial.py | 18 9 + 9 - 0 !
pymodbus/client/asynchronous/factory/tcp.py | 18 9 + 9 - 0 !
pymodbus/client/asynchronous/factory/udp.py | 14 7 + 7 - 0 !
pymodbus/client/asynchronous/mixins.py | 2 1 + 1 - 0 !
pymodbus/client/asynchronous/serial.py | 6 3 + 3 - 0 !
pymodbus/client/asynchronous/tcp.py | 6 3 + 3 - 0 !
pymodbus/client/asynchronous/tornado/__init__.py | 6 3 + 3 - 0 !
pymodbus/client/asynchronous/twisted/__init__.py | 6 3 + 3 - 0 !
pymodbus/client/asynchronous/udp.py | 6 3 + 3 - 0 !
pymodbus/framer/__init__.py | 2 1 + 1 - 0 !
pymodbus/framer/ascii_framer.py | 5 3 + 2 - 0 !
pymodbus/framer/binary_framer.py | 5 3 + 2 - 0 !
pymodbus/framer/rtu_framer.py | 5 3 + 2 - 0 !
pymodbus/framer/socket_framer.py | 4 2 + 2 - 0 !
pymodbus/repl/client.py | 4 4 + 0 - 0 !
pymodbus/server/asynchronous.py | 26 14 + 12 - 0 !
test/test_client_async.py | 30 15 + 15 - 0 !
test/test_client_async_asyncio.py | 14 7 + 7 - 0 !
test/test_client_async_tornado.py | 66 33 + 33 - 0 !
test/test_client_async_twisted.py | 6 3 + 3 - 0 !
test/test_server_async.py | 18 9 + 9 - 0 !
64 files changed, 335 insertions(+), 326 deletions(-)

 make code compatiable with python 3.7
disable failing unittests.patch | (download)

test/test_client_async_tornado.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable broken tornado unittest
privacy breach fixes.patch | (download)

README.rst | 20 8 + 12 - 0 !
doc/source/library/REPL.md | 4 2 + 2 - 0 !
2 files changed, 10 insertions(+), 14 deletions(-)

 remove privacy breaching images from docs