Hello community,

here is the log from the commit of package python-slycot for openSUSE:Factory 
checked in at 2019-07-08 15:10:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slycot (Old)
 and      /work/SRC/openSUSE:Factory/.python-slycot.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slycot"

Mon Jul  8 15:10:30 2019 rev:2 rq:713585 version:0.3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slycot/python-slycot.changes      
2019-07-04 15:42:41.398054694 +0200
+++ /work/SRC/openSUSE:Factory/.python-slycot.new.4615/python-slycot.changes    
2019-07-08 15:10:31.451316254 +0200
@@ -1,0 +2,6 @@
+Fri Jul  5 09:26:36 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Do not write unreproducible .pyc files for test code
+  to make the package build reproducible (boo#1047218)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-slycot.spec ++++++
--- /var/tmp/diff_new_pack.DKBXir/_old  2019-07-08 15:10:32.147316922 +0200
+++ /var/tmp/diff_new_pack.DKBXir/_new  2019-07-08 15:10:32.151316926 +0200
@@ -59,6 +59,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
+export PYTHONDONTWRITEBYTECODE=1 # make package build reproducible 
(boo#1047218)
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
 $python runtests.py --coverage --no-build
 }


Reply via email to