From c5bd671cc4ae2c7e9581eed6b2ce1c4888a11ebfc0ec242c32026863109c8410 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 21 Jul 2018 08:25:28 +0000 Subject: [PATCH] Accepting request 624240 from devel:languages:python Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/624240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=12 --- python-numba.changes | 5 +++++ python-numba.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-numba.changes b/python-numba.changes index 817b955..6e40538 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 13 09:20:32 UTC 2018 - tchvatal@suse.com + +- Fix version requirement to ask for new llvmlite + ------------------------------------------------------------------- Thu Jul 12 03:31:08 UTC 2018 - arun@gmx.de diff --git a/python-numba.spec b/python-numba.spec index fda1297..186f115 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -26,7 +26,7 @@ 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.23} +BuildRequires: %{python_module llvmlite >= 0.24} BuildRequires: %{python_module numpy-devel >= 1.10} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy >= 0.16} @@ -36,7 +36,7 @@ BuildRequires: gcc-c++ BuildRequires: python-rpm-macros BuildRequires: python2-funcsigs BuildRequires: python2-singledispatch -Requires: python-llvmlite >= 0.23 +Requires: python-llvmlite >= 0.24 Requires: python-numpy >= 1.10 Requires: python-scipy >= 0.16 Requires(post): update-alternatives