OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=21
This commit is contained in:
parent
b333ad266d
commit
bc456f72e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user