python310Packages.cfn-lint 0 -> 1 attrpath: python310Packages.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/jhn131a0spjrcfg1rshvymzxz77hw7mw-packages.json.drv building '/nix/store/jhn131a0spjrcfg1rshvymzxz77hw7mw-packages.json.drv'... Going to be running update for following packages: - python3.10-cfn-lint-0.79.11 Press Enter key to continue... Running update for: - python3.10-cfn-lint-0.79.11: UPDATING ... - python3.10-cfn-lint-0.79.11: 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 f52bf2f667ae..657c49b1aced 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.79.11"; + version = "0.83.7"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "aws-cloudformation"; repo = "cfn-python-lint"; rev = "refs/tags/v${version}"; - hash = "sha256-dVLKMoZzP2q3bejEIslgpQgkPJOJUeEsXyyk8HRP6h0="; + hash = "sha256-lllj+ORoBbTa8lq0aSWQbBLsxIXogxu+vVtSeLKWuEc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.79.11" 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.83.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "aws-cloudformation"; repo = "cfn-lint"; rev = "refs/tags/v${version}"; hash = "sha256-0NHD8P+lKsrsEX/ypUS5dIwHOLudQcqkH8zG5RxANxE="; }; 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; [ ]; }; }