Hello community, here is the log from the commit of package python-sqlitedict for openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-sqlitedict (Old) and /work/SRC/openSUSE:Leap:15.2/.python-sqlitedict.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlitedict" Mon Mar 2 13:23:28 2020 rev:5 rq:777181 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-sqlitedict/python-sqlitedict.changes 2020-01-15 15:53:31.839600906 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-sqlitedict.new.26092/python-sqlitedict.changes 2020-03-02 13:23:29.158413705 +0100 @@ -1,0 +2,5 @@ +Wed Dec 11 08:05:54 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Depend on full python stack for sqlite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sqlitedict.spec ++++++ --- /var/tmp/diff_new_pack.vFdKIt/_old 2020-03-02 13:23:29.762414906 +0100 +++ /var/tmp/diff_new_pack.vFdKIt/_new 2020-03-02 13:23:29.766414914 +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}/*
