[Git][reproducible-builds/trydiffoscope][master] 2 commits: Drop Build-Depends on python3-distutils. (Closes: #1065988)

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Mar 12 12:12:49 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope


Commits:
d217e924 by Chris Lamb at 2024-03-12T12:09:14+00:00
Drop Build-Depends on python3-distutils. (Closes: #1065988)

- - - - -
c36d53d6 by Chris Lamb at 2024-03-12T12:10:47+00:00
releasing package trydiffoscope version 67.0.7

- - - - -


3 changed files:

- debian/changelog
- debian/control
- setup.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+trydiffoscope (67.0.7) unstable; urgency=medium
+
+  * Drop Build-Depends on python3-distutils. (Closes: #1065988)
+
+ -- Chris Lamb <lamby at debian.org>  Tue, 12 Mar 2024 12:10:43 +0000
+
 trydiffoscope (67.0.6) unstable; urgency=medium
 
   * Only wait for 2 minutes for try.diffoscope.org to respond in autopkgtests.


=====================================
debian/control
=====================================
@@ -8,7 +8,6 @@ Build-Depends:
  debhelper-compat (= 13),
  dh-python,
  python3-all,
- python3-distutils,
  python3-docutils,
 Standards-Version: 4.6.0
 Homepage: https://try.diffoscope.org/


=====================================
setup.py
=====================================
@@ -1,10 +1,10 @@
 #!/usr/bin/env python3
 
-from distutils.core import setup
+from setuptools import setup
 
 setup(
     name='trydiffoscope',
-    version='67.0.6',
+    version='67.0.7',
     author="Chris Lamb",
     author_email="lamby at debian.org",
     scripts=('trydiffoscope',),



View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/29e5554de5d448bda538bffe3d508920f99c466a...c36d53d63585356b62985a174fb659c837b7cfad

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/29e5554de5d448bda538bffe3d508920f99c466a...c36d53d63585356b62985a174fb659c837b7cfad
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/20240312/ce396749/attachment.htm>


More information about the rb-commits mailing list