ansible-lint 6.14.3 -> 6.14.4 https://github.com/ansible/ansible-lint/releases attrpath: ansible-lint Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index 11d50a9ec9d..13348e9089b 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "ansible-lint"; - version = "6.14.3"; + version = "6.14.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-c+xZkptiFPbSzlhYwixk46HaunuM3BJxgzu208cVVEk="; + hash = "sha256-QlikHnZssWqI/qTD1TXzkPlnxa824OjKwjZMXsmQQ9s="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ansible-lint nix build failed. adding 'ansiblelint/testing/fixtures.py' adding 'ansible_lint-6.14.4.dist-info/METADATA' adding 'ansible_lint-6.14.4.dist-info/WHEEL' adding 'ansible_lint-6.14.4.dist-info/entry_points.txt' adding 'ansible_lint-6.14.4.dist-info/top_level.txt' adding 'ansible_lint-6.14.4.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for ansible-lint (pyproject.toml) ... [?25l[?25hdone Created wheel for ansible-lint: filename=ansible_lint-6.14.4-py3-none-any.whl size=275423 sha256=4183be23560b3a0bdd7a792471c7231d18b60851579da5528bc490adb9acbde2 Stored in directory: /build/pip-ephem-wheel-cache-l2b6c5q0/wheels/84/a2/d4/2125745514252dff48f543e1ed2a3a396388ba8c25443a2778 Successfully built ansible-lint Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/ansible-lint-6.14.4/dist /build/ansible-lint-6.14.4 Processing ./ansible_lint-6.14.4-py3-none-any.whl Requirement already satisfied: black>=22.8.0 in /nix/store/zilwz8pyf0rb2d9m39cf5mahn55z4y1v-python3.10-black-23.1.0/lib/python3.10/site-packages (from ansible-lint==6.14.4) (23.1.0) Requirement already satisfied: rich>=12.0.0 in /nix/store/kvkakcjb3w5ah706xqz5bdd24z66cgp0-python3.10-rich-13.3.1/lib/python3.10/site-packages (from ansible-lint==6.14.4) (13.3.1) Requirement already satisfied: jsonschema>=4.10.0 in /nix/store/l26ry4dyi1jr92zdhvr6ja40i7siif9v-python3.10-jsonschema-4.17.3/lib/python3.10/site-packages (from ansible-lint==6.14.4) (4.17.3) Requirement already satisfied: filelock>=3.3.0 in /nix/store/7r33iqsm4dhdvxm04l1f9mkifw46qcb3-python3.10-filelock-3.9.0/lib/python3.10/site-packages (from ansible-lint==6.14.4) (3.9.0) Requirement already satisfied: ruamel.yaml<0.18,>=0.17.21 in /nix/store/l8ynwc0zqc81hvcbjnpdhgsg7dn9impc-python3.10-ruamel-yaml-0.17.21/lib/python3.10/site-packages (from ansible-lint==6.14.4) (0.17.21) Requirement already satisfied: wcmatch>=8.1.2 in /nix/store/awz755w0gzq0bwf3djxgqnr4f31xfhfr-python3.10-wcmatch-8.4.1/lib/python3.10/site-packages (from ansible-lint==6.14.4) (8.4.1) Requirement already satisfied: subprocess-tee>=0.4.1 in /nix/store/bp2j123pmbivl0vgg6z13wsnddi3lsw6-python3.10-subprocess-tee-0.4.1/lib/python3.10/site-packages (from ansible-lint==6.14.4) (0.4.1) Requirement already satisfied: packaging>=21.3 in /nix/store/hz1ayhmrwvbrbpv6r6q17p71yfp7qnsp-python3.10-packaging-23.0/lib/python3.10/site-packages (from ansible-lint==6.14.4) (23.0) Requirement already satisfied: pyyaml>=5.4.1 in /nix/store/5z40dkf12ybx5nlw7ab0qznv3ll0dv82-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from ansible-lint==6.14.4) (6.0) ERROR: Could not find a version that satisfies the requirement yamllint>=1.30.0 (from ansible-lint) (from versions: none) ERROR: No matching distribution found for yamllint>=1.30.0