diff --git a/python-sqlitedict.changes b/python-sqlitedict.changes index 2b297d5..cc86900 100644 --- a/python-sqlitedict.changes +++ b/python-sqlitedict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 12:31:56 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Thu May 24 17:47:50 UTC 2018 - toddrme2178@gmail.com diff --git a/python-sqlitedict.spec b/python-sqlitedict.spec index b5a8dff..773f8a5 100644 --- a/python-sqlitedict.spec +++ b/python-sqlitedict.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sqlitedict Version: 1.5.0 Release: 0 +Summary: Persistent dict in Python backed by sqlite3 License: Apache-2.0 -Summary: Persistent dict in Python, backed up by sqlite3 -Url: https://github.com/piskvorky/sqlitedict Group: Development/Languages/Python +Url: https://github.com/piskvorky/sqlitedict Source: https://files.pythonhosted.org/packages/source/s/sqlitedict/sqlitedict-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module nose} # /SECTION @@ -36,7 +37,7 @@ BuildArch: noarch %python_subpackages %description -A lightweight wrapper around Python's sqlite3 database with a simple, Pythonic +A wrapper around Python's sqlite3 database with a Pythonic dict-like interface and support for multi-thread access. %prep