From 99cde2ce3c9c2d1fc8f32e682d1401392247aa06 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 25 2018 23:22:00 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-mne.spec b/python-mne.spec index a09afab..ead22ca 100644 --- a/python-mne.spec +++ b/python-mne.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.13.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Magnetoencephalography (MEG) and Electroencephalography (EEG) data analysis # Bundled FieldTrip @@ -40,11 +40,11 @@ BuildRequires: python2-decorator BuildRequires: python2-h5io BuildRequires: python2-jdcal BuildRequires: python2-six -BuildRequires: python-tempita +BuildRequires: python2-tempita BuildRequires: python2-scikit-learn BuildRequires: python2-patsy #BuildRequires: Mayavi # XXX: GUI needed -BuildRequires: python2-Traits +BuildRequires: python2-traits Requires: python2-numpy Requires: python2-scipy Requires: python2-matplotlib @@ -52,14 +52,14 @@ Requires: python2-decorator Requires: python2-h5io Requires: python2-jdcal Requires: python2-six -Requires: python-tempita +Requires: python2-tempita Recommends: python2-scikit-learn Recommends: python2-pandas Recommends: python2-patsy Recommends: python2-pillow Recommends: python2-h5py Recommends: python2-statsmodels -Recommends: python2-Traits +Recommends: python2-traits %description -n python2-%{modname} This package is designed for sensor- and source-space analysis of M-EEG data, @@ -177,6 +177,10 @@ nosetests-%{python3_version} -v %{?to_skip:-e %{to_skip}} || : %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 0.13.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild