Merge pull request #208580 from r-ryantm/auto-update/python310Packages.ansible-lint
python310Packages.ansible-lint: 6.10.0 -> 6.10.1
This commit is contained in:
commit
d2bc0de99d
1 changed files with 5 additions and 4 deletions
|
@ -22,13 +22,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ansible-lint";
|
||||
version = "6.10.0";
|
||||
version = "6.10.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-9ezsWOvntr/El2vn1uQAQRqK8FsOGhnxXyX1nzQBNIw=";
|
||||
hash = "sha256-JPFbYa9SvCKwXQCPnrdmLxz0KrdACNqfia9x/FQMz6Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -91,15 +92,15 @@ buildPythonPackage rec {
|
|||
"test_run_inside_role_dir"
|
||||
"test_run_multiple_role_path_no_trailing_slash"
|
||||
"test_runner_exclude_globs"
|
||||
|
||||
"test_discover_lintables_umlaut"
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ansible-core ]}" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ansible/ansible-lint";
|
||||
description = "Best practices checker for Ansible";
|
||||
homepage = "https://github.com/ansible/ansible-lint";
|
||||
changelog = "https://github.com/ansible/ansible-lint/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sengaya ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue