Hi John, On Sun, Jan 24, 2021 at 1:51 AM John Scott <[email protected]> wrote: > Here's a solution that uses the > Quality Assurance team's redirector service, which uses the GitLab API and is > sure to be much more reliable: [...] > This detects version 2.46.0 correctly. Thanks for the patch. Please note the versioning scheme of Graphviz. The alpha, beta, release candidate scheme is not used there. They do normal versioning and mark the ones for end users as 'stable_release' [1]. This is used in the current watch file. It doesn't find 2.46.0 as it's not stable and I'm reluctant to package such versions. See this release for example. Soon a broken overflow check was fixed [2] and some memory leaks [3]. Maybe after some more fixing they will release a stable 2.46.x, we will see. As mentioned, I'm not sure the watch file should show all tagged versions of Graphviz.
Regards, Laszlo/GCS [1] https://gitlab.com/graphviz/graphviz/-/tags [2] https://gitlab.com/graphviz/graphviz/-/issues/1906 [3] https://gitlab.com/graphviz/graphviz/-/merge_requests/1699/commits

