Hello community,
here is the log from the commit of package python-leveldb for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-leveldb (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-leveldb.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-leveldb"
Mon Mar 9 18:07:37 2020 rev:15 rq:776735 version:0.20
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-leveldb/python-leveldb.changes
2020-01-15 15:49:52.991475466 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-leveldb.new.26092/python-leveldb.changes
2020-03-09 18:07:37.780884954 +0100
@@ -1,0 +2,6 @@
+Thu Mar 28 15:35:36 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Execute testsuite
+- Run fdupes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-leveldb.spec ++++++
--- /var/tmp/diff_new_pack.cHxhSK/_old 2020-03-09 18:07:38.120885123 +0100
+++ /var/tmp/diff_new_pack.cHxhSK/_new 2020-03-09 18:07:38.120885123 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-leveldb
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -26,7 +26,9 @@
Url: http://code.google.com/p/py-leveldb/
Source:
https://files.pythonhosted.org/packages/source/l/leveldb/leveldb-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
%python_subpackages
@@ -43,6 +45,10 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%pytest_arch test/test.py
%files %{python_files}
%doc README