2022-11-15T22:48:26 ansible-doctor 1.4.0 -> 1.4.6 https://pypi.org/project/ansible-doctor/ 2022-11-15T22:48:29 attrpath: ansible-doctor 2022-11-15T22:48:29 Checking auto update branch... 2022-11-15T22:48:29 No auto update branch exists 2022-11-15T22:48:30 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 , pythonRelaxDepsHook , ruamel-yaml }: buildPythonPackage rec { pname = "ansible-doctor"; version = "1.4.6"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "thegeeklab"; repo = "ansible-doctor"; rev = "refs/tags/v${version}"; hash = "sha256-76IYH9IWeHU+PAtpLFGT5f8oG2roY3raW0NC3KUnFls="; }; pythonRelaxDeps = true; postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' ''; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ anyconfig appdirs colorama environs jinja2 jsonschema nested-lookup pathspec python-json-logger ruamel-yaml ]; postInstall = '' rm $out/lib/python*/site-packages/LICENSE ''; # 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 ]; }; }