python310Packages.zigpy: 0.56.1 -> 0.56.2

https://github.com/zigpy/zigpy/releases/tag/0.56.2
This commit is contained in:
Martin Weinelt 2023-07-14 01:04:26 +02:00
parent 4619083f80
commit 02b05fb704
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,13 +12,14 @@
, pytest-timeout
, pytestCheckHook
, pythonOlder
, setuptools
, voluptuous
}:
buildPythonPackage rec {
pname = "zigpy";
version = "0.56.1";
format = "setuptools";
version = "0.56.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -26,9 +27,18 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-xOvRsnTv/5GhGRVM9M6zjkEWI5dq9rGVcoi5G+0LpDE=";
hash = "sha256-VUnt2rk1nQZqmoS8ytBCX2q3E4zxSz2A0Hg7AUXmtJo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'dynamic = ["version"]' 'version = "${version}"'
'';
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
aiosqlite