python3Packages.pyswitchbot: 0.18.14 -> 0.18.27

This commit is contained in:
Martin Weinelt 2022-09-09 02:14:55 +02:00
parent db561959fe
commit c680916d6f

View File

@ -4,11 +4,12 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.18.14";
version = "0.18.27";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-XUdrjhV0AnKV6snb183FrlcSLAvo7U+NyvPDorykkJU=";
hash = "sha256-80GzOKZRsjWHLEGhNrYIWdUMiel5ztcobwRhrlyjzpY=";
};
propagatedBuildInputs = [
@ -25,8 +26,9 @@ buildPythonPackage rec {
bleak-retry-connector
];
# Project has no tests
doCheck = false;
checkInputs = [
pytestCheckHook
];
pythonImportsCheck = [
"switchbot"