From dde062d9034f33c75cc995819c0e81359da00e6a1d77823d435f01199d12fc62 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 13 Jan 2018 20:48:11 +0000 Subject: [PATCH] Accepting request 563677 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/563677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=5 --- python-numba.changes | 5 +++++ python-numba.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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