diff --git a/python-cooldict.changes b/python-cooldict.changes index 5796f45..8894a6a 100644 --- a/python-cooldict.changes +++ b/python-cooldict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 17 11:36:57 UTC 2018 - jengelh@inai.de + +- Update descriptions + ------------------------------------------------------------------- Sun Apr 15 10:36:54 UTC 2018 - afaerber@suse.de diff --git a/python-cooldict.spec b/python-cooldict.spec index b486e2c..e34af9c 100644 --- a/python-cooldict.spec +++ b/python-cooldict.spec @@ -20,7 +20,7 @@ Name: python-cooldict Version: 1.02 Release: 0 -Summary: dict-like structures +Summary: dict-like structures for Python License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/zardus/cooldict @@ -38,7 +38,11 @@ BuildArch: noarch %python_subpackages %description -Some dict-like structures. +cooldict provides some dict-like structures for Python, such as +* a write-through cache around another dict +* a finalizable dict +* a branching dict +* a copy-on-write dict (with and without sinkholing capability) %prep %setup -q -n cooldict-%{version}