Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-llvmlite for openSUSE:Factory
checked in at 2023-02-23 17:06:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-llvmlite (Old)
and /work/SRC/openSUSE:Factory/.python-llvmlite.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-llvmlite"
Thu Feb 23 17:06:14 2023 rev:27 rq:1067434 version:0.39.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes
2022-09-29 18:14:16.463362783 +0200
+++
/work/SRC/openSUSE:Factory/.python-llvmlite.new.1706/python-llvmlite.changes
2023-02-23 17:06:15.785918165 +0100
@@ -1,0 +2,5 @@
+Thu Feb 23 15:07:48 UTC 2023 - Dirk Müller <[email protected]>
+
+- add python311.patch to build with python 3.11 as well
+
+-------------------------------------------------------------------
New:
----
python311.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-llvmlite.spec ++++++
--- /var/tmp/diff_new_pack.bWGcoT/_old 2023-02-23 17:06:17.069925679 +0100
+++ /var/tmp/diff_new_pack.bWGcoT/_new 2023-02-23 17:06:17.129926030 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-llvmlite
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
License: BSD-2-Clause
URL: https://llvmlite.pydata.org
Source:
https://github.com/numba/llvmlite/archive/v%{version}.tar.gz#/llvmlite-%{version}.tar.gz
+# taken from https://github.com/numba/llvmlite/pull/869
+Patch1: python311.patch
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: cmake
@@ -57,7 +59,7 @@
need for Numba.
%prep
-%setup -q -n %{modname}-%{version}
+%autosetup -p1 -n %{modname}-%{version}
%build
export CPPFLAGS="%{optflags} -fPIC"
++++++ python311.patch ++++++
Index: llvmlite-0.39.1/setup.py
===================================================================
--- llvmlite-0.39.1.orig/setup.py
+++ llvmlite-0.39.1/setup.py
@@ -33,7 +33,7 @@ except ImportError:
min_python_version = "3.7"
-max_python_version = "3.11" # exclusive
+max_python_version = "3.12" # exclusive
def _guard_py_ver():