2022-11-05T08:39:56 ansi2html 1.7.0 -> 1.8.0 https://pypi.org/project/ansi2html/ 2022-11-05T08:39:58 attrpath: ansi2html 2022-11-05T08:39:59 Checking auto update branch... 2022-11-05T08:39:59 No auto update branch exists 2022-11-05T08:40:00 Old version 1.7.0" not present in master derivation file with contents: { lib, buildPythonPackage, fetchPypi, isPy3k, six, mock, pytestCheckHook, setuptools, setuptools-scm }: buildPythonPackage rec { pname = "ansi2html"; version = "1.8.0"; format = "pyproject"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "sha256-OLgqKYSCofomE/D5yb6z23Ko+DLurFjrLke/Ms039tU="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ six setuptools ]; preCheck = "export PATH=$PATH:$out/bin"; checkInputs = [ mock pytestCheckHook ]; pythonImportsCheck = [ "ansi2html" ]; meta = with lib; { description = "Convert text with ANSI color codes to HTML"; homepage = "https://github.com/ralphbean/ansi2html"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ davidtwco ]; }; }