Your message dated Sun, 24 May 2026 22:04:12 +0000
with message-id <[email protected]>
and subject line Bug#1130623: fixed in python-discovery 1.3.1-1
has caused the Debian Bug report #1130623,
regarding python-discovery: 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.)
--
1130623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130623
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-discovery
Version: 1.1.1-2
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-discovery could not be built reproducibly.
This is because the documentation embeds the current time and date.
This is not usually an issue with Sphinx, but AIUI, Sphinx will not
do SOURCE_DATE_EPOCH timestamp magic when the format is .isoformat()
Patch attached that simply drops the "Last updated" line, which is
not so useful in a Debian binary package context.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build.patch 1969-12-31 16:00:00.000000000
-0800
--- b/debian/patches/reproducible-build.patch 2026-03-13 10:42:43.706343061
-0700
@@ -0,0 +1,14 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2026-03-13
+
+--- python-discovery-1.1.1.orig/docs/conf.py
++++ python-discovery-1.1.1/docs/conf.py
+@@ -36,7 +36,6 @@ project = name
+
+ html_theme = "furo"
+ html_title = project
+-html_last_updated_fmt = datetime.now(tz=timezone.utc).isoformat()
+ pygments_dark_style = "monokai"
+ html_show_sourcelink = False
+ html_static_path = ["_static"]
--- a/debian/patches/series 2026-03-13 10:30:10.995507374 -0700
--- b/debian/patches/series 2026-03-13 10:42:42.886128421 -0700
@@ -1 +1,2 @@
docs-d3-path
+reproducible-build.patch
--- End Message ---
--- Begin Message ---
Source: python-discovery
Source-Version: 1.3.1-1
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-discovery, 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.
Stefano Rivera <[email protected]> (supplier of updated python-discovery
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: Sun, 24 May 2026 17:41:00 -0400
Source: python-discovery
Architecture: source
Version: 1.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1130623
Changes:
python-discovery (1.3.1-1) unstable; urgency=medium
.
* New upstream release.
* Build-Depend on python3-sphinxcontrib-towncrier for docs.
* Patch: Make the docs build reproducible. (Closes: #1130623)
Checksums-Sha1:
0e94750874e4c3c5f202a523a07c9492fa96fb6b 2027 python-discovery_1.3.1-1.dsc
77b52f3a02e1c5e77df53155110f87e2c9f8127f 68011
python-discovery_1.3.1.orig.tar.gz
b3c8b4670445d7ea493ba9bd15831039e51f923b 3612
python-discovery_1.3.1-1.debian.tar.xz
697b5259b3c0e3b91bb53090abd321268e2b56c7 7323
python-discovery_1.3.1-1_source.buildinfo
Checksums-Sha256:
1ddf123c197b7d38f8b4f0dd18a54f7ad0ec8bf42c300fe02b13da87d03cedcc 2027
python-discovery_1.3.1-1.dsc
62f6db28064c9613e7ca76cb3f00c38c839a07c31c00dfe7ed0986493d2150a6 68011
python-discovery_1.3.1.orig.tar.gz
dea13a005e57cb7b00c50969da66ed14d88a7f4788d34d2a5aa043854ab9e067 3612
python-discovery_1.3.1-1.debian.tar.xz
effc502933975a4a5058029d2546f9206bb5ae6f110192b76cc7a46d6f11670b 7323
python-discovery_1.3.1-1_source.buildinfo
Files:
37a5681d98ce4fb920a8f44d00bc2927 2027 python optional
python-discovery_1.3.1-1.dsc
1b3cabb4f1581b79db2a529ce138c180 68011 python optional
python-discovery_1.3.1.orig.tar.gz
eeddfc3b7866f3f2dc48dc8a97abd385 3612 python optional
python-discovery_1.3.1-1.debian.tar.xz
386427532d5b30821e3e44e35f3a3118 7323 python optional
python-discovery_1.3.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCahNyRBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2DCEAP9IJnuwXxIgwKyjQQA1cl8/UESdDFHC
U4dyeJg+GJYeQQEA1mFD89DrEofdGi0BSs2Vx8j6MUjiQH+bufHrtJgBbww=
=h0t6
-----END PGP SIGNATURE-----
pgpCSfBNKYY1n.pgp
Description: PGP signature
--- End Message ---