Merge pull request #208217 from fabaff/pyisy-bump

python310Packages.pyisy: add changelog to meta
This commit is contained in:
Fabian Affolter 2022-12-29 21:39:21 +01:00 committed by GitHub
commit 4e403d40e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,15 @@
, requests
, python-dateutil
, aiohttp
, pythonOlder
}:
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "automicus";
@ -37,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to talk to ISY994 from UDI";
homepage = "https://github.com/automicus/PyISY";
changelog = "https://github.com/automicus/PyISY/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda ];
};