Sync from SUSE:SLFO:Main python-llvmlite revision 162d48b289ca1c0d41b7d7bc93d9c545

This commit is contained in:
Adrian Schröter 2024-06-06 18:20:06 +02:00
parent cea502790a
commit b695bc1849
4 changed files with 26 additions and 9 deletions

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

Binary file not shown.

View File

@ -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> Mon Nov 20 13:29:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-llvmlite # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,10 +18,10 @@
%define modname llvmlite %define modname llvmlite
%define llvm_major 14 %define llvm_major 14
%define skip_python2 1 %{?sle15_python_module_pythons}
Name: python-llvmlite Name: python-llvmlite
# Note: this has to be in sync with Numba releases # Note: this has to be in sync with Numba releases
Version: 0.41.1 Version: 0.42.0
Release: 0 Release: 0
Summary: Lightweight wrapper around basic LLVM functionality Summary: Lightweight wrapper around basic LLVM functionality
License: BSD-2-Clause License: BSD-2-Clause