home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.147 -> 0.13.154

https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.154/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-08-23 04:38:32 +02:00
parent 5ab545c33a
commit 557958e097
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,13 +11,14 @@
pytest-asyncio,
pytest-socket,
requests-mock,
respx,
syrupy,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.147";
version = "0.13.154";
pyproject = true;
disabled = pythonOlder "3.12";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
rev = "refs/tags/${version}";
hash = "sha256-FivgP0tKmu9QKPSVU9c/3SNduyKoSeAquHysdHSs11E=";
hash = "sha256-BmZ12amsa4BzesaxGMdQ2VY2FM5ZfgU32plAl4mG+tE=";
};
build-system = [ setuptools ];
@ -41,6 +42,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-socket
requests-mock
respx
syrupy
];