Loading pkgs/development/python-modules/pydaikin/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pydaikin"; version = "2.9.1"; version = "2.10.5"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "mustang51"; repo = pname; rev = "v${version}"; hash = "sha256-HWJ+VHrSwdVN+PNp5NoqmDTVqb6RJy2Sr3zlrDuSBgA="; hash = "sha256-G4mNBHk8xskQyt1gbMqz5XhoTfWWxp+qTruOSqmTvOc="; }; propagatedBuildInputs = [ Loading @@ -30,6 +30,8 @@ buildPythonPackage rec { urllib3 ]; doCheck = false; # tests fail and upstream does not seem to run them either nativeCheckInputs = [ freezegun pytest-aiohttp Loading pkgs/development/python-modules/zigpy/default.nix +13 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ , pytest-timeout , pytestCheckHook , pythonOlder , setuptools , voluptuous }: buildPythonPackage rec { pname = "zigpy"; version = "0.56.1"; format = "setuptools"; version = "0.56.2"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -26,9 +27,18 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zigpy"; rev = "refs/tags/${version}"; hash = "sha256-xOvRsnTv/5GhGRVM9M6zjkEWI5dq9rGVcoi5G+0LpDE="; hash = "sha256-VUnt2rk1nQZqmoS8ytBCX2q3E4zxSz2A0Hg7AUXmtJo="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp aiosqlite Loading pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2023.7.1"; version = "2023.7.2"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run parse-requirements.py after updating hassVersion = "2023.7.1"; hassVersion = "2023.7.2"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -303,7 +303,7 @@ in python.pkgs.buildPythonApplication rec { # Primary source is the pypi sdist, because it contains translations src = fetchPypi { inherit pname version; hash = "sha256-YYuIVEAWLOIW1xiUGzq6TeFfCSj5rxn6H8W7XhgAhF8="; hash = "sha256-fESzpOOEGFOJJ0ldI/VaVN0kH/zbCCq25s8vNnCUOFs="; }; # Secondary source is git for tests Loading @@ -311,7 +311,7 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = "refs/tags/${version}"; hash = "sha256-ovboX1tixBDZEA2phmdE6LxnvpWDhdTeEWVw6xJiSMU="; hash = "sha256-HW+XO84enAA3BH4nppkXvAERT74y5m5jvz0uHWkkS6k="; }; nativeBuildInputs = with python.pkgs; [ Loading Loading
pkgs/development/python-modules/pydaikin/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pydaikin"; version = "2.9.1"; version = "2.10.5"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "mustang51"; repo = pname; rev = "v${version}"; hash = "sha256-HWJ+VHrSwdVN+PNp5NoqmDTVqb6RJy2Sr3zlrDuSBgA="; hash = "sha256-G4mNBHk8xskQyt1gbMqz5XhoTfWWxp+qTruOSqmTvOc="; }; propagatedBuildInputs = [ Loading @@ -30,6 +30,8 @@ buildPythonPackage rec { urllib3 ]; doCheck = false; # tests fail and upstream does not seem to run them either nativeCheckInputs = [ freezegun pytest-aiohttp Loading
pkgs/development/python-modules/zigpy/default.nix +13 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ , pytest-timeout , pytestCheckHook , pythonOlder , setuptools , voluptuous }: buildPythonPackage rec { pname = "zigpy"; version = "0.56.1"; format = "setuptools"; version = "0.56.2"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -26,9 +27,18 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zigpy"; rev = "refs/tags/${version}"; hash = "sha256-xOvRsnTv/5GhGRVM9M6zjkEWI5dq9rGVcoi5G+0LpDE="; hash = "sha256-VUnt2rk1nQZqmoS8ytBCX2q3E4zxSz2A0Hg7AUXmtJo="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp aiosqlite Loading
pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2023.7.1"; version = "2023.7.2"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading
pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run parse-requirements.py after updating hassVersion = "2023.7.1"; hassVersion = "2023.7.2"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -303,7 +303,7 @@ in python.pkgs.buildPythonApplication rec { # Primary source is the pypi sdist, because it contains translations src = fetchPypi { inherit pname version; hash = "sha256-YYuIVEAWLOIW1xiUGzq6TeFfCSj5rxn6H8W7XhgAhF8="; hash = "sha256-fESzpOOEGFOJJ0ldI/VaVN0kH/zbCCq25s8vNnCUOFs="; }; # Secondary source is git for tests Loading @@ -311,7 +311,7 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = "refs/tags/${version}"; hash = "sha256-ovboX1tixBDZEA2phmdE6LxnvpWDhdTeEWVw6xJiSMU="; hash = "sha256-HW+XO84enAA3BH4nppkXvAERT74y5m5jvz0uHWkkS6k="; }; nativeBuildInputs = with python.pkgs; [ Loading