python312Packages.troposphere: 4.9.0 -> 4.9.1

This commit is contained in:
R. Ryantm
2025-04-12 23:59:01 +00:00
parent 996e36a291
commit 95996af043
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.9.0";
version = "4.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = pname;
tag = version;
hash = "sha256-1Qq1vV3DsslnwJq0d0MZ9bCadYD08gxLsM3tQmti4Pw=";
hash = "sha256-P2in05PJ8JubX7bvQbqyW7QkjK4BGBdysFclya7pxpE=";
};
propagatedBuildInputs = [ cfn-flip ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to create AWS CloudFormation descriptions";
homepage = "https://github.com/cloudtools/troposphere";
changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst";
changelog = "https://github.com/cloudtools/troposphere/blob/${src.tag}/CHANGELOG.rst";
license = licenses.bsd2;
maintainers = with maintainers; [ jlesquembre ];
};