python311Packages.python-matter-server: 5.1.1 -> 5.5.3
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.5.3
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
# optionals
|
||||
, cryptography
|
||||
, home-assistant-chip-core
|
||||
, zeroconf
|
||||
|
||||
# tests
|
||||
, python
|
||||
@@ -28,7 +29,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-matter-server";
|
||||
version = "5.1.1";
|
||||
version = "5.5.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -37,7 +38,7 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "python-matter-server";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-y4gapml7rIwOu1TVDEHPch7JS5Rl/cIfMLeVMIFzXOY=";
|
||||
hash = "sha256-8daAABR5l8ZEX+PR4XrxRHlLllgnOVE4Q9yY/7UQXHw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -63,6 +64,7 @@ buildPythonPackage rec {
|
||||
server = [
|
||||
cryptography
|
||||
home-assistant-chip-core
|
||||
zeroconf
|
||||
];
|
||||
};
|
||||
|
||||
@@ -70,7 +72,7 @@ buildPythonPackage rec {
|
||||
pytest-aiohttp
|
||||
pytestCheckHook
|
||||
]
|
||||
++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
|
||||
++ lib.flatten (lib.attrValues passthru.optional-dependencies);
|
||||
|
||||
preCheck = let
|
||||
pythonEnv = python.withPackages (_: propagatedBuildInputs ++ nativeCheckInputs ++ [ pytest ]);
|
||||
|
||||
Reference in New Issue
Block a user