Merge pull request #208217 from fabaff/pyisy-bump
python310Packages.pyisy: add changelog to meta
This commit is contained in:
commit
4e403d40e5
1 changed files with 5 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue