python3Packages.hass-nabucasa: 0.106.0 -> 0.111.1
https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.111.1
This commit is contained in:
@@ -8,12 +8,15 @@
|
||||
ciso8601,
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
pycognito,
|
||||
pyjwt,
|
||||
pytest-aiohttp,
|
||||
pytest-socket,
|
||||
pytest-timeout,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
sentence-stream,
|
||||
setuptools,
|
||||
snitun,
|
||||
syrupy,
|
||||
@@ -23,7 +26,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hass-nabucasa";
|
||||
version = "0.106.0";
|
||||
version = "0.111.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.13";
|
||||
@@ -32,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "nabucasa";
|
||||
repo = "hass-nabucasa";
|
||||
tag = version;
|
||||
hash = "sha256-GrdtZGAaDZWVsKatiWxp9uSNSLjnzM0Cw+26IHm1KN0=";
|
||||
hash = "sha256-WmsLn/pHI3KJSmX5U20eNUEs0Q1upuwkkzcHIYPNYjY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -51,12 +54,15 @@ buildPythonPackage rec {
|
||||
cryptography
|
||||
pycognito
|
||||
pyjwt
|
||||
sentence-stream
|
||||
snitun
|
||||
webrtc-models
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
freezegun
|
||||
pytest-aiohttp
|
||||
pytest-socket
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
syrupy
|
||||
|
||||
Reference in New Issue
Block a user