2022-11-01T21:26:53 ansible-doctor 1.4.0 -> 1.4.5 https://pypi.org/project/ansible-doctor/ 2022-11-01T21:26:56 attrpath: ansible-doctor 2022-11-01T21:26:56 Checking auto update branch... 2022-11-01T21:26:56 No auto update branch exists 2022-11-01T21:26:57 Old version 1.4.0" not present in master derivation file with contents: { lib , anyconfig , appdirs , buildPythonPackage , colorama , environs , fetchFromGitHub , jinja2 , jsonschema , nested-lookup , pathspec , poetry-core , python-json-logger , pythonOlder , ruamel-yaml }: buildPythonPackage rec { pname = "ansible-doctor"; version = "1.4.5"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "thegeeklab"; repo = "ansible-doctor"; rev = "refs/tags/v${version}"; hash = "sha256-Bqe5dqD9VEgkkIGtpkLnCf3KTziCYb5HQdMJaskALWE="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ anyconfig appdirs colorama environs jinja2 jsonschema nested-lookup pathspec python-json-logger ruamel-yaml ]; postInstall = '' rm $out/lib/python*/site-packages/LICENSE ''; postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' \ --replace 'Jinja2 = "3.1.2"' 'Jinja2 = "*"' \ --replace 'anyconfig = "0.13.0"' 'anyconfig = "*"' \ --replace 'environs = "9.5.0"' 'environs = "*"' \ --replace 'jsonschema = "4.15.0"' 'jsonschema = "*"' \ --replace '"ruamel.yaml" = "0.17.21"' '"ruamel.yaml" = "*"' \ --replace 'python-json-logger = "2.0.4"' 'python-json-logger = "*"' ''; # Module has no tests doCheck = false; pythonImportsCheck = [ "ansibledoctor" ]; meta = with lib; { description = "Annotation based documentation for your Ansible roles"; homepage = "https://github.com/thegeeklab/ansible-doctor"; license = licenses.lgpl3Only; maintainers = with maintainers; [ tboerger ]; }; }