Brian May <b...@debian.org> writes: > I will look at making a pull request tomorrow. The changes should be > reasonably straight forward syntax changes (e.g. use "!=" instead of > "<>" for the does not equal operator), work with Python3 in stretch, and > not require any additional dependancies (I think it only depends on > Python3).
Python3 support: https://salsa.debian.org/security-tracker-team/security-tracker/merge_requests/7 This one implements bin/list-potential-packages-affected-by-code-copies: https://salsa.debian.org/security-tracker-team/security-tracker/merge_requests/8 At present time I have written this one to work with Python 2.7 and Python 3.6, but it won't work with Python 3.6 without the other pull request first -- Brian May <b...@debian.org>