python312Packages.cfn-lint 0.84.0 -> 0.86.0 https://github.com/aws-cloudformation/cfn-lint/releases attrpath: python312Packages.cfn-lint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z6bw84yicl1jcd3y985n5a69cgnn01n6-packages.json.drv building '/nix/store/z6bw84yicl1jcd3y985n5a69cgnn01n6-packages.json.drv'... Going to be running update for following packages: - python3.12-cfn-lint-0.84.0 Press Enter key to continue... Running update for: - python3.12-cfn-lint-0.84.0: UPDATING ... - python3.12-cfn-lint-0.84.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix index c98715f9ab02..5e6a2e30fe10 100644 --- a/pkgs/development/python-modules/cfn-lint/default.nix +++ b/pkgs/development/python-modules/cfn-lint/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "cfn-lint"; - version = "0.84.0"; + version = "0.86.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "aws-cloudformation"; repo = "cfn-lint"; rev = "refs/tags/v${version}"; - hash = "sha256-N1bMJdPgl3Ohe4MhmFB5KH2FK4Vp2jB0RUscLFDvi2k="; + hash = "sha256-QkxCQ8YPRZSqAidmPus4JCgzez6uuRWvcaqfZsvugtY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.84.0" not present in staging derivation file with contents: { lib , aws-sam-translator , buildPythonPackage , fetchFromGitHub , jschema-to-python , jsonpatch , jsonschema , junit-xml , mock , networkx , pydot , pytestCheckHook , pythonOlder , pyyaml , regex , sarif-om , setuptools , sympy }: buildPythonPackage rec { pname = "cfn-lint"; version = "0.86.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "aws-cloudformation"; repo = "cfn-lint"; rev = "refs/tags/v${version}"; hash = "sha256-QkxCQ8YPRZSqAidmPus4JCgzez6uuRWvcaqfZsvugtY="; }; propagatedBuildInputs = [ aws-sam-translator jschema-to-python jsonpatch jsonschema junit-xml networkx networkx pyyaml regex sarif-om sympy ]; nativeCheckInputs = [ mock pydot pytestCheckHook ]; preCheck = '' export PATH=$out/bin:$PATH ''; disabledTests = [ # Requires git directory "test_update_docs" # Tests depend on network access (fails in getaddrinfo) "test_update_resource_specs_python_2" "test_update_resource_specs_python_3" "test_sarif_formatter" # Some CLI tests fails "test_bad_config" "test_override_parameters" "test_positional_template_parameters" "test_template_config" ]; pythonImportsCheck = [ "cfnlint" ]; meta = with lib; { description = "Checks cloudformation for practices and behaviour that could potentially be improved"; homepage = "https://github.com/aws-cloudformation/cfn-lint"; changelog = "https://github.com/aws-cloudformation/cfn-lint/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }