2022-12-16T20:30:42 ansible-lint 6.9.0 -> 6.10.0 https://github.com/ansible/ansible-lint/releases 2022-12-16T20:30:44 attrpath: ansible-lint 2022-12-16T20:30:44 Checking auto update branch... 2022-12-16T20:30:44 No auto update branch exists 2022-12-16T20:30:49 [version] 2022-12-16T20:30:51 [version] updated version and sha256 2022-12-16T20:30:51 [rustCrateVersion] 2022-12-16T20:30:51 [rustCrateVersion] No cargoSha256 found 2022-12-16T20:30:51 [golangModuleVersion] 2022-12-16T20:30:51 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T20:30:51 [updateScript] 2022-12-16T20:30:51 [updateScript] skipping because derivation has no updateScript 2022-12-16T20:30:51 2022-12-16T20:30:51 [quotedUrls] 2022-12-16T20:30:51 [quotedUrls] nothing found to replace 2022-12-16T20:30:52 Diff after rewrites: diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index 82053713774..691a4f1146c 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -22,13 +22,13 @@ buildPythonPackage rec { pname = "ansible-lint"; - version = "6.9.0"; + version = "6.10.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - sha256 = "sha256-FO+RmSDErMmAVH3tC9Qjp6J6CyMnc45ZM0P0RvOxJsY="; + sha256 = "sha256-9ezsWOvntr/El2vn1uQAQRqK8FsOGhnxXyX1nzQBNIw="; }; postPatch = '' 2022-12-16T20:32:25 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ansible-lint nix build failed. adding 'ansible_lint-6.10.0.dist-info/METADATA' adding 'ansible_lint-6.10.0.dist-info/WHEEL' adding 'ansible_lint-6.10.0.dist-info/entry_points.txt' adding 'ansible_lint-6.10.0.dist-info/top_level.txt' adding 'ansible_lint-6.10.0.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.10.0-py3-none-any.whl size=256438 sha256=7312d536345cfefced5c1ae00c18fdd908b05b7621e68c58dfb400c23f4a6e77 Stored in directory: /build/pip-ephem-wheel-cache-u9wc9fje/wheels/0d/00/3f/350639b1b4564f9059a5c86d7359a25dc6e3fc6124e7c6a805 Successfully built ansible-lint Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/ansible-lint-6.10.0/dist /build/ansible-lint-6.10.0 Processing ./ansible_lint-6.10.0-py3-none-any.whl Requirement already satisfied: black>=22.8.0 in /nix/store/04ssdq06x6nr3nrzrhxasdq1r077yhcq-python3.10-black-22.12.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (22.12.0) Requirement already satisfied: yamllint>=1.26.3 in /nix/store/w5x92kk47s770s5x4zqkr99x3d8c9zic-python3.10-yamllint-1.28.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (1.28.0) Requirement already satisfied: rich>=12.0.0 in /nix/store/ar3v5gv1zh51skkgag2rpv3c7aqdvd6c-python3.10-rich-12.6.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (12.6.0) Requirement already satisfied: jsonschema>=4.10.0 in /nix/store/83rxkrqdd2lhmmgzwqzwfs12qshnib3l-python3.10-jsonschema-4.17.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (4.17.0) Requirement already satisfied: filelock>=3.3.0 in /nix/store/nc8c0d1r1sd7wg0l1pdzkbqmxj5wfxqa-python3.10-filelock-3.8.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (3.8.0) Requirement already satisfied: ansible-core>=2.12.0 in /nix/store/x0bf1nxr77c98xqlnbs776ayz9235ckv-python3.10-ansible-core-2.14.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (2.14.0) Requirement already satisfied: ruamel.yaml<0.18,>=0.17.21 in /nix/store/d6z7qbvs7wy5zbcklb3hdx9f972zb2vw-python3.10-ruamel-yaml-0.17.21/lib/python3.10/site-packages (from ansible-lint==6.10.0) (0.17.21) Requirement already satisfied: wcmatch>=8.1.2 in /nix/store/9x11hpga0k9x16pg2bli4cvghjhjc1kv-python3.10-wcmatch-8.4.1/lib/python3.10/site-packages (from ansible-lint==6.10.0) (8.4.1) Requirement already satisfied: packaging>=21.3 in /nix/store/smx3g15iglkhs2n4kpnhz3dcx88sshj3-python3.10-packaging-21.3/lib/python3.10/site-packages (from ansible-lint==6.10.0) (21.3) Requirement already satisfied: pyyaml>=5.4.1 in /nix/store/6izcg87m70z0j4cbxjfmn1fmiq9z3q4r-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from ansible-lint==6.10.0) (6.0) ERROR: Could not find a version that satisfies the requirement ansible-compat>=2.2.7 (from ansible-lint) (from versions: none) ERROR: No matching distribution found for ansible-compat>=2.2.7