home-assistant-custom-components.homematicip_local: 2.8.2 -> 2.8.3 (#541139)

This commit is contained in:
dotlambda
2026-07-12 19:25:02 +00:00
committed by GitHub
4 changed files with 13 additions and 12 deletions

View File

@@ -17,18 +17,19 @@
setuptools,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "aiohomematic";
version = "2026.7.2";
version = "2026.7.6";
pyproject = true;
__structuredAttrs = true;
disabled = pythonOlder "3.14";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-P9w6re8ZRw04v6YKSYeYwjrpYpwqGSmRNWk4J+GbwpM=";
tag = finalAttrs.version;
hash = "sha256-dshlAmjzv13Q9AijApEDNvhI3jLzDMLBs8KDtElzqJ4=";
};
build-system = [ setuptools ];
@@ -55,11 +56,11 @@ buildPythonPackage rec {
meta = {
description = "Module to interact with HomeMatic devices";
homepage = "https://github.com/SukramJ/aiohomematic";
changelog = "https://github.com/SukramJ/aiohomematic/blob/${src.tag}/changelog.md";
changelog = "https://github.com/SukramJ/aiohomematic/blob/${finalAttrs.src.tag}/changelog.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
dotlambda
fab
];
};
}
})

View File

@@ -14,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "openccu-loom-client";
version = "2026.7.4";
version = "2026.7.6";
pyproject = true;
__structuredAttrs = true;
@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
owner = "SukramJ";
repo = "openccu-loom-client";
tag = finalAttrs.version;
hash = "sha256-eI8fDslP4yVNamJtYTaMG7yw0liPAib0WmCUu+E9WUk=";
hash = "sha256-zeWZYYu/TdGr0OpAmiu0HMsXjf79TDy8lPNPm8x5urY=";
};
build-system = [ setuptools ];

View File

@@ -10,7 +10,7 @@
buildPythonPackage (finalAttrs: {
pname = "openccu-loom-types";
version = "0.1.52";
version = "0.1.53";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "SukramJ";
repo = "openccu-loom-types";
tag = "v${finalAttrs.version}";
hash = "sha256-cdQvGvOc8RZJ5riWHeRkY07RWu6z9kDYCVSC3+tWPPA=";
hash = "sha256-WoNB/xYE24qfmCSflWqgPp9FVDdCTAdOylOiOL5byMI=";
};
build-system = [ setuptools ];

View File

@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-KCvchOYhBYJNYbc/7HvuwrXMDoxkl15ikpJPZMC4cEc=";
hash = "sha256-CCs4+xHQGU4x7V9OpTvAjBP0/w+sXCoxqL0BaKVt15Y=";
};
postPatch = ''