From de7e1a94f73aa8f74fe26946fa892f1f732dc6b6f1f5652ea6baa8443da59842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Apr 2018 11:51:10 +0000 Subject: [PATCH] Accepting request 597446 from home:jengelh:branches:devel:languages:python - Update descriptions OBS-URL: https://build.opensuse.org/request/show/597446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cooldict?expand=0&rev=4 --- python-cooldict.changes | 5 +++++ python-cooldict.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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}