15
0
forked from pool/python-plyvel

Accepting request 505238 from home:jengelh:branches:devel:languages:python

- Trim filler wording from description and replace by a
  substantiated feature list.

OBS-URL: https://build.opensuse.org/request/show/505238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=7
This commit is contained in:
2017-06-21 10:34:37 +00:00
committed by Git OBS Bridge
parent ba8bcef3bc
commit 2b0caaedf4
2 changed files with 12 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
Name: python-plyvel
Version: 0.9
Release: 0
Summary: Fast and feature-rich Python interface to LevelDB
Summary: Python interface to LevelDB
License: BSD-3-Clause
Group: Productivity/Networking/Other
Url: https://github.com/wbolster/plyvel
@@ -38,10 +38,12 @@ BuildRequires: python-rpm-macros
%python_subpackages
%description
Plyvel is a fast and feature-rich Python interface to LevelDB.
Plyvel is a Python interface to LevelDB.
Plyvel has a rich feature set, high performance, and a friendly Pythonic
API.
In addition to basic features like getting, putting and deleting
data, Plyvel allows you to use write batches, database snapshots,
very flexible iterators, prefixed databases, bloom filters, custom
cache sizes, custom comparators.
%prep
%setup -q -n plyvel-%{version}