aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-08-19 00:49:04 -0400
committerB. Watson <urchlay@slackware.uk>2026-08-19 00:49:04 -0400
commit052ce4458848174c04a6fce6f02cc6d6d3ccdbd7 (patch)
treedf8455547414aa475b0ef7242215cea60524e834 /sbolint
parentc198fc05e6d8a75ce9ff3986065243425c6a1297 (diff)
downloadsbo-maintainer-tools-052ce4458848174c04a6fce6f02cc6d6d3ccdbd7.tar.gz
sbolint: python hashed URL warning demoted to note.
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbolint b/sbolint
index d0d9e6e..96c87af 100755
--- a/sbolint
+++ b/sbolint
@@ -1438,7 +1438,7 @@ sub check_pypi_url {
# HTTPS transaction.
$newurl = "https://files.pythonhosted.org/packages/source/$initial/$srcnam/$filename";
if($url ne $newurl) {
- log_warning("$file: canonical pypi URL should be $newurl");
+ log_note("$file: canonical pypi URL should be $newurl");
}
}