diff --git a/python-numexpr.spec b/python-numexpr.spec index 6463381..cef9eda 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.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: https://github.com/pydata/numexpr/archive/v%{version}.tar.gz#/%{module}-%{version}.tar.gz License: MIT Group: Development/Languages @@ -100,6 +100,9 @@ popd %endif # with_python3 %changelog +* Tue Dec 13 2016 Stratakis Charalampos - 2.6.1-4 +- Rebuild for Python 3.6 + * Sat Jul 30 2016 Petr Viktorin - 2.6.1-3 - Make shebang of cpuinfo.py refer to specific Python version (#1361799)