From a2e354a828b1643c7d27a4ff02b37413e1b1e7cc Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Nov 20 2018 21:06:40 +0000 Subject: Update to latest release --- diff --git a/.gitignore b/.gitignore index 07482c8..ed2d413 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /python-mne-0.10.tar.gz /python-mne-0.13.1.tar.gz +/python-mne-0.17.tar.gz diff --git a/python-mne.spec b/python-mne.spec index 7529d5e..201560b 100644 --- a/python-mne.spec +++ b/python-mne.spec @@ -1,8 +1,8 @@ %global modname mne Name: python-%{modname} -Version: 0.13.1 -Release: 9%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Magnetoencephalography (MEG) and Electroencephalography (EEG) data analysis # Bundled FieldTrip @@ -52,6 +52,8 @@ Requires: python3-h5io Requires: python3-jdcal Requires: python3-six Requires: python3-tempita +Requires: python3-funcsigs +Requires: python3-pymatreader Recommends: python3-scikit-learn Recommends: python3-pandas Recommends: python3-patsy @@ -73,11 +75,11 @@ Python 3 version. pushd %{modname}/externals/ # Remove bundled six, jdcal, decorator, tempita, h5io # Save bundled FieldTrip (can't find upstream) - rm -rf six.py jdcal.py decorator.py tempita/ h5io/ + rm -rf six.py jdcal.py decorator.py funcsigs.py pymatreader tempita/ h5io/ echo > __init__.py [ $(find -maxdepth 1 -mindepth 1 | grep -v FieldTrip.py | grep -v __init__.py | wc -l) -eq 0 ] || exit 1 popd -# use all six/jdcal/decorator/h5io from system +# use all six/jdcal/decorator/h5io/funcsigs/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/" \ @@ -88,6 +90,8 @@ find -type f -name '*.py' -exec sed -i \ -e "s/from \.*externals.decorator/from decorator/" \ -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/jd2jcal(\(.*\))/jd2jcal(\1, 0)[:-1]/" \ -e "s/(jcal2jd(\(.*\)))/(jcal2jd(\1)[-1])/" \ {} ';' @@ -120,6 +124,10 @@ nosetests-%{python3_version} -v %{?to_skip:-e %{to_skip}} || : %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Tue Nov 20 2018 Ankur Sinha - 0.17-1 +- Update to latest release +- Use system funcsigs and pymatreader + * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 0.13.1-9 - Subpackage python2-mne has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal diff --git a/sources b/sources index dab8f6f..f6c50e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d595791aa1d6ff7c60ed5c340d22ea8 python-mne-0.13.1.tar.gz +SHA512 (python-mne-0.17.tar.gz) = 247d650ef29dfd952a88e3abb5190c026f1bb68dc00d1b4a767894db6654897d326430185427ff8b8084b2980f172e9c696bee00610bd1c6bfea6a740e9f898f