Your message dated Fri, 13 Nov 2020 18:06:04 +0000
with message-id <e1kddsw-000ad4...@fasolo.debian.org>
and subject line Bug#944782: fixed in python-sybil 1.4.0-1
has caused the Debian Bug report #944782,
regarding python-sybil: 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 ow...@bugs.debian.org
immediately.)


-- 
944782: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-sybil
Version: 1.2.0-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
python-sybil could not be built reproducibly.

This is because it used the current build year in the documentation.
Patch attached that uses SOURCE_DATE_EPOCH [1] instead.

 [0] https://reproducible-builds.org/
 [1] https://reproducible-builds.org/specs/source-date-epoch/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / 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      2019-11-15 
10:31:54.016310434 +0000
@@ -0,0 +1,23 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2019-11-15
+
+--- python-sybil-1.2.0.orig/docs/conf.py
++++ python-sybil-1.2.0/docs/conf.py
+@@ -1,5 +1,5 @@
+ # -*- coding: utf-8 -*-
+-import os, pkg_resources, datetime, sys
++import os, pkg_resources, datetime, sys, time
+ 
+ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+ 
+@@ -28,7 +28,8 @@ extensions = [
+ source_suffix = '.rst'
+ master_doc = 'index'
+ project = 'sybil'
+-copyright = '2017 - %s Chris Withers' % datetime.datetime.now().year
++build_date = 
datetime.datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', 
time.time())))
++copyright = '2017 - %s Chris Withers' % build_date.year
+ version = release = pkg_resources.get_distribution(project).version
+ exclude_patterns = [
+     'description.rst',
--- a/debian/patches/series     2019-11-15 10:29:22.334203532 +0000
--- b/debian/patches/series     2019-11-15 10:31:52.264279198 +0000
@@ -1 +1,2 @@
 0001-Use-local-intersphinx-files.patch
+0002-Reproducible-build.patch

--- End Message ---
--- Begin Message ---
Source: python-sybil
Source-Version: 1.4.0-1
Done: Andrey Rahmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-sybil, 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 944...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrey Rahmatullin <w...@debian.org> (supplier of updated python-sybil 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 13 Nov 2020 22:39:15 +0500
Source: python-sybil
Architecture: source
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrey Rahmatullin <w...@debian.org>
Closes: 944782
Changes:
 python-sybil (1.4.0-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Andrey Rahmatullin ]
   * New upstream version
     + makes the docs build reproducible (Closes: #944782).
Checksums-Sha1:
 b8df3b223bb3d98b079ee437baf1cc7d8cb3a91b 2202 python-sybil_1.4.0-1.dsc
 8aed6f2b28334adbf2d012ca8e221f9c14d03ed6 30062 python-sybil_1.4.0.orig.tar.gz
 9fd034aae046c9e7fe6209740b190f1a5d09368b 3212 
python-sybil_1.4.0-1.debian.tar.xz
 70a386cae263bb608a78c6768d81547e93ed474a 8332 
python-sybil_1.4.0-1_amd64.buildinfo
Checksums-Sha256:
 53f71dc5a211ce631167b3062fa3dad741cf472fd99371bfd59beb659768c048 2202 
python-sybil_1.4.0-1.dsc
 fc46117619f2f704d1d1b02634fa3285f40479a3008172763b9998fe964f4d11 30062 
python-sybil_1.4.0.orig.tar.gz
 ba9a23dfb85460d8a07a8ac439315abe57bb9245df02623563c7ee95efc4a0f3 3212 
python-sybil_1.4.0-1.debian.tar.xz
 9d85b56e7165920bce331570cf57a416481ac80acbbd69e06ae2721acae4b991 8332 
python-sybil_1.4.0-1_amd64.buildinfo
Files:
 83042efad6ab147b3499c7f3ea3badae 2202 python optional python-sybil_1.4.0-1.dsc
 f85b1b085dda7310ea5ac6b9a4528c58 30062 python optional 
python-sybil_1.4.0.orig.tar.gz
 256c0bf96e14497f0629dc99fc3807e9 3212 python optional 
python-sybil_1.4.0-1.debian.tar.xz
 6381c1e0d2fb7b48cadfcba089e692f3 8332 python optional 
python-sybil_1.4.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAl+uxnUACgkQM2L3AxpJ
kuFVgg/+MF4DTOyey8B0TEvUZqKTOCfXRlc4g/xUVqaqazV0qX3t5eplu9GX1IZ6
alONNUyfCxyKlmDfmyFNsEd3noBC37R3krz5THYYcR91kI5PTJYgIgNqv/u4QR6x
0p98F5ain1/D+dJqetZr+WzkvRs0uiIoxTW0KVwWtQ1S8IL9kSaTfILNGMoi+Y4e
rxaooW7IOg8v/p92Gp0HhoeNnZWIHRCKkvbkg102LxEDskr+KhzguC5S5uGWG3p3
qpe5vdkeIa5Ml33rzVYQafFt/+NdoooCkk1lWnzJKcPBqbzV7Qp5AzjyX6pbFGxp
MM31ZRGL7DKx6kNhEqBHBdvv72sOyDk6gJjyvoKpp9Me5xMxEkIwr1U+VR0n9LgU
BlP/QS+xoPZ3ASnDewdDDitRKP+Dtu/3dflQKsWdhWzZmvKAumU/tjAZbZ1H79lT
elsyt/IcJF8jBzrR66idixJQsQuzYYI/2AbHs0BaZV4xFzPMmAADUJBN6XZr4inV
jjzLksbwWjo2jPwAYlKWU14bd3GM9/72pmxZx4k7x7j1nfdbqp7DwgSLWP06Czru
u/AKLq4uE4Ykk+XNaJswj7XpdL3kAak4mzLNrIxHgC3d4k3MHdbtOmWNuk/lFlGr
XNCFnsajd7jzSbTbP9pcE5M2BLwic4TyN+wYddsyHvMxdpVSkFA=
=xGF8
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to