python310Packages.troposphere: add changelog to meta
This commit is contained in:
parent
36b40c6008
commit
da2a34a3d9
@ -13,6 +13,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "troposphere";
|
pname = "troposphere";
|
||||||
version = "4.2.0";
|
version = "4.2.0";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -48,5 +49,6 @@ buildPythonPackage rec {
|
|||||||
maintainers = with maintainers; [ jlesquembre ];
|
maintainers = with maintainers; [ jlesquembre ];
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
homepage = "https://github.com/cloudtools/troposphere";
|
homepage = "https://github.com/cloudtools/troposphere";
|
||||||
|
changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user