Your message dated Sat, 23 May 2026 23:13:41 +0000
with message-id <[email protected]>
and subject line Bug#1101742: fixed in python-pytest-shell-utilities 1.9.7-3.1
has caused the Debian Bug report #1101742,
regarding python-pytest-shell-utilities: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1101742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pytest-shell-utilities
Version: 1.9.7-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
python-pytest-shell-utilities could not be built reproducibly.
This was because of two reasons. First, the documentation used the
current build date instead of seeding it from SOURCE_DATE_EPOCH, and
then the 'towncrier' Sphinx extension was adding its own date when
adding stuff like "[UNRELEASED DRAFT]".
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/0002-Reproducible-build.patch 1970-01-01
01:00:00.000000000 +0100
--- b/debian/patches/0002-Reproducible-build.patch 2025-03-31
11:06:38.676581722 +0100
@@ -0,0 +1,34 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2025-03-31
+
+--- python-pytest-shell-utilities-1.9.7.orig/docs/conf.py
++++ python-pytest-shell-utilities-1.9.7/docs/conf.py
+@@ -14,6 +14,7 @@
+ import datetime
+ import os
+ import pathlib
++import time
+ import sys
+
+ import pytest
+@@ -45,7 +46,10 @@ dist = distribution("pytest-shell-utilit
+
+
+ # -- Project information -----------------------------------------------------
+-this_year = datetime.datetime.today().year
++this_year = datetime.datetime.fromtimestamp(
++ int(os.environ.get('SOURCE_DATE_EPOCH', time.time())),
++ tz=datetime.timezone.utc,
++).year
+ if this_year == 2021:
+ copyright_year = 2021
+ else:
+@@ -83,7 +87,6 @@ extensions = [
+ "sphinx.ext.coverage",
+ "sphinx_copybutton",
+ "sphinxcontrib.spelling",
+- "sphinxcontrib.towncrier",
+ ]
+
+ # Add any paths that contain templates here, relative to this directory.
--- a/debian/patches/series 2025-03-31 10:46:25.529222853 +0100
--- b/debian/patches/series 2025-03-31 10:57:49.640652686 +0100
@@ -1 +1,2 @@
0001-Use-local-objects.inv-in-intersphinx-mapping.patch
+0002-Reproducible-build.patch
--- End Message ---
--- Begin Message ---
Source: python-pytest-shell-utilities
Source-Version: 1.9.7-3.1
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pytest-shell-utilities, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated
python-pytest-shell-utilities package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 13 May 2026 15:19:55 -0700
Source: python-pytest-shell-utilities
Architecture: source
Version: 1.9.7-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 1101742
Changes:
python-pytest-shell-utilities (1.9.7-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Chris Lamb ]
* Remove timestamps from documentation. (Closes: #1101742)
.
[ Vagrant Cascadian ]
* debian/control: Drop unused python3-sphinxcontrib-towncrier from
Build-Depends.
Checksums-Sha1:
47f2f4cf14c8d7b443d089ed7ca75a718181c06c 2186
python-pytest-shell-utilities_1.9.7-3.1.dsc
4787cc240dc9932d5da19220ea2649a1a94eba36 4424
python-pytest-shell-utilities_1.9.7-3.1.debian.tar.xz
Checksums-Sha256:
dd00f8008128d6c57d377383eff92f74247969d6ce599a9ec56fd7ce5d941934 2186
python-pytest-shell-utilities_1.9.7-3.1.dsc
0796f4b871e40427c92e58230c8651f25cc878d4a159649308de88c753cabfe2 4424
python-pytest-shell-utilities_1.9.7-3.1.debian.tar.xz
Files:
76692ed54e3a6447968c07010c8d0acc 2186 python optional
python-pytest-shell-utilities_1.9.7-3.1.dsc
36f50ffe5c698a309b88129089e5ae3e 4424 python optional
python-pytest-shell-utilities_1.9.7-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCagT7BCAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqh3ZAQDNKq1ZpHzL9Qit
KjVxGe/lrvV4YlS9I7jOhMU6seAjUQEArgQ/rJdPRD1IeBnoVqsDuei8IG+TRWbv
k8FGhbi5XQw=
=cTic
-----END PGP SIGNATURE-----
pgpB5m9fUIfCf.pgp
Description: PGP signature
--- End Message ---