Skip to content
Commits on Source (2)
trydiffoscope (67.0.3) unstable; urgency=medium
* Move to Build-Depends on python3-docutils over python-docutils to allow for
* Python 2.x removal. (Closes: #943293)
-- Chris Lamb <lamby@debian.org> Wed, 23 Oct 2019 09:35:43 +0100
trydiffoscope (67.0.2) unstable; urgency=medium
* Add (and apply) black code formatter.
......
......@@ -7,9 +7,9 @@ Uploaders:
Build-Depends:
debhelper-compat (= 12),
dh-python,
python-docutils,
python3-all,
python3-distutils,
python3-docutils,
Standards-Version: 4.4.1
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
......
......@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
version='67.0.2',
version='67.0.3',
author="Chris Lamb",
author_email="lamby@debian.org",
scripts=('trydiffoscope',),
......