From 90b2d8fdcc1261169e5312eb9a08b4abf08d4f4b26dc5ffe68a74d7d99994501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 27 May 2020 09:27:13 +0000 Subject: [PATCH] Accepting request 809217 from home:pgajdos:python - version update to 0.49.1 * PR #5587: Fixed #5586 Threading Implementation Typos * PR #5592: Fixes #5583 Remove references to cffi_support from docs and examples * PR #5614: Fix invalid type in resolve for comparison expr in parfors. * PR #5624: Fix erroneous rewrite of predicate to bit const on prune. * PR #5627: Fixes #5623, SSA local def scan based on invalid equality assumption. * PR #5629: Fixes naming error in array_exprs * PR #5630: Fix #5570. Incorrect race variable detection due to SSA naming. * PR #5638: Make literal_unroll function work as a freevar. * PR #5648: Unset the memory manager after EMM Plugin tests * PR #5651: Fix some SSA issues * PR #5652: Pin to sphinx=2.4.4 to avoid problem with C declaration * PR #5658: Fix unifying undefined first class function types issue * PR #5669: Update example in 5m guide WRT SSA type stability. * PR #5676: Restore ``numba.types`` as public API OBS-URL: https://build.opensuse.org/request/show/809217 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=43 --- numba-0.49.0.tar.gz | 3 --- numba-0.49.1.tar.gz | 3 +++ python-numba.changes | 20 ++++++++++++++++++++ python-numba.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 numba-0.49.0.tar.gz create mode 100644 numba-0.49.1.tar.gz diff --git a/numba-0.49.0.tar.gz b/numba-0.49.0.tar.gz deleted file mode 100644 index cd0c457..0000000 --- a/numba-0.49.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dbef9c738685a624fb0a4e2ec4cc425bed0e1de830d9bafc629bdb55e8df98f -size 2008626 diff --git a/numba-0.49.1.tar.gz b/numba-0.49.1.tar.gz new file mode 100644 index 0000000..34f8459 --- /dev/null +++ b/numba-0.49.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e1ad8215918036b0ffc53501888d44ed44c1f2cb09a9e047d06af5cd7e7a5a +size 2011378 diff --git a/python-numba.changes b/python-numba.changes index f7ce92e..5b0f792 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 27 07:24:32 UTC 2020 - pgajdos@suse.com + +- version update to 0.49.1 + * PR #5587: Fixed #5586 Threading Implementation Typos + * PR #5592: Fixes #5583 Remove references to cffi_support from docs and examples + * PR #5614: Fix invalid type in resolve for comparison expr in parfors. + * PR #5624: Fix erroneous rewrite of predicate to bit const on prune. + * PR #5627: Fixes #5623, SSA local def scan based on invalid equality + assumption. + * PR #5629: Fixes naming error in array_exprs + * PR #5630: Fix #5570. Incorrect race variable detection due to SSA naming. + * PR #5638: Make literal_unroll function work as a freevar. + * PR #5648: Unset the memory manager after EMM Plugin tests + * PR #5651: Fix some SSA issues + * PR #5652: Pin to sphinx=2.4.4 to avoid problem with C declaration + * PR #5658: Fix unifying undefined first class function types issue + * PR #5669: Update example in 5m guide WRT SSA type stability. + * PR #5676: Restore ``numba.types`` as public API + ------------------------------------------------------------------- Fri Apr 24 14:07:35 UTC 2020 - Marketa Calabkova diff --git a/python-numba.spec b/python-numba.spec index 23dafe0..71ac518 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-numba%{psuffix} -Version: 0.49.0 +Version: 0.49.1 Release: 0 Summary: NumPy-aware optimizing compiler for Python using LLVM License: BSD-2-Clause