diff --git a/mne-bids-0.12.tar.gz b/mne-bids-0.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..38e775727d7bab3c44cf6b13f06d72415a74a10d Binary files /dev/null and b/mne-bids-0.12.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..8d515dd9f79508dc655f931ff9a40992f5395a5d 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.12 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/a0/f2/1091a5e4e89746105577a8d00bf8ac1063f847f7363d8120a4d1d5d022e5/mne-bids-0.12.tar.gz BuildArch: noarch Requires: python3-mne @@ -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-0.12 %build %py3_build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 6 2023 sunhui - 0.12-1 +- Update package to version 0.12 + * Fri Dec 17 2021 Python_Bot - 0.9-1 - Package Init