commit python3-numba for openSUSE:Factory
Hello community, here is the log from the commit of package python3-numba for openSUSE:Factory checked in at 2017-02-26 17:09:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-numba (Old) and /work/SRC/openSUSE:Factory/.python3-numba.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python3-numba" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-numba/python3-numba.changes 2017-02-03 18:59:07.235018554 +0100 +++ /work/SRC/openSUSE:Factory/.python3-numba.new/python3-numba.changes 2017-02-26 17:09:12.344356197 +0100 @@ -1,0 +2,34 @@ +Wed Feb 22 22:15:53 UTC 2017 - arun@gmx.de + +- update to version 0.31.0: + * Improvements: + + PR #2281: Update for numpy1.12 + + PR #2278: Add CUDA atomic.{max, min, compare_and_swap} + + PR #2277: Add about section to conda recipies to identify + license and other metadata in Anaconda Cloud + + PR #2271: Adopt itanium C++-style mangling for CPU and CUDA + targets + + PR #2267: Add fastmath flags + + PR #2261: Support dtype.type + + PR #2249: Changes for llvm3.9 + + PR #2234: Bump llvmlite requirement to 0.16 and add + install_name_tool_fixer to mviewbuf for OS X + + PR #2230: Add python3.6 to TravisCi + + PR #2227: Enable caching for gufunc wrapper + + PR #2170: Add debugging support + + PR #2037: inspect_cfg() for easier visualization of the function + operation + * Fixes: + + PR #2274: Fix nvvm ir patch in mishandling “load” + + PR #2272: Fix breakage to cuda7.5 + + PR #2269: Fix caching of copy_strides kernel in cuda.reduce + + PR #2265: Fix #2263: error when linking two modules with dynamic + globals + + PR #2252: Fix path separator in test + + PR #2246: Fix overuse of memory in some system with fork + + PR #2241: Fix #2240: __module__ in dynamically created function + not a str + + PR #2239: Fix fingerprint computation failure preventing + fallback + +------------------------------------------------------------------- Old: ---- numba-0.30.1.tar.gz New: ---- numba-0.31.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-numba.spec ++++++ --- /var/tmp/diff_new_pack.MsP1fh/_old 2017-02-26 17:09:12.724298534 +0100 +++ /var/tmp/diff_new_pack.MsP1fh/_new 2017-02-26 17:09:12.728297927 +0100 @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python3-numba -Version: 0.30.1 +Version: 0.31.0 Release: 0 -License: BSD-2-Clause Summary: Compiling Python code using LLVM -Url: http://numba.github.com +License: BSD-2-Clause Group: Development/Languages/Python +Url: http://numba.github.com Source: https://files.pythonhosted.org/packages/source/n/numba/numba-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: python3-devel -BuildRequires: python3-setuptools BuildRequires: python3-llvmlite BuildRequires: python3-numpy-devel >= 1.7 +BuildRequires: python3-setuptools Requires: python3-llvmlite Requires: python3-numpy >= 1.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,11 +67,9 @@ %setup -q -n numba-%{version} sed -i '1{\@^#!/usr/bin/env python@d}' numba/appdirs.py - %build python3 setup.py build - %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -81,7 +80,6 @@ ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p done - %post %_sbindir/update-alternatives \ --install %{_bindir}/numba numba %{_bindir}/numba-%{py3_ver} 30 \ @@ -92,7 +90,6 @@ %_sbindir/update-alternatives --remove numba %{_bindir}/numba-%{py3_ver} fi - %files %defattr(-,root,root,-) %doc AUTHORS CHANGE_LOG LICENSE README.rst ++++++ numba-0.30.1.tar.gz -> numba-0.31.0.tar.gz ++++++ ++++ 8474 lines of diff (skipped)
participants (1)
-
root@hilbertn.suse.de