python310Packages.ansible-lint: 6.1.0 -> 6.2.1

This commit is contained in:
Sandro Jäckel 2022-05-19 15:35:44 +02:00 committed by Sandro Jäckel
parent 358b2ca070
commit 2e207b95a1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,25 +7,26 @@
, enrich
, flaky
, jsonschema
, pythonOlder
, pytest
, pytest-xdist
, pytestCheckHook
, pyyaml
, rich
, ruamel-yaml
, wcmatch
, yamllint
, pythonOlder
, pytest-xdist
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "ansible-lint";
version = "6.1.0";
version = "6.2.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-NEkSQNPlQF7uJkcfOgCrDVRyTrYKNZ4kJIZKVE5gl9Q=";
sha256 = "sha256-yg3u5YNcv6+buhgnWGiKiKC5xoUrMrFed+SwN2whvB8=";
};
postPatch = ''
@ -43,6 +44,7 @@ buildPythonPackage rec {
ansible-core
enrich
jsonschema
pytest # yes, this is an actual runtime dependency
pyyaml
rich
ruamel-yaml