ansible-lint 6.15.0 -> 6.16.0 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 0307a885455..b5d881e11b5 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.15.0"; + version = "6.16.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-TOeQzwAGdgugHYuUbYAwNwL8dFS9GcazB53ZjUBRfm8="; + hash = "sha256-34Lzk18SCeMHRAjurl6DfM7G/VLB0xJmif9BJKuwpcs="; }; 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/schemas/playbook.json' adding 'ansiblelint/schemas/requirements.json' adding 'ansiblelint/schemas/role-arg-spec.json' adding 'ansiblelint/schemas/rulebook.json' adding 'ansiblelint/schemas/tasks.json' adding 'ansiblelint/schemas/vars.json' adding 'ansiblelint/testing/__init__.py' adding 'ansiblelint/testing/fixtures.py' adding 'ansible_lint-6.16.0.dist-info/METADATA' adding 'ansible_lint-6.16.0.dist-info/WHEEL' adding 'ansible_lint-6.16.0.dist-info/entry_points.txt' adding 'ansible_lint-6.16.0.dist-info/top_level.txt' adding 'ansible_lint-6.16.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.16.0-py3-none-any.whl size=279301 sha256=db897a70350ef8b960c163c106c984daa1393fde2ffa92cb06a52dbfd6dc73f4 Stored in directory: /build/pip-ephem-wheel-cache-_gj4tpit/wheels/f0/2c/63/d63616afe27412008293781e9eb38d61581abec859ac5c07eb Successfully built ansible-lint Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/ansible-lint-6.16.0/dist /build/ansible-lint-6.16.0 Processing ./ansible_lint-6.16.0-py3-none-any.whl Requirement already satisfied: pyyaml>=5.4.1 in /nix/store/v9dvbg3l7mn73ba3hpvw8bk2n007k7zi-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from ansible-lint==6.16.0) (6.0) Requirement already satisfied: subprocess-tee>=0.4.1 in /nix/store/x2z0ym9klkv32wllcfkgnjk9x2k9mkvl-python3.10-subprocess-tee-0.4.1/lib/python3.10/site-packages (from ansible-lint==6.16.0) (0.4.1) ERROR: Could not find a version that satisfies the requirement ruamel.yaml<0.18,>=0.17.24 (from ansible-lint) (from versions: none) ERROR: No matching distribution found for ruamel.yaml<0.18,>=0.17.24