Todd R 2019-10-23 15:52:21 +00:00 committed by Git OBS Bridge
parent b333ad266d
commit bc456f72e9

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-numba
Version: 0.45.1
Version: 0.46.0
Release: 0
Summary: NumPy-aware optimizing compiler for Python using LLVM
License: BSD-2-Clause
@ -65,14 +65,14 @@ in the decorator.
Numba is a mechanism for producing machine code from Python syntax and typed
data structures such as those that exist in NumPy.
%package devel
%package devel
Summary: Development files for numba applications
Group: Development/Libraries/Python
Requires: %{name} = %{version}
Requires: python-devel
Requires: python-numpy-devel >= 1.7
%description devel
%description devel
This package contains files for developing applications using numba.
%prep