Loading pkgs/development/python-modules/hahomematic/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ orjson, pydevccu, pytest-aiohttp, pytest-socket, pytestCheckHook, python-slugify, pythonOlder, Loading @@ -16,16 +17,16 @@ buildPythonPackage rec { pname = "hahomematic"; version = "2024.12.5"; version = "2024.12.13"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "hahomematic"; rev = "refs/tags/${version}"; hash = "sha256-jC9IXkl80pspqc9m0U6mspp5QSGG6u9Y6ANMK8WAG5s="; tag = version; hash = "sha256-qHB47S5bU+353deoq4B8XwPYfUoU940Y3hl8u3gGrNs="; }; __darwinAllowLocalNetworking = true; Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { freezegun pydevccu pytest-aiohttp pytest-socket pytestCheckHook ]; Loading @@ -55,8 +57,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to interact with HomeMatic devices"; homepage = "https://github.com/danielperna84/hahomematic"; changelog = "https://github.com/danielperna84/hahomematic/blob/${src.rev}/changelog.md"; homepage = "https://github.com/SukramJ/hahomematic"; changelog = "https://github.com/SukramJ/hahomematic/blob/${src.tag}/changelog.md"; license = licenses.mit; maintainers = with maintainers; [ dotlambda Loading pkgs/development/python-modules/pydevccu/default.nix +12 −7 Original line number Diff line number Diff line Loading @@ -8,18 +8,23 @@ buildPythonPackage rec { pname = "pydevccu"; version = "0.1.8"; version = "0.1.9"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "pydevccu"; rev = "refs/tags/${version}"; hash = "sha256-WguSTtWxkiDs5nK5eiaarfD0CBxzIxQR9fxjuW3wMGc="; tag = version; hash = "sha256-s1u9+w0sPpXuqAET4k5VPWP+VoPqB08dZa9oY4UFXc8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==75.6.0" setuptools ''; build-system = [ setuptools ]; # Module has no tests Loading @@ -29,8 +34,8 @@ buildPythonPackage rec { meta = { description = "HomeMatic CCU XML-RPC Server with fake devices"; homepage = "https://github.com/danielperna84/pydevccu"; changelog = "https://github.com/danielperna84/pydevccu/releases/tag/${version}"; homepage = "https://github.com/SukramJ/pydevccu"; changelog = "https://github.com/SukramJ/pydevccu/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ }: buildHomeAssistantComponent rec { owner = "danielperna84"; owner = "SukramJ"; domain = "homematicip_local"; version = "1.75.0"; version = "1.76.1"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "custom_homematic"; rev = "refs/tags/${version}"; hash = "sha256-H5Gf09C9/s2JYVTjgiYNe28mV18mqTiJ0ZDR6rnuojo="; tag = version; hash = "sha256-dBNZFYoi6tA9waV/yPCkgLu+ADxq09UKsOBHWOOBRJY="; }; postPatch = '' Loading @@ -30,9 +30,9 @@ buildHomeAssistantComponent rec { ]; meta = { changelog = "https://github.com/danielperna84/custom_homematic/blob/${version}/changelog.md"; changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md"; description = "Custom Home Assistant Component for HomeMatic"; homepage = "https://github.com/danielperna84/custom_homematic"; homepage = "https://github.com/SukramJ/custom_homematic"; maintainers = with lib.maintainers; [ dotlambda ]; license = lib.licenses.mit; }; Loading Loading
pkgs/development/python-modules/hahomematic/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ orjson, pydevccu, pytest-aiohttp, pytest-socket, pytestCheckHook, python-slugify, pythonOlder, Loading @@ -16,16 +17,16 @@ buildPythonPackage rec { pname = "hahomematic"; version = "2024.12.5"; version = "2024.12.13"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "hahomematic"; rev = "refs/tags/${version}"; hash = "sha256-jC9IXkl80pspqc9m0U6mspp5QSGG6u9Y6ANMK8WAG5s="; tag = version; hash = "sha256-qHB47S5bU+353deoq4B8XwPYfUoU940Y3hl8u3gGrNs="; }; __darwinAllowLocalNetworking = true; Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { freezegun pydevccu pytest-aiohttp pytest-socket pytestCheckHook ]; Loading @@ -55,8 +57,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to interact with HomeMatic devices"; homepage = "https://github.com/danielperna84/hahomematic"; changelog = "https://github.com/danielperna84/hahomematic/blob/${src.rev}/changelog.md"; homepage = "https://github.com/SukramJ/hahomematic"; changelog = "https://github.com/SukramJ/hahomematic/blob/${src.tag}/changelog.md"; license = licenses.mit; maintainers = with maintainers; [ dotlambda Loading
pkgs/development/python-modules/pydevccu/default.nix +12 −7 Original line number Diff line number Diff line Loading @@ -8,18 +8,23 @@ buildPythonPackage rec { pname = "pydevccu"; version = "0.1.8"; version = "0.1.9"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "pydevccu"; rev = "refs/tags/${version}"; hash = "sha256-WguSTtWxkiDs5nK5eiaarfD0CBxzIxQR9fxjuW3wMGc="; tag = version; hash = "sha256-s1u9+w0sPpXuqAET4k5VPWP+VoPqB08dZa9oY4UFXc8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==75.6.0" setuptools ''; build-system = [ setuptools ]; # Module has no tests Loading @@ -29,8 +34,8 @@ buildPythonPackage rec { meta = { description = "HomeMatic CCU XML-RPC Server with fake devices"; homepage = "https://github.com/danielperna84/pydevccu"; changelog = "https://github.com/danielperna84/pydevccu/releases/tag/${version}"; homepage = "https://github.com/SukramJ/pydevccu"; changelog = "https://github.com/SukramJ/pydevccu/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading
pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ }: buildHomeAssistantComponent rec { owner = "danielperna84"; owner = "SukramJ"; domain = "homematicip_local"; version = "1.75.0"; version = "1.76.1"; src = fetchFromGitHub { owner = "danielperna84"; owner = "SukramJ"; repo = "custom_homematic"; rev = "refs/tags/${version}"; hash = "sha256-H5Gf09C9/s2JYVTjgiYNe28mV18mqTiJ0ZDR6rnuojo="; tag = version; hash = "sha256-dBNZFYoi6tA9waV/yPCkgLu+ADxq09UKsOBHWOOBRJY="; }; postPatch = '' Loading @@ -30,9 +30,9 @@ buildHomeAssistantComponent rec { ]; meta = { changelog = "https://github.com/danielperna84/custom_homematic/blob/${version}/changelog.md"; changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md"; description = "Custom Home Assistant Component for HomeMatic"; homepage = "https://github.com/danielperna84/custom_homematic"; homepage = "https://github.com/SukramJ/custom_homematic"; maintainers = with lib.maintainers; [ dotlambda ]; license = lib.licenses.mit; }; Loading