[Git][reproducible-builds/trydiffoscope][master] 2 commits: Move to Build-Depends on python3-docutils over python-docutils to allow for...
Chris Lamb
gitlab at salsa.debian.org
Wed Oct 23 08:37:58 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
db1c34e0 by Chris Lamb at 2019-10-23T08:35:08Z
Move to Build-Depends on python3-docutils over python-docutils to allow for Python 2.x removal. (Closes: #943293)
- - - - -
f56966e4 by Chris Lamb at 2019-10-23T08:36:49Z
releasing package trydiffoscope version 67.0.3
- - - - -
3 changed files:
- debian/changelog
- debian/control
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at debian.org> Wed, 23 Oct 2019 09:35:43 +0100
+
trydiffoscope (67.0.2) unstable; urgency=medium
* Add (and apply) black code formatter.
=====================================
debian/control
=====================================
@@ -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
=====================================
setup.py
=====================================
@@ -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 at debian.org",
scripts=('trydiffoscope',),
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/compare/b89d7c824848a8fb03ceaad2839444d3653295e6...f56966e41526f1f5329b8b013981bb5ed035f0e8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/compare/b89d7c824848a8fb03ceaad2839444d3653295e6...f56966e41526f1f5329b8b013981bb5ed035f0e8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20191023/a7bf18a4/attachment.htm>
More information about the rb-commits
mailing list