Loading debian/changelog +9 −3 Original line number Diff line number Diff line diffoscope (118) UNRELEASED; urgency=medium diffoscope (118) unstable; urgency=medium * WIP * Don't fail in autopkgtests when, for example, we do not have sufficiently newer or older version of file. (Closes: #931881) * Also include python3-tlsh in test dependencies. * Tidy handling of DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS: - Merge two previously-overlapping environment variables. - Use repr(..)-style output when printing test status. - Add some explicit return values to appease pylint. -- Chris Lamb <lamby@debian.org> Tue, 09 Jul 2019 10:27:28 -0300 -- Chris Lamb <lamby@debian.org> Sat, 13 Jul 2019 10:23:29 -0300 diffoscope (117) unstable; urgency=medium Loading diffoscope/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with diffoscope. If not, see <https://www.gnu.org/licenses/>. VERSION = "117" VERSION = "118" Loading
debian/changelog +9 −3 Original line number Diff line number Diff line diffoscope (118) UNRELEASED; urgency=medium diffoscope (118) unstable; urgency=medium * WIP * Don't fail in autopkgtests when, for example, we do not have sufficiently newer or older version of file. (Closes: #931881) * Also include python3-tlsh in test dependencies. * Tidy handling of DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS: - Merge two previously-overlapping environment variables. - Use repr(..)-style output when printing test status. - Add some explicit return values to appease pylint. -- Chris Lamb <lamby@debian.org> Tue, 09 Jul 2019 10:27:28 -0300 -- Chris Lamb <lamby@debian.org> Sat, 13 Jul 2019 10:23:29 -0300 diffoscope (117) unstable; urgency=medium Loading
diffoscope/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with diffoscope. If not, see <https://www.gnu.org/licenses/>. VERSION = "117" VERSION = "118"