python311Packages.intellifire4py: update changelog entry

This commit is contained in:
Fabian Affolter
2023-12-20 15:43:55 +01:00
committed by GitHub
parent 7d5c09cbb8
commit eb265b37c2
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jeeftor";
repo = pname;
repo = "intellifire4py";
rev = "refs/tags/v${version}";
hash = "sha256-ovJUL8Z98F6gyKG04CoOiQE5dJbp9yTVHcTgniJBvOw=";
};
@@ -37,19 +37,20 @@ buildPythonPackage rec {
rich
];
pythonImportsCheck = [
"intellifire4py"
];
nativeCheckInputs = [
pytest-asyncio
pytest-httpx
pytestCheckHook
];
pythonImportsCheck = [
"intellifire4py"
];
meta = with lib; {
description = "Module to read Intellifire fireplace status data";
homepage = "https://github.com/jeeftor/intellifire4py";
changelog = "https://github.com/jeeftor/intellifire4py/blob/${version}/CHANGELOG";
changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};