From 24e27d50171086afdf70abd85c2fa2743c5c45a85d77c9de2ce68a98e0dd0782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:35:16 +0000 Subject: [PATCH] Accepting request 626092 from home:jengelh:branches:devel:languages:python - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/626092 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlitedict?expand=0&rev=5 --- python-sqlitedict.changes | 5 +++++ python-sqlitedict.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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