From f000552aa9197b9e84c2a98c54614590b8eec721df2916b6d70bce94890c7738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 24 Jan 2019 11:29:50 +0000 Subject: [PATCH] Accepting request 668273 from home:jengelh:branches:devel:languages:python - Be a little more specific with the summary. OBS-URL: https://build.opensuse.org/request/show/668273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chest?expand=0&rev=4 --- python-chest.changes | 5 +++++ python-chest.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-chest.changes b/python-chest.changes index e94006f..c1d3a43 100644 --- a/python-chest.changes +++ b/python-chest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 24 09:26:16 UTC 2019 - Jan Engelhardt + +- Be a little more specific with the summary. + ------------------------------------------------------------------- Thu Jan 24 08:23:22 UTC 2019 - Tomáš Chvátal diff --git a/python-chest.spec b/python-chest.spec index 6d4dc2b..dc7063a 100644 --- a/python-chest.spec +++ b/python-chest.spec @@ -20,7 +20,7 @@ Name: python-chest Version: 0.2.3 Release: 0 -Summary: Simple spill-to-disk dictionary +Summary: Spill-to-disk dictionary for Python License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/ContinuumIO/chest @@ -35,7 +35,8 @@ BuildArch: noarch %description A dictionary that spills to disk. -Chest acts likes a dictionary but it can write its contents to disk. This is useful in the following two occasions: +Chest acts likes a dictionary, but it can write its contents to disk. +This is useful in the following two occasions: 1. Chest can hold datasets that are larger than memory 2. Chest persists and so can be saved and loaded for later use