python3Packages.python-mystrom: 2.6.0 -> 2.7.0

Changelog: https://github.com/home-assistant-ecosystem/python-mystrom/releases/tag/2.7.0
This commit is contained in:
Fabian Affolter
2026-04-07 10:06:44 +02:00
parent f97bfaafb6
commit 0b84c7a8ec
@@ -5,19 +5,21 @@
click,
fetchFromGitHub,
poetry-core,
pytest-asyncio,
pytestCheckHook,
requests,
}:
buildPythonPackage rec {
pname = "python-mystrom";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-ecosystem";
repo = "python-mystrom";
tag = version;
hash = "sha256-EXYBrOgpbOSGsNGqNKHBPam0/Gn050q+CjyAN7KJ7O8=";
hash = "sha256-zg/t2EQ6h8fThbV3U1h3Bs9pxOmlswicR3dREoQuuoY=";
};
build-system = [ poetry-core ];
@@ -28,8 +30,10 @@ buildPythonPackage rec {
requests
];
# no tests are present
doCheck = false;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [
"pymystrom.bulb"