Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyQRCode for openSUSE:Factory 
checked in at 2022-02-02 22:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQRCode (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQRCode.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQRCode"

Wed Feb  2 22:41:59 2022 rev:6 rq:950787 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQRCode/python-PyQRCode.changes  
2021-12-09 19:46:41.913164717 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyQRCode.new.1898/python-PyQRCode.changes    
    2022-02-02 22:43:01.418877115 +0100
@@ -1,0 +2,5 @@
+Wed Feb  2 13:12:20 UTC 2022 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to not include build date (boo#1047218)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyQRCode.spec ++++++
--- /var/tmp/diff_new_pack.sb00Gm/_old  2022-02-02 22:43:01.902873834 +0100
+++ /var/tmp/diff_new_pack.sb00Gm/_new  2022-02-02 22:43:01.906873807 +0100
@@ -28,6 +28,8 @@
 # This is unofficial fork with some additional fixes, the canonical
 # upstream repository is dead.
 Source:         
https://github.com/pyqrcode/pyqrcodeNG/archive/refs/tags/%{version}.tar.gz#/pyqrcodeNG-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM https://github.com/pyqrcode/pyqrcodeNG/pull/18
+Patch0:         reproducible.patch
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pypng}
 BuildRequires:  %{python_module pytest}

++++++ reproducible.patch ++++++
https://github.com/pyqrcode/pyqrcodeNG/pull/18

commit 09b19acd42cdf5884ac760ea817c509360bea6da
Author: Bernhard M. Wiedemann <[email protected]>
Date:   Tue Dec 21 21:18:25 2021 +0100

    Use a constant copyright date
    
    because a) copyright only expires 70 years after the death of the author
    
    and b) users might look at this string to see how current this software is
    but this will be misleading when it is rebuilt later.
    
    and c) for reproducible builds we want to be able to rebuild packages later
    and still get bit-identical output. In this case, it produced diffs in
    /usr/share/doc/packages/python36-PyQRCode/html/_modules/pyqrcodeng.html
    -    <p>&#169; Copyright 2013-2021, Michael Nooner, 2018 - 2021 Lars 
Heuer.</p>
    +    <p>&#169; Copyright 2013-2021, Michael Nooner, 2018 - 2037 Lars 
Heuer.</p>
    
    This patch was done while working on reproducible builds for openSUSE.

diff --git a/docs/conf.py b/docs/conf.py
index 623fcbc..c24b064 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'pyqrcodeng'
-copyright = '2013-2016, Michael Nooner, 2018 - {0} Lars 
Heuer'.format(datetime.datetime.now().year)
+copyright = '2013-2016, Michael Nooner, 2018-2021 Lars Heuer'
 author = 'Michael Nooner, Lars Heuer'
 
 # The version info for the project you're documenting, acts as replacement for

Reply via email to