From cb0cfdccf84a927335691ff21fac5efc16d3f5d6 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 21 Aug 2026 15:35:33 +0200 Subject: Added python3-telethon --- .extras/nvchecker.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.extras') diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index c953560..9afeb41 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -53,3 +53,13 @@ prefix = "v" source = "regex" url = "https://apt.metasploit.com/" regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb" + +# Tracked from the codeberg tags, matching DOWNLOAD: the PyPI sdist omits +# telethon_generator/ and cannot be built from source. Codeberg is Forgejo, +# so the gitea source works against it with a host override. +[python3-telethon] +source = "gitea" +gitea = "Lonami/Telethon" +host = "codeberg.org" +use_max_tag = true +prefix = "v" -- cgit v1.2.3