From 2b0caaedf4541f08059ea559ed5f99b1c4c5012dc53e9a062e5b9355fa42300b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 21 Jun 2017 10:34:37 +0000 Subject: [PATCH] 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 --- python-plyvel.changes | 6 ++++++ python-plyvel.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/python-plyvel.changes b/python-plyvel.changes index d4402aa..c93c619 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 21 09:31:49 UTC 2017 - jengelh@inai.de + +- Trim filler wording from description and replace by a + substantiated feature list. + ------------------------------------------------------------------- Sun Jun 11 10:16:54 UTC 2017 - mpluskal@suse.com diff --git a/python-plyvel.spec b/python-plyvel.spec index 73ce1ff..62a42ff 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -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}