Hello community,

here is the log from the commit of package python-plyvel for openSUSE:Factory 
checked in at 2016-02-01 19:56:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plyvel (Old)
 and      /work/SRC/openSUSE:Factory/.python-plyvel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plyvel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes      
2014-11-03 13:13:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-plyvel.new/python-plyvel.changes 
2016-02-01 19:57:17.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 31 08:31:40 UTC 2016 - [email protected]
+
+- Enable tests
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-plyvel.spec ++++++
--- /var/tmp/diff_new_pack.mTLJVm/_old  2016-02-01 19:57:18.000000000 +0100
+++ /var/tmp/diff_new_pack.mTLJVm/_new  2016-02-01 19:57:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-plyvel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,12 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  leveldb-devel
+BuildRequires:  python-Cython
 BuildRequires:  python-devel
+BuildRequires:  python-pytest
+BuildRequires:  python-pytest-cov
 BuildRequires:  python-setuptools
+BuildRequires:  python-tox
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,15 +44,18 @@
 %setup -q -n plyvel-%{version}
 
 %build
-python setup.py build
+make %{?_smp_mflags} all
 
 %install
 python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
 %fdupes %{buildroot}
 
+%check
+make %{?_smp_mflags} test
+
 %files
 %defattr(-,root,root,-)
-%{python_sitearch}/*
 %doc doc/*.rst
+%{python_sitearch}/*
 
 %changelog


Reply via email to