python310Packages.zigpy-znp: 0.7.0 -> 0.8.0

This commit is contained in:
Fabian Affolter 2022-06-30 23:58:22 +02:00 committed by Martin Weinelt
parent c2127eaef0
commit 5724ddfc4a

View file

@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zigpy-znp"; pname = "zigpy-znp";
version = "0.7.0"; version = "0.8.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy"; owner = "zigpy";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0h6dclz4q4lvmapzpslh8kb0aihdjddbkxc4zc981glbip89li5w"; sha256 = "sha256-sGwZL2AOCEWO9xl3HPHBGEFQ5NVk6CeuX9lt8ez8MFE=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -45,7 +45,7 @@ buildPythonPackage rec {
pytest-mock pytest-mock
pytest-timeout pytest-timeout
pytestCheckHook pytestCheckHook
] ++ lib.optionals (pythonOlder "3.8") [ ] ++ lib.optionals (pythonOlder "3.8") [
asynctest asynctest
]; ];
@ -54,7 +54,7 @@ buildPythonPackage rec {
]; ];
meta = with lib; { meta = with lib; {
description = "Python library for zigpy which communicates with TI ZNP radios"; description = "Library for zigpy which communicates with TI ZNP radios";
homepage = "https://github.com/zigpy/zigpy-znp"; homepage = "https://github.com/zigpy/zigpy-znp";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];