home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.285 -> 0.13.297 (#467586)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-homeassistant-custom-component";
|
||||
version = "0.13.285";
|
||||
version = "0.13.297";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.13";
|
||||
@@ -26,8 +26,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "MatthewFlamm";
|
||||
repo = "pytest-homeassistant-custom-component";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-pP8zUjOhhaXE+cbx3fKlJaoNBBprOfAKS0F92Tf8hjI=";
|
||||
tag = version;
|
||||
hash = "sha256-5s8c1OpVqQ63BNLZz0mTyqwbsIZLUmckF5yJkyNgzrw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Package to automatically extract testing plugins from Home Assistant for custom component testing";
|
||||
homepage = "https://github.com/MatthewFlamm/pytest-homeassistant-custom-component";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user