From d75d9a9df8c89722b8e093be39170790255dc36a9247c5970b758a43218b6bc1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 23 Oct 2019 18:23:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=24 --- python-numba.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-numba.spec b/python-numba.spec index a0edfbf..02a68e4 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numba -Version: 0.46.0 +Version: 0.45.1 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