Mon, 16 Sep 2024 19:30:51 UTC | login

Information for build pymodbus-2.2.0-2.fc31

ID95173
Package Namepymodbus
Version2.2.0
Release2.fc31
Epoch
SummaryA Modbus Protocol Stack in Python
DescriptionPymodbus is a full Modbus protocol implementation using twisted for its asynchronous communications core. The library currently supports the following: Client Features * Full read/write protocol on discrete and register * Most of the extended protocol (diagnostic/file/pipe/setting/information) * TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary * asynchronous(powered by twisted) and synchronous versions * Payload builder/decoder utilities Server Features * Can function as a fully implemented Modbus server * TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary * asynchronous(powered by twisted) and synchronous versions * Full server control context (device information, counters, etc) * A number of backing contexts (database, redis, a slave device)
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 07:15:55 UTC
CompletedWed, 24 Jul 2019 07:15:55 UTC
Tags
f31
RPMs
src
pymodbus-2.2.0-2.fc31.src.rpm (info) (download)
noarch
python3-pymodbus-2.2.0-2.fc31.noarch.rpm (info) (download)
Changelog * Sun Jun 23 2019 Christian Krause <chkr@fedoraproject.org> - 2.2.0-2 - Fix dependency issue (package can't be installed since a fixed version of python-six was required) * Fri May 10 2019 Christian Krause <chkr@fedoraproject.org> - 2.2.0-1 - Updated to the latest upstream release 2.2.0 - Add pymodbus.console with weak requirements to allow a minimal installation * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.1-4 - Remove python2 subpackage (#1627381) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.1-2 - Rebuilt for Python 3.7 * Sat May 05 2018 Christian Krause <chkr@fedoraproject.org> - 1.5.1-1 - Updated to the latest upstream release 1.5.1 * Thu May 03 2018 Christian Krause <chkr@fedoraproject.org> - 1.5.0-1 - Updated to the latest upstream release 1.5.0 * Thu Apr 19 2018 Christian Krause <chkr@fedoraproject.org> - 1.4.0-1 - Updated to the latest upstream release 1.4.0 - Updated patch to disable ez_setup * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 24 2017 Tomas Hozza <thozza@redhat.com> - 1.3.1-1 - Updated project and source URL, the original was redirected - Updated to the latest upstream release 1.3.1 - Provide Python3 version of the package - Install LICENSE and CHANGELOG - Removed Requires on nosetest as tests are not shipped