python3Packages.zigpy-znp: 0.3.0 -> 0.4.0

This commit is contained in:
Martin Weinelt 2021-03-03 23:22:31 +01:00
parent 58b8e6142d
commit ba2a855492
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 7 deletions

View File

@ -17,13 +17,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zigpy-znp"; pname = "zigpy-znp";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zha-ng"; owner = "zha-ng";
repo = "zigpy-znp"; repo = "zigpy-znp";
rev = "v${version}"; rev = "v${version}";
sha256 = "18dav2n5fqdigf8dl7gcqa9z8l6p2ig6l5q78gqg2wj7wjpncwyj"; sha256 = "1g5jssdnibhb4i4k1js9iy9w40cipf1gdnyp847x0bv6wblzx8rl";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -45,11 +45,6 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
disabledTests = [
# zigpy-znp was too slow to sync up with the zigpy 0.29 release and has API breakage, remove >0.3.0
"test_force_remove"
];
meta = with lib; { meta = with lib; {
description = "A library for zigpy which communicates with TI ZNP radios"; description = "A library for zigpy which communicates with TI ZNP radios";
homepage = "https://github.com/zha-ng/zigpy-znp"; homepage = "https://github.com/zha-ng/zigpy-znp";