[Git][reproducible-builds/trydiffoscope][master] 3 commits: Add explicit python3-setuptools dependency. (Closes: #1080825)
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Sep 6 11:02:53 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
05ea28c4 by Chris Lamb at 2024-09-06T11:58:33+01:00
Add explicit python3-setuptools dependency. (Closes: #1080825)
- - - - -
392e64d5 by Chris Lamb at 2024-09-06T11:58:49+01:00
Bump Standards-Version to 4.7.0.
- - - - -
1ff9bfe0 by Chris Lamb at 2024-09-06T12:00:54+01:00
releasing package trydiffoscope version 67.0.8
- - - - -
3 changed files:
- debian/changelog
- debian/control
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+trydiffoscope (67.0.8) unstable; urgency=medium
+
+ * Add explicit python3-setuptools dependency. (Closes: #1080825)
+ * Bump Standards-Version to 4.7.0.
+
+ -- Chris Lamb <lamby at debian.org> Fri, 06 Sep 2024 11:59:25 +0100
+
trydiffoscope (67.0.7) unstable; urgency=medium
* Drop Build-Depends on python3-distutils. (Closes: #1065988)
=====================================
debian/control
=====================================
@@ -9,7 +9,8 @@ Build-Depends:
dh-python,
python3-all,
python3-docutils,
-Standards-Version: 4.6.2
+ python3-setuptools,
+Standards-Version: 4.7.0
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
=====================================
setup.py
=====================================
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='trydiffoscope',
- version='67.0.7',
+ version='67.0.8',
author="Chris Lamb",
author_email="lamby at debian.org",
scripts=('trydiffoscope',),
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/f0fcf7552c5d44ab6b836e79fe3ce630a16d16c0...1ff9bfe097c87b7927b1117155e717cac7820efb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/f0fcf7552c5d44ab6b836e79fe3ce630a16d16c0...1ff9bfe097c87b7927b1117155e717cac7820efb
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/20240906/f6f02d28/attachment.htm>
More information about the rb-commits
mailing list