nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.zha-quirks: 0.0.139 -> 0.0.142

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.142

+7 -2
+7 -2
pkgs/development/python-modules/zha-quirks/default.nix
··· 7 7 pytestCheckHook, 8 8 pythonOlder, 9 9 setuptools, 10 + time-machine, 10 11 zigpy, 11 12 }: 12 13 13 14 buildPythonPackage rec { 14 15 pname = "zha-quirks"; 15 - version = "0.0.139"; 16 + version = "0.0.142"; 16 17 pyproject = true; 17 18 18 19 disabled = pythonOlder "3.12"; ··· 22 21 owner = "zigpy"; 23 22 repo = "zha-device-handlers"; 24 23 tag = version; 25 - hash = "sha256-16gv2t1hudIULybmAXK+sMl9MsFATHMGQeZWhmVhrkk="; 24 + hash = "sha256-D1FIkyVSa4j6p4PHkjCAU08zpZjjXPGWoL5lKlWUHuU="; 26 25 }; 27 26 28 27 postPatch = '' ··· 41 40 nativeCheckInputs = [ 42 41 pytest-asyncio 43 42 pytestCheckHook 43 + time-machine 44 44 ]; 45 45 46 46 disabledTests = [ ··· 49 47 "test_mfg_cluster_events" 50 48 "test_co2_sensor" 51 49 "test_smart_air_sensor" 50 + # AssertionError: expected call not found 51 + "test_moes" 52 + "test_tuya_mcu_set_time" 52 53 ]; 53 54 54 55 pythonImportsCheck = [ "zhaquirks" ];