Martin Weinelt 2023-12-06 22:29:57 +01:00
parent 5ffba0318d
commit 774442f610
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,11 +5,11 @@
# build
, setuptools
, wheel
# propagates
, aiohttp
, aiorun
, async-timeout
, coloredlogs
, dacite
, orjson
@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "python-matter-server";
version = "4.0.2";
version = "5.0.3";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -37,17 +37,22 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-matter-server";
rev = "refs/tags/${version}";
hash = "sha256-fyVvmYznYuhDhU3kApXgXjkPdwhJFxoFq3U87ichmt8=";
hash = "sha256-bR6AVoy9f02RKZ57dnHTDAv5LTCcd/qBbzMDRKsGbfM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'version = "0.0.0"' 'version = "${version}"'
'';
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [
aiohttp
aiorun
async-timeout
coloredlogs
dacite
orjson