python3Packages.hass-nabucasa: 0.105.0 -> 0.106.0

https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.106.0
This commit is contained in:
Martin Weinelt
2025-07-15 05:04:30 +02:00
parent 0e210f2705
commit 16da17e9fe
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.105.0";
version = "0.106.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
tag = version;
hash = "sha256-KH6wUh5BRsYox0BPo7BNCS+8KaRtpoWvaQHbcuN89hE=";
hash = "sha256-GrdtZGAaDZWVsKatiWxp9uSNSLjnzM0Cw+26IHm1KN0=";
};
build-system = [ setuptools ];
@@ -63,6 +63,11 @@ buildPythonPackage rec {
xmltodict
];
disabledTests = [
# mock time 10800s (3h) vs 43200s (12h)
"test_subscription_reconnection_handler_renews_and_starts"
];
pythonImportsCheck = [ "hass_nabucasa" ];
meta = with lib; {