From bc8b59f08e3724281afe23bb488eb1d49f14ff8a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 4 May 2023 00:35:23 +0200 Subject: [PATCH] python310Packages.hass-nabucasa: 0.64.0 -> 0.66.2 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.64.1 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.65.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.66.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.66.1 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.66.2 --- .../python-modules/hass-nabucasa/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 7ed70976fedb..ddb9f123b00e 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -7,15 +7,17 @@ , fetchFromGitHub , pycognito , pytest-aiohttp +, pytest-timeout , pytestCheckHook , pythonOlder , snitun -, warrant +, syrupy +, xmltodict }: buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.64.0"; + version = "0.66.2"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -24,7 +26,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-30Z8KBgcd53Nd9lf39Wt28PaYFcnBZ5LC7B+1cestKM="; + hash = "sha256-LlVT5WRd2uhUaghThJ5ghPbX40QjqTenUC4txMx3Jlo="; }; postPatch = '' @@ -41,12 +43,14 @@ buildPythonPackage rec { attrs pycognito snitun - warrant ]; nativeCheckInputs = [ pytest-aiohttp + pytest-timeout pytestCheckHook + syrupy + xmltodict ]; pythonImportsCheck = [