From 5aebade5f6973f4ed6a1de4dbfdd329327912bb9c14059fe6c8ace3dedaad104 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 25 Jun 2018 09:42:52 +0000 Subject: [PATCH] Accepting request 618811 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/618811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=10 --- numba-0.38.0.tar.gz | 3 --- numba-0.38.1.tar.gz | 3 +++ python-numba.changes | 25 +++++++++++++++++++++++++ python-numba.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 numba-0.38.0.tar.gz create mode 100644 numba-0.38.1.tar.gz diff --git a/numba-0.38.0.tar.gz b/numba-0.38.0.tar.gz deleted file mode 100644 index 1a98140..0000000 --- a/numba-0.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1a5ae35a64536dcc46880450e0f839e53a2cf5c587fb09e5e1bf9cbcca8693 -size 1406895 diff --git a/numba-0.38.1.tar.gz b/numba-0.38.1.tar.gz new file mode 100644 index 0000000..deddba9 --- /dev/null +++ b/numba-0.38.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fb76b8dcde868d6426c7c7836b76a0b2b20861547770c27b6307f712c09bc5 +size 1407832 diff --git a/python-numba.changes b/python-numba.changes index e4292ea..8211c8e 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jun 24 01:05:37 UTC 2018 - arun@gmx.de + +- update to version 0.38.1: + This is a critical bug fix release addressing: + https://github.com/numba/numba/issues/3006 + + The bug does not impact users using conda packages from Anaconda or Intel Python + Distribution (but it does impact conda-forge). It does not impact users of pip + using wheels from PyPI. + + This only impacts a small number of users where: + + * The ICC runtime (specifically libsvml) is present in the user's environment. + * The user is using an llvmlite statically linked against a version of LLVM + that has not been patched with SVML support. + * The platform is 64-bit. + + The release fixes a code generation path that could lead to the production of + incorrect results under the above situation. + + Fixes: + * PR #3007: Augment SVML detection with llvmlite SVML patch + detection. + ------------------------------------------------------------------- Fri May 18 08:06:59 UTC 2018 - tchvatal@suse.com diff --git a/python-numba.spec b/python-numba.spec index 8c2dff6..7bd5a60 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.38.0 +Version: 0.38.1 Release: 0 Summary: Compiling Python code using LLVM License: BSD-2-Clause