vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 415466efedf750f3ac9bc61d20b34a498691656a
Merge: 9904cfc 9f215ac
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Thu Jan 9 23:35:14 2025 +0000
Merge branch 'fix-debian-watch' into 'master'
d/watch: tags are prefixed with v
See merge request python-team/packages/python-legacy-cgi!1
commit 9f215aca1c71aa412d9e238570df9af4f004cb60
Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Date: Wed Jan 8 10:44:29 2025 +0100
d/watch: tags are prefixed with v
uscan output was rather empty:
...
HEAD ()
refs/heads/main ()
refs/pull/2/head ()
refs/pull/8/head ()
refs/pull/8/merge ()
refs/tags/v2.6 ()
refs/tags/v2.6.1 ()
uscan info: Scan finished
The reasons seems to be that upstream tags [1] have a "v" prefix,
adding that to what we look for fixes this issue.
...
uscan info: Found the following matching refs:
refs/tags/v2.6.1 (v2.6.1)
refs/tags/v2.6 (v2.6)
...
uscan info: Newest version of python-legacy-cgi on remote site is 2.6.1,
local version is 2.6.1
[1]: https://github.com/jackrosenthal/legacy-cgi/tags
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>