python313Packages.pymitsubishi: 0.1.8 -> 0.3.0 (#442170)

This commit is contained in:
Fabian Affolter
2025-09-12 05:47:16 +00:00
committed by GitHub
2 changed files with 10 additions and 6 deletions
@@ -5,19 +5,20 @@
setuptools,
requests,
pycryptodome,
pytest-cov-stub,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "pymitsubishi";
version = "0.1.8";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pymitsubishi";
repo = "pymitsubishi";
tag = "v${version}";
hash = "sha256-hawPxP8WqpHUikmbcSFIjSeSTNyWu1zYtgT/TCPbOro=";
hash = "sha256-cfLKFvhzLN9dM0cMogCL93LVfRd8jDFo9x+nnEWInSc=";
};
build-system = [ setuptools ];
@@ -27,12 +28,15 @@ buildPythonPackage rec {
pycryptodome
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
];
pythonImportsCheck = [ "pymitsubishi" ];
meta = {
description = "A Python library for controlling and monitoring Mitsubishi MAC-577IF-2E air conditioners";
description = "Library for controlling and monitoring Mitsubishi MAC-577IF-2E air conditioners";
homepage = "https://github.com/pymitsubishi/pymitsubishi";
changelog = "https://github.com/pymitsubishi/pymitsubishi/releases/tag/${src.tag}";
license = lib.licenses.mit;
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "pymitsubishi";
domain = "mitsubishi";
version = "0.1.8";
version = "0.2.0";
src = fetchFromGitHub {
owner = "pymitsubishi";
repo = "homeassistant-mitsubishi";
tag = "v${version}";
hash = "sha256-qxYdE70APMO+ydv+lQzJY3gRYr/y5p0zJSgPt/k1cys=";
hash = "sha256-V8fT/w7a/uUN4yKJ+jB6UUQDP6dif80MvlqV9n4KENc=";
};
dependencies = [