Hello community,
here is the log from the commit of package python-llvmlite for openSUSE:Factory
checked in at 2019-02-24 17:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-llvmlite (Old)
and /work/SRC/openSUSE:Factory/.python-llvmlite.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-llvmlite"
Sun Feb 24 17:17:12 2019 rev:11 rq:677768 version:0.27.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes
2019-02-14 14:36:13.991574462 +0100
+++
/work/SRC/openSUSE:Factory/.python-llvmlite.new.28833/python-llvmlite.changes
2019-02-24 17:17:21.136429690 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 16:18:26 CET 2019 - Matej Cepl <[email protected]>
+
+- update to version 0.27.1:
+ * Just a bugfix release.
+
+-------------------------------------------------------------------
Old:
----
llvmlite-0.27.0.tar.gz
New:
----
llvmlite-0.27.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-llvmlite.spec ++++++
--- /var/tmp/diff_new_pack.VJJwth/_old 2019-02-24 17:17:22.652429421 +0100
+++ /var/tmp/diff_new_pack.VJJwth/_new 2019-02-24 17:17:22.652429421 +0100
@@ -16,16 +16,17 @@
#
+%define modname llvmlite
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define llvm_major 7
Name: python-llvmlite
-Version: 0.27.0
+Version: 0.27.1
Release: 0
Summary: Lightweight wrapper around basic LLVM functionality
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://llvmlite.pydata.org
-Source:
https://files.pythonhosted.org/packages/source/l/llvmlite/llvmlite-%{version}.tar.gz
+Source:
https://github.com/numba/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: clang%{llvm_major}-devel
@@ -63,7 +64,7 @@
need for Numba.
%prep
-%setup -q -n llvmlite-%{version}
+%setup -q -n %{modname}-%{version}
%build
export CXX=clang++
++++++ llvmlite-0.27.0.tar.gz -> llvmlite-0.27.1.tar.gz ++++++
++++ 10095 lines of diff (skipped)