From 878f682b4b15af306e63f5ad0493a4166c9c7bc1 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 12 Apr 2022 14:03:37 +1200 Subject: [PATCH] nvchecker: add python-weasyprint --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 83ec564..4201edc 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-weasyprint] +source = "github" +github = "Kozea/WeasyPrint" +use_max_tag = true +prefix = "v" + [python-pydyf] source = "github" github = "CourtBouillon/pydyf"