Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-sofa for 
openSUSE:Factory checked in at 2021-05-18 18:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-sofa (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-sofa.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-sofa"

Tue May 18 18:26:56 2021 rev:5 rq:893817 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-sofa/python-python-sofa.changes    
2021-03-11 20:12:41.288702148 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-sofa.new.2988/python-python-sofa.changes
  2021-05-18 18:27:20.114730239 +0200
@@ -1,0 +2,5 @@
+Mon May 17 16:49:25 UTC 2021 - Ben Greiner <[email protected]>
+
+- Sanitize absolute import path for Python 3.9 nbval test
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-sofa.spec ++++++
--- /var/tmp/diff_new_pack.foGaFv/_old  2021-05-18 18:27:20.690727743 +0200
+++ /var/tmp/diff_new_pack.foGaFv/_new  2021-05-18 18:27:20.694727726 +0200
@@ -63,11 +63,17 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-echo '[regex1]
+echo "
+[regex1]
 regex: DateCreated: .*
 replace: DateCreated: 0000-00-00 00:00:00
-' > nodate.cfg
-%pytest --nbval --sanitize-with nodate.cfg doc/examples/SOFA-file-access.ipynb
+
+[regex2]
+regex: <module 'sofa' from '.*'
+replace: <module 'sofa' from 'somewhere'
+
+" > nbval_sanitize.cfg
+%pytest --nbval --sanitize-with nbval_sanitize.cfg 
doc/examples/SOFA-file-access.ipynb
 
 %files %{python_files}
 %doc README.rst

Reply via email to