From 81015a1074d14d3c5ecaec9ec595e17fe10ccf3c Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 9 Oct 2022 10:40:34 +1300 Subject: [PATCH] nvchecker: add python-fqdn --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index ac2522b..73bd448 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-fqdn] +source = "github" +github = "ypcrts/fqdn" +use_max_tag = true +prefix = "v" + [python-isoduration] source = "github" github = "bolsote/isoduration"