Hello community,

here is the log from the commit of package python-sqlitedict for 
openSUSE:Factory checked in at 2019-12-11 12:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlitedict (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlitedict.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlitedict"

Wed Dec 11 12:13:55 2019 rev:5 rq:755738 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sqlitedict/python-sqlitedict.changes      
2019-04-11 12:17:38.628945828 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sqlitedict.new.4691/python-sqlitedict.changes
    2019-12-11 12:14:20.320524803 +0100
@@ -1,0 +2,5 @@
+Wed Dec 11 08:05:54 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Depend on full python stack for sqlite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sqlitedict.spec ++++++
--- /var/tmp/diff_new_pack.KeVCfX/_old  2019-12-11 12:14:21.800524386 +0100
+++ /var/tmp/diff_new_pack.KeVCfX/_new  2019-12-11 12:14:21.804524385 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlitedict
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,15 @@
 Release:        0
 Summary:        Persistent dict in Python backed by sqlite3
 License:        Apache-2.0
-Group:          Development/Languages/Python
-Url:            https://github.com/piskvorky/sqlitedict
+URL:            https://github.com/piskvorky/sqlitedict
 Source:         
https://files.pythonhosted.org/packages/source/s/sqlitedict/sqlitedict-%{version}.tar.gz
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module nose}
-# /SECTION
+Requires:       python
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -51,14 +49,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%{python_expand 
+%{python_expand # db needs to be regenerated
 rm -rf tests/db
 mkdir -p tests/db
-nosetests-%{$python_bin_suffix}
+nosetests-%{$python_bin_suffix} -v
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE.apache
 %doc README.rst
 %{python_sitelib}/*


Reply via email to