#1 Update supported arches
Merged 3 years ago by victortyau. Opened 3 years ago by ankursinha.
Unknown source master  into  master

file modified
+7 -3
@@ -15,15 +15,16 @@

  

  Name:           python-lfpy

  Version:        2.0.7

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Model extracellular potentials of multicompartment neuron models built on NEURON

  

  License:        GPLv3

  URL:            http://LFPy.readthedocs.io

  Source0:        %{pypi_source %pretty_name}

  

- # Requires NEURON, so limited to arches that NEURON supports

- ExcludeArch:    %{arm} mips64r2 mips32r2 s390 s390x

+ # Requires NEURON, so limited to arches that NEURON and Random123 support

+ ExcludeArch:    mips64r2 mips32r2 s390

+ 

  

  %?python_enable_dependency_generator

  
@@ -111,6 +112,9 @@

  %{python3_sitearch}/%{pretty_name}-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Thu May 21 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0.7-4

+ - Update supported architectures

+ 

  * Wed May 13 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0.7-3

  - Cosmetic changes to spec

  - Add missing Requires/BR on neuron

no initial comment

Pull-Request has been merged by victortyau

3 years ago