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
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user