From 9f37512af45296206e14a52484c0a3d0f88d63b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 21:50:49 +0200 Subject: [PATCH 1/2] python313Packages.pymitsubishi: 0.1.8 -> 0.3.0 Changelog: https://github.com/pymitsubishi/pymitsubishi/releases/tag/v0.3.0 --- .../python-modules/pymitsubishi/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pymitsubishi/default.nix b/pkgs/development/python-modules/pymitsubishi/default.nix index 64184d126a94..241556be6829 100644 --- a/pkgs/development/python-modules/pymitsubishi/default.nix +++ b/pkgs/development/python-modules/pymitsubishi/default.nix @@ -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; From 2130a6c0759a82f9f8f8c51753c0c6e1ad5da8a4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 23:01:13 +0200 Subject: [PATCH 2/2] home-assistant-custom-components.mitsubishi: 0.1.8 -> 0.2.0 Diff: https://github.com/pymitsubishi/homeassistant-mitsubishi/compare/v0.1.8...v0.2.0 Changelog: https://github.com/pymitsubishi/homeassistant-mitsubishi/releases/tag/v0.2.0 --- .../home-assistant/custom-components/mitsubishi/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/mitsubishi/package.nix b/pkgs/servers/home-assistant/custom-components/mitsubishi/package.nix index 8157e57eaf13..67d80f81a247 100644 --- a/pkgs/servers/home-assistant/custom-components/mitsubishi/package.nix +++ b/pkgs/servers/home-assistant/custom-components/mitsubishi/package.nix @@ -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 = [