commit python-llvmlite for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package python-llvmlite for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:22:24

Comparing /work/SRC/openSUSE:Leap:15.2/python-llvmlite (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-llvmlite.new.3248 (New)


Package is "python-llvmlite"

Tue Apr 14 14:22:24 2020 rev:17 rq:793649 version:0.31.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-llvmlite/python-llvmlite.changes
2020-03-09 18:08:05.960915689 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-llvmlite.new.3248/python-llvmlite.changes  
2020-04-14 14:24:11.081417951 +0200
@@ -1,0 +2,5 @@
+Mon Apr  6 09:11:18 UTC 2020 - Tomáš Chvátal 
+
+- Use properly llvm9 which is now TW default
+
+---



Other differences:
--
++ python-llvmlite.spec ++
--- /var/tmp/diff_new_pack.4gdEOs/_old  2020-04-14 14:24:11.429418211 +0200
+++ /var/tmp/diff_new_pack.4gdEOs/_new  2020-04-14 14:24:11.429418211 +0200
@@ -18,11 +18,7 @@
 
 %define modname llvmlite
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%ifarch ppc64 ppc64le
-%define llvm_major 7
-%else
-%define llvm_major 8
-%endif
+%define llvm_major 9
 %if 0%{?suse_version} <= 1500
 %define llvm_major 7
 %endif




commit python-llvmlite for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-llvmlite for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:08:03

Comparing /work/SRC/openSUSE:Leap:15.2/python-llvmlite (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-llvmlite.new.26092 (New)


Package is "python-llvmlite"

Mon Mar  9 18:08:03 2020 rev:16 rq:776751 version:0.31.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-llvmlite/python-llvmlite.changes
2020-01-15 15:49:55.179476720 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-llvmlite.new.26092/python-llvmlite.changes 
2020-03-09 18:08:05.960915689 +0100
@@ -1,0 +2,71 @@
+Sun Jan  5 02:54:55 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 0.31.0:
+  * This release switches memset/memcpy to use the 4 argument style as
+per LLVM 7+ and updates some documentation.
+  * Commits:
++ PR #485: Revert "Revert "LLVM 7 changed memset intrinsic
+  signature, adjust it""
++ PR #520: Begin development of 0.31.0
++ PR #528: Add cttz and ctlz to irbuilder docs.
++ PR #533: Update deprecation docs with full deprecation of 5 arg
+  memset/memcpy
++ PR #535: Update docs to not report LLVM 3.8 as latest!
+
+---
+Tue Dec 17 17:06:49 CET 2019 - Matej Cepl 
+
+- Revert previous change, numba doesn't support LLVM 9 yet.
+
+---
+Thu Oct 31 15:18:38 UTC 2019 - Ismail Dönmez 
+
+- Add support-clang9.patch and apply it for llvm >= 9
+- Bump llvm_major from 8 to 9 
+
+---
+Sat Oct 19 17:02:55 UTC 2019 - Arun Persaud 
+
+- update to version 0.30.0:
+  This release adds support for half-precision float and
+  schedulesthe deprecation of memset/memcpy accepting 5 arguments
+  (cf. LLVM change).
+  * PR #518: Fix use of -fPIC flag in wheels
+  * PR #513: Remove restriction on sphinx version from Anaconda distro
+  * PR #512: fix for block labels which contain "interesting"
+characters
+  * PR #511: Deprecate the use of memset/memcpy with alias
+  * PR #510: Add fp16 Intrinsics
+  * PR #509: Add Half-Precision Type
+  * PR #502: Add -fPIC flag for manylinux1 wheel building
+  * PR #491: Fix incorrect hierarchy in the documentation for
+ir.Constant.
+  * PR #474: Update docs
+  * PR #470: Fix leak on string returning APIs.
+
+---
+Wed Jun 19 01:25:56 UTC 2019 - Todd R 
+
+- Package examples
+- Make sure tests use installed version
+
+---
+Tue Jun 18 19:45:06 UTC 2019 - Todd R 
+
+- update to version 0.29.0
+  * This release upgrades to LLVM 8.0 for all supported platforms except 
PPC64LE.
+Due to numerous problems with LLVM 8.0 running on PPC64LE,
+we have decided to use LLVM 7.1, which is more stable on PPC64LE.
+In addition, non-host LLVM targets, AMDGPU, NVPTX, and WebAssembly, are 
enabled
+and they are available in our `llvmlite` builds.
+  * Revert "LLVM 7 changed memset intrinsic signature, adjust it"
+  * Depend on enum34 using PEP 508 environment markers
+  * Upgrade to llvm8
+  * Support loading from current directory and egg files
+  * Add missing fastmath flags from LLVM 7
+  * LLVM 7 changed memset intrinsic signature, adjust it
+
+---

Old:

  llvmlite-0.28.0.tar.gz

New:

  llvmlite-0.31.0.tar.gz
  support-clang9.patch



Other differences:
--
++ python-llvmlite.spec ++
--- /var/tmp/diff_new_pack.DBDfPh/_old  2020-03-09 18:08:06.720916778 +0100
+++ /var/tmp/diff_new_pack.DBDfPh/_new  2020-03-09 18:08:06.720916778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-llvmlite
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,22 @@
 
 %define modname llvmlite
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%ifarch ppc64 ppc64le
 %define llvm_major 7
+%else
+%define llvm_major 8
+%endif
+%if 0%{?suse_version} <= 1500
+%define llvm_major 7
+%endif
 Name:   python-llvmlite
-Version:0.28.0
+Version:0.31.0
 Release:0
 Summary:Lightweight wrapper around basic LLVM functionality
 License:BSD-2-Clause
-Group:  Development/Languages/Python
 URL:http://llvmlite.pydata.org
-Source: