python311Packages.pymodbus: 3.5.1 -> 3.5.2
Diff: https://github.com/pymodbus-dev/pymodbus/compare/refs/tags/v3.5.1...v3.5.2 Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.2
This commit is contained in:
parent
1e309d2ee5
commit
a02201561e
@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymodbus";
|
||||
version = "3.5.1";
|
||||
version = "3.5.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pymodbus-dev";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-YFA9msaPOPDbQPkDbT8Rl7jWafUX8eFnV4JimSg+mmc=";
|
||||
hash = "sha256-FOmR9yqLagqcsAVxqHxziEcnZ5M9QpL2qIp8x2gS2PU=";
|
||||
};
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
@ -59,7 +59,14 @@ buildPythonPackage rec {
|
||||
popd
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "pymodbus" ];
|
||||
pythonImportsCheck = [
|
||||
"pymodbus"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests often hang
|
||||
"test_connected"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python implementation of the Modbus protocol";
|
||||
|
Loading…
Reference in New Issue
Block a user