From 26875a64956bba63e1cc5bcd84875ba7448ca8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 21 Apr 2025 14:45:11 -0700 Subject: [PATCH] python313Packages.bosch-alarm-mode2: 0.4.3 -> 0.4.6 Diff: https://github.com/mag1024/bosch-alarm-mode2/compare/refs/tags/v0.4.3...refs/tags/v0.4.6 --- .../python-modules/bosch-alarm-mode2/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bosch-alarm-mode2/default.nix b/pkgs/development/python-modules/bosch-alarm-mode2/default.nix index b9b3e6501c57..bbbf81d71d18 100644 --- a/pkgs/development/python-modules/bosch-alarm-mode2/default.nix +++ b/pkgs/development/python-modules/bosch-alarm-mode2/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "bosch-alarm-mode2"; - version = "0.4.3"; + version = "0.4.6"; pyproject = true; src = fetchFromGitHub { owner = "mag1024"; repo = "bosch-alarm-mode2"; tag = "v${version}"; - hash = "sha256-bVLwEPWpdCuLanEOAykvvVnL8C8JvOrbcVic/kV15BE="; + hash = "sha256-oTGkEguN4EFJI5+UhqxKBN1x2Ppf9wQ0AeYbiLi1fhk="; }; build-system = [ @@ -25,6 +25,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "bosch_alarm_mode2" ]; + # upstream has no tests + doCheck = false; + meta = { description = "Async Python library for interacting with Bosch Alarm Panels supporting the 'Mode 2' API"; homepage = "https://github.com/mag1024/bosch-alarm-mode2";