Sync from SUSE:SLFO:Main python-llvmlite revision 162d48b289ca1c0d41b7d7bc93d9c545
This commit is contained in:
parent
cea502790a
commit
b695bc1849
BIN
llvmlite-0.41.1.tar.gz
(Stored with Git LFS)
BIN
llvmlite-0.41.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
llvmlite-0.42.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
llvmlite-0.42.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 11:17:19 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Add %{?sle15_python_module_pythons}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 07:11:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.42.0:
|
||||
* Support for Python 3.12.
|
||||
* A fix for relocation overflows on AArch64 systems.
|
||||
* Binding layer: new queries for incoming blocks of phi
|
||||
instructions, type kinds, and elements.
|
||||
Addition of the Instruction Namer pass.
|
||||
* IR layer: Support convergent as an attribute of function
|
||||
calls and call instructions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 13:29:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@ -18,12 +35,12 @@ Fri May 26 13:34:11 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* This release predominantly upgrades to LLVM 14 and Python 3.11.
|
||||
* Bindings to a large number of passes are added.
|
||||
* The minimum supported Python version is now Python 3.8.
|
||||
- Drop patch python311.patch, not required.
|
||||
- Drop patch python311.patch, not required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 15:07:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add python311.patch to build with python 3.11 as well
|
||||
- add python311.patch to build with python 3.11 as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 14:02:23 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
@ -245,7 +262,7 @@ Tue Dec 17 17:06:49 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
Thu Oct 31 15:18:38 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Add support-clang9.patch and apply it for llvm >= 9
|
||||
- Bump llvm_major from 8 to 9
|
||||
- Bump llvm_major from 8 to 9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 17:02:55 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-llvmlite
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
%define modname llvmlite
|
||||
%define llvm_major 14
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-llvmlite
|
||||
# Note: this has to be in sync with Numba releases
|
||||
Version: 0.41.1
|
||||
Version: 0.42.0
|
||||
Release: 0
|
||||
Summary: Lightweight wrapper around basic LLVM functionality
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user