diff --git a/python-numba.changes b/python-numba.changes index 45e0c96..80cbbe3 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 11 19:25:55 UTC 2018 - toddrme2178@gmail.com + +- Bump minimum llvmlite version. + ------------------------------------------------------------------- Thu Dec 21 18:33:16 UTC 2017 - arun@gmx.de diff --git a/python-numba.spec b/python-numba.spec index d043fc5..928b3bb 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -1,7 +1,7 @@ # # spec file for package python-numba # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,15 +28,14 @@ Group: Development/Languages/Python Url: http://numba.github.com Source: https://files.pythonhosted.org/packages/source/n/numba/numba-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module llvmlite >= 0.17} +BuildRequires: %{python_module llvmlite >= 0.21} BuildRequires: %{python_module numpy-devel >= 1.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -Requires: python-llvmlite >= 0.17 +Requires: python-llvmlite >= 0.21 Requires: python-numpy >= 1.7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): update-alternatives Requires(preun): update-alternatives %python_subpackages