2022-12-09T00:55:32 ansible-doctor 1.4.0 -> 1.4.7 https://pypi.org/project/ansible-doctor/ 2022-12-09T00:55:34 attrpath: ansible-doctor 2022-12-09T00:55:35 Checking auto update branch... 2022-12-09T00:55:35 No auto update branch exists 2022-12-09T00:55:35 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.7"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "thegeeklab"; repo = "ansible-doctor"; rev = "refs/tags/v${version}"; hash = "sha256-FTDbQ9RZs1XleferFS8BAioWP0iWyHrDbytY68q/0tQ="; }; 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"; changelog = "https://github.com/thegeeklab/ansible-doctor/releases/tag/v${version}"; license = licenses.lgpl3Only; maintainers = with maintainers; [ tboerger ]; }; }