Package: src:vulture Version: 0.21-1.1 Severity: serious Tags: sid bullseye patch User: debian-pyt...@lists.debian.org Usertags: python3.8
vulture needs a new upstream for Python 3.8, tests are failing. example packaging at https://launchpad.net/ubuntu/+source/vulture/1.3-0ubuntu1 News ==== 1.3 (2020-02-03) ---------------- * Detect redundant 'if' conditions without 'else' blocks. * Add whitelist for ``string.Formatter`` (Joseph Bylund, #183). 1.2 (2019-11-22) ---------------- * Fix tests for Python 3.8 (#166). * Use new ``Constant`` AST node under Python 3.8+ (#175). * Add test for f-strings (#177). * Add whitelist for ``logging`` module.