diff --git a/mne-bids-0.11.tar.gz b/mne-bids-0.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e6783524acd76729bd8a0e779c1a4db15ba5f60b Binary files /dev/null and b/mne-bids-0.11.tar.gz differ diff --git a/mne-bids-0.9.tar.gz b/mne-bids-0.9.tar.gz deleted file mode 100644 index e3023f8eeeba7c6c78c2aace29dafc782a113ad3..0000000000000000000000000000000000000000 Binary files a/mne-bids-0.9.tar.gz and /dev/null differ diff --git a/python-mne-bids.spec b/python-mne-bids.spec index 60267163aa03a122a79cf0b0eb93fa45d0355dd0..a4bddfcec153434478f125108ad298e2dcbc9ed9 100644 --- a/python-mne-bids.spec +++ b/python-mne-bids.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mne-bids -Version: 0.9 +Version: 0.11 Release: 1 Summary: Organizing MEG, EEG, and iEEG data according to the BIDS specification and facilitating their analysis with MNE-Python License: BSD-3-Clause URL: https://github.com/mne-tools/mne-bids -Source0: https://files.pythonhosted.org/packages/a0/f2/1091a5e4e89746105577a8d00bf8ac1063f847f7363d8120a4d1d5d022e5/mne-bids-0.9.tar.gz +Source0: https://files.pythonhosted.org/packages/d4/1a/44a94ddb2204cb9306a264351f84184800e446ba0acb712b50f052576e43/mne-bids-0.11.tar.gz BuildArch: noarch Requires: python3-mne @@ -16,8 +16,8 @@ Requires: python3-nibabel Requires: python3-pybv Requires: python3-matplotlib Requires: python3-pandas -Requires: python3-openneuro-py Requires: python3-EDFlib-Python +Requires: python3-pymatreader %description MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python. @@ -37,7 +37,7 @@ Provides: python3-mne-bids-doc MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python. %prep -%autosetup -n mne-bids-0.9 +%autosetup -n mne-bids-%{version} %build %py3_build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 20 2022 guozhengxin - 0.11-1 +- Upgrade package to version 0.11 + * Fri Dec 17 2021 Python_Bot - 0.9-1 - Package Init