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