[Git][reproducible-builds/diffoscope][master] 2 commits: Correct ordering of python3-guestfs architecture restrictions.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Apr 10 15:41:43 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
f089e36b by Chris Lamb at 2026-04-10T11:37:04-04:00
Correct ordering of python3-guestfs architecture restrictions.
- - - - -
93553b6f by Chris Lamb at 2026-04-10T11:38:58-04:00
releasing package diffoscope version 317
- - - - -
3 changed files:
- debian/changelog
- debian/control
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-diffoscope (317) UNRELEASED; urgency=medium
+diffoscope (317) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Limit python3-guestfs Build-Dependency to !i386. (Closes: #1132974)
+ * Try to fix PYPI_ID_TOKEN debugging.
+
+ [ Holger Levsen ]
+ * Add ppc64el to the list of architectures for python3-guestfs.
- -- Chris Lamb <lamby at debian.org> Thu, 02 Apr 2026 10:32:36 -0700
+ -- Chris Lamb <lamby at debian.org> Fri, 10 Apr 2026 11:38:56 -0400
diffoscope (316) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -70,7 +70,7 @@ Build-Depends:
python3-defusedxml <!nocheck>,
python3-distro <!nocheck>,
python3-docutils,
- python3-guestfs <!nocheck> [amd64 arm64 loong64 ppc64el riscv64 s390x],
+ python3-guestfs [amd64 arm64 loong64 ppc64el riscv64 s390x] <!nocheck>,
python3-h5py <!nocheck>,
python3-jsondiff <!nocheck>,
python3-libarchive-c,
=====================================
diffoscope/__init__.py
=====================================
@@ -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 = "316"
+VERSION = "317"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/eec382e52a0bccabab86fcbcf2af32f33b259415...93553b6f0ea4b687971304a1989f55735a64fb3c
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/eec382e52a0bccabab86fcbcf2af32f33b259415...93553b6f0ea4b687971304a1989f55735a64fb3c
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/20260410/a98c73fc/attachment.htm>
More information about the rb-commits
mailing list