diff --git a/python-numexpr.spec b/python-numexpr.spec index 5958922..01e34c9 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -8,7 +8,7 @@ Summary: Fast numerical array expression evaluator for Python and NumPy Name: python-%{module} Version: 2.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/pydata/numexpr/archive/v%{version}.tar.gz#/%{module}-%{version}.tar.gz License: MIT Group: Development/Languages @@ -99,6 +99,9 @@ popd %endif # with_python3 %changelog +* Fri Mar 08 2019 Troy Dawson - 2.5.2-3 +- Rebuilt to change main python from 3.4 to 3.6 + * Tue May 17 2016 Orion Poplawski - 2.5.2-2 - Update provides filter - Use %%python3_pkgversion for EPEL7 compatibility