diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-19 00:49:04 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-19 00:49:04 -0400 |
| commit | 052ce4458848174c04a6fce6f02cc6d6d3ccdbd7 (patch) | |
| tree | df8455547414aa475b0ef7242215cea60524e834 /sbolint | |
| parent | c198fc05e6d8a75ce9ff3986065243425c6a1297 (diff) | |
| download | sbo-maintainer-tools-052ce4458848174c04a6fce6f02cc6d6d3ccdbd7.tar.gz | |
sbolint: python hashed URL warning demoted to note.
Diffstat (limited to 'sbolint')
| -rwxr-xr-x | sbolint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } } |
