From e61951caaff58389eb678db193a55bfd82c45a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 29 Oct 2025 16:48:36 -0700 Subject: [PATCH] python3Packages.hass-nabucasa: 1.1.1 -> 1.5.1 Diff: https://github.com/nabucasa/hass-nabucasa/compare/1.1.1...1.5.1 Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.1.2 https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.2.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.3.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.4.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.5.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.5.1 --- .../python-modules/hass-nabucasa/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index e231e8ab6013..16b874cc9ce8 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -9,6 +9,7 @@ cryptography, fetchFromGitHub, freezegun, + josepy, pycognito, pyjwt, pytest-aiohttp, @@ -20,13 +21,15 @@ setuptools, snitun, syrupy, + voluptuous, webrtc-models, xmltodict, + yarl, }: buildPythonPackage rec { pname = "hass-nabucasa"; - version = "1.1.1"; + version = "1.5.1"; pyproject = true; disabled = pythonOlder "3.13"; @@ -35,7 +38,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-4wqlV3stqbraiDBp/g5XNMiUR8SsmGggqXlq6MXXgbM="; + hash = "sha256-BYRVr8YWYG+6vmCFCEJH0v2s+EpefDxmcBMHkXHRCrA="; }; postPatch = '' @@ -58,11 +61,14 @@ buildPythonPackage rec { attrs ciso8601 cryptography + josepy pycognito pyjwt sentence-stream snitun + voluptuous webrtc-models + yarl ]; nativeCheckInputs = [ @@ -75,11 +81,6 @@ buildPythonPackage rec { xmltodict ]; - disabledTests = [ - # mock time 10800s (3h) vs 43200s (12h) - "test_subscription_reconnection_handler_renews_and_starts" - ]; - pythonImportsCheck = [ "hass_nabucasa" ]; meta = with lib; {