#3 Update to 0.23.3
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-mne 0.23.3  into  rawhide

file modified
+1
@@ -10,3 +10,4 @@ 

  /python-mne-0.21.1.tar.gz

  /python-mne-0.21.2.tar.gz

  /python-mne-0.22.0.tar.gz

+ /python-mne-0.23.3.tar.gz

file modified
+13 -7
@@ -7,8 +7,8 @@ 

  %global modname mne

  

  Name:           python-%{modname}

- Version:        0.22.0

- Release:        4%{?dist}

+ Version:        0.23.3

+ Release:        1%{?dist}

  Summary:        Magnetoencephalography (MEG) and Electroencephalography (EEG) data analysis

  

  # Bundled FieldTrip
@@ -69,7 +69,6 @@ 

  Requires:       python3-h5io

  Requires:       python3-six

  Requires:       python3-tempita

- Requires:       python3-funcsigs

  Requires:       python3-pymatreader

  Recommends:     python3-scikit-learn

  Recommends:     python3-pandas
@@ -100,7 +99,7 @@ 

    # Check that only {FieldTrip,__init__}.py remain

    [ $(find -maxdepth 1 -mindepth 1 | grep -v FieldTrip.py | grep -v __init__.py | wc -l) -eq 0 ] || exit 1

  popd

- # use all six/tqdm/decorator/h5io/funcsigs/pymatreader from system

+ # use all six/tqdm/decorator/h5io/pymatreader from system

  # fix API change for jdjcal/jcal2jd

  find -type f -name '*.py' -exec sed -i \

    -e "s/from mne.externals.six/from six/" \
@@ -111,7 +110,6 @@ 

    -e "s/from mne.externals.h5io/from h5io/" \

    -e "s/from \.*externals.h5io/from h5io/" \

    -e "s/from \.*externals.tempita/from tempita/" \

-   -e "s/from \.*externals.funcsigs/from funcsigs/" \

    -e "s/from \.*externals.pymatreader/from pymatreader/" \

    -e "s/from mne.externals.pymatreader/from pymatreader/" \

    -e "s/from \.*.externals.tqdm/from tqdm/" \
@@ -143,7 +141,8 @@ 

  export PYTHONPATH=%{buildroot}%{python3_sitearch}

  

  # Deselected tests require additional data or don't work in mock

- # Two deselected for sklearn warnings:

+ # Two deselected for sklearn warnings

+ # Tools directory ignored as it contains tests for upstream release process

  

  pytest-%{python3_version}\

   --deselect mne/utils/tests/test_logging.py\
@@ -155,7 +154,8 @@ 

   --deselect mne/viz/tests/test_topomap.py\

   --deselect mne/preprocessing/tests/test_peak_finder.py\

   --deselect mne/io/tests/test_constants.py\

-  --deselect mne/datasets/tests/test_datasets.py

+  --deselect mne/datasets/tests/test_datasets.py\

+  --ignore tools

  

  

  %files -n python3-%{modname}
@@ -166,6 +166,12 @@ 

  %{python3_sitelib}/%{modname}-*.egg-info/

  

  %changelog

+ * Mon Aug 30 2021 Miro Hrončok <mhroncok@redhat.com> - 0.23.3-1

+ - Update to 0.23.3

+ - Remove unused dependency on funcsigs

+ - Fixes: rhbz#1945960

+ - Fixes: rhbz#1914283

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-mne-0.22.0.tar.gz) = ad0f9383ae480c5f9dc78768150597166d2456b87aa90f300c27a5e7ab7b7734d6ee431fe6b1ec917693d00dd9fb2c767e0b87ed4733d90d7ba2cdbcaaac1111

+ SHA512 (python-mne-0.23.3.tar.gz) = 107f4c21f8909c3cb868a97b47ba86c9daa13dfba4822895e88ce765c5067d2ccc713567df124570552053d56d31e2f6369de7f7417dc384a2a1d4bc4d50fc7b

no initial comment

1 new commit added

  • Remove unused dependency on funcsigs
2 years ago

Pull-Request has been merged by churchyard

2 years ago