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 2021-03-24 16:13:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-llvmlite (Old)
and /work/SRC/openSUSE:Factory/.python-llvmlite.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-llvmlite"
Wed Mar 24 16:13:59 2021 rev:22 rq:880622 version:0.36.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes
2020-11-04 18:31:32.352261188 +0100
+++
/work/SRC/openSUSE:Factory/.python-llvmlite.new.2401/python-llvmlite.changes
2021-03-24 16:14:00.736005738 +0100
@@ -1,0 +2,28 @@
+Tue Mar 16 19:59:54 UTC 2021 - Ben Greiner <[email protected]>
+
+- update to 0.36.0
+ * The main feature in this release is Python 3.9 support.
+ Also, some changes to the build scripts were included:
+ the llvmdev recipe now supports compilation on Windows 10
+ and llvmlite may now be compiled with cmake on POSIX
+ systems. Additionally, both the timings from the LLVM
+ passes themselves and the time spent within the LLVM
+ thread-safe access lock are now available for diagnostic
+ purposes. Lastly, several minor cosmetic changes to the
+ documentation and project files are included.
+
+-------------------------------------------------------------------
+Wed Feb 17 10:37:10 UTC 2021 - Ben Greiner <[email protected]>
+
+- update to 0.35.0
+ * The main feature in this release is a Numba specific
+ LLVM pass for pruning reference-count operations. We
+ plan to generalize this custom LLVM pass once it is
+ proven stable so that it can be configured for other
+ uses. In addition, this release contains an updated SVML
+ patch that fixes an issue for AVX512, and a patch that
+ fixes build issues on Linux and BSD.
+- Drop the condtional for older llvm versions on older distros.
+ This release as well as previous ones only supports llvm10.
+
+-------------------------------------------------------------------
Old:
----
llvmlite-0.34.0.tar.gz
New:
----
llvmlite-0.36.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-llvmlite.spec ++++++
--- /var/tmp/diff_new_pack.Gzhw9k/_old 2021-03-24 16:14:01.492006532 +0100
+++ /var/tmp/diff_new_pack.Gzhw9k/_new 2021-03-24 16:14:01.492006532 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-llvmlite
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,9 @@
%define modname llvmlite
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define llvm_major 10
-%if 0%{?suse_version} <= 1500
-%define llvm_major 7
-%endif
%define skip_python2 1
Name: python-llvmlite
-Version: 0.34.0
+Version: 0.36.0
Release: 0
Summary: Lightweight wrapper around basic LLVM functionality
License: BSD-2-Clause
++++++ llvmlite-0.34.0.tar.gz -> llvmlite-0.36.0.tar.gz ++++++
++++ 4801 lines of diff (skipped)