forked from pool/python-sqlitedict
Accepting request 626391 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlitedict?expand=0&rev=2
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user