Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tensorpac for
openSUSE:Factory checked in at 2021-04-26 16:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tensorpac (Old)
and /work/SRC/openSUSE:Factory/.python-tensorpac.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tensorpac"
Mon Apr 26 16:39:48 2021 rev:4 rq:888436 version:0.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tensorpac/python-tensorpac.changes
2021-02-15 23:19:42.339700977 +0100
+++
/work/SRC/openSUSE:Factory/.python-tensorpac.new.12324/python-tensorpac.changes
2021-04-26 16:40:46.126188338 +0200
@@ -1,0 +2,7 @@
+Sun Apr 25 18:25:55 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.6.5
+ * no release notes
+- Skip tests which use optional but not available MNE
+
+-------------------------------------------------------------------
Old:
----
tensorpac-0.6.3.tar.gz
New:
----
tensorpac-0.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tensorpac.spec ++++++
--- /var/tmp/diff_new_pack.dki6vZ/_old 2021-04-26 16:40:46.550189034 +0200
+++ /var/tmp/diff_new_pack.dki6vZ/_new 2021-04-26 16:40:46.554189041 +0200
@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-tensorpac
-Version: 0.6.3
+Version: 0.6.5
Release: 0
Summary: Tensor-based phase-Amplitude coupling package
License: BSD-3-Clause
@@ -67,7 +67,13 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# optional python-mne is not available
+donttest=" (TestPac and test_fit)"
+donttest+=" or (TestPac and test_pac_comodulogram)"
+donttest+=" or (TestErpac and test_fit)"
+donttest+=" or (TestErpac and test_filterfit)"
+donttest+=" or (TestErpac and test_functional_erpac)"
+%pytest -k "not ($donttest)"
%files %{python_files}
%doc README.rst
++++++ tensorpac-0.6.3.tar.gz -> tensorpac-0.6.5.tar.gz ++++++
++++ 2659 lines of diff (skipped)