forked from pool/python-sqlitedict
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
This commit is contained in:
committed by
Git OBS Bridge
parent
47acc80cec
commit
24e27d5017
@@ -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
|
Thu May 24 17:47:50 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -13,21 +13,22 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sqlitedict
|
Name: python-sqlitedict
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Persistent dict in Python backed by sqlite3
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Summary: Persistent dict in Python, backed up by sqlite3
|
|
||||||
Url: https://github.com/piskvorky/sqlitedict
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/piskvorky/sqlitedict
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sqlitedict/sqlitedict-%{version}.tar.gz
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -36,7 +37,7 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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.
|
dict-like interface and support for multi-thread access.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Reference in New Issue
Block a user