Hello community,

here is the log from the commit of package python-numba for openSUSE:Factory 
checked in at 2018-05-29 10:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numba (Old)
 and      /work/SRC/openSUSE:Factory/.python-numba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numba"

Tue May 29 10:29:51 2018 rev:9 rq:610271 version:0.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numba/python-numba.changes        
2018-05-16 11:41:15.241040292 +0200
+++ /work/SRC/openSUSE:Factory/.python-numba.new/python-numba.changes   
2018-05-29 10:29:55.173722871 +0200
@@ -1,0 +2,6 @@
+Fri May 18 08:06:59 UTC 2018 - [email protected]
+
+- Fix dependencies to match reality
+- Add more items to make python2 build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numba.spec ++++++
--- /var/tmp/diff_new_pack.bkjBfa/_old  2018-05-29 10:29:55.857697604 +0200
+++ /var/tmp/diff_new_pack.bkjBfa/_new  2018-05-29 10:29:55.861697456 +0200
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:           python-numba
 Version:        0.38.0
 Release:        0
@@ -27,16 +26,25 @@
 URL:            http://numba.github.com
 Source:         
https://files.pythonhosted.org/packages/source/n/numba/numba-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module llvmlite >= 0.22}
-BuildRequires:  %{python_module numpy-devel >= 1.9}
+BuildRequires:  %{python_module llvmlite >= 0.23}
+BuildRequires:  %{python_module numpy-devel >= 1.10}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy >= 0.16}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-Requires:       python-llvmlite >= 0.22
-Requires:       python-numpy >= 1.9
+BuildRequires:  python2-funcsigs
+BuildRequires:  python2-singledispatch
+Requires:       python-llvmlite >= 0.23
+Requires:       python-numpy >= 1.10
+Requires:       python-scipy >= 0.16
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
+%ifpython2
+Requires:       python2-funcsigs
+Requires:       python2-singledispatch
+%endif
 %python_subpackages
 
 %description
@@ -80,6 +88,14 @@
 %python_clone -a %{buildroot}%{_bindir}/numba
 %python_clone -a %{buildroot}%{_bindir}/pycc
 
+%check
+# Sadly needs 3 hours to finish in OBS run localy when updating!
+#%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+#pushd $PYTHONPATH
+#$python -Wd -m pytest numba/tests -v -rs
+#popd
+#}
+
 %post
 %{python_install_alternative numba pycc}
 


Reply via email to