From 49447eb1141f4552a7414c57518d1b95c5fffc28ec113d0b449e60b80fca153b Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 24 Apr 2017 16:28:47 +0000 Subject: [PATCH] Accepting request 487283 from home:jengelh:branches:devel:languages:python - Remove extreme wording from description. Neutral point of view - https://en.opensuse.org/openSUSE:Package_description_guidelines OBS-URL: https://build.opensuse.org/request/show/487283 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=4 --- python-datrie.changes | 5 +++++ python-datrie.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-datrie.changes b/python-datrie.changes index d67c5fe..34c5075 100644 --- a/python-datrie.changes +++ b/python-datrie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 11 10:17:10 UTC 2017 - jengelh@inai.de + +- Remove extreme wording from description. + ------------------------------------------------------------------- Fri Apr 7 18:12:25 UTC 2017 - jmatejek@suse.com diff --git a/python-datrie.spec b/python-datrie.spec index e634034..daffc3b 100644 --- a/python-datrie.spec +++ b/python-datrie.spec @@ -20,7 +20,7 @@ Name: python-datrie Version: 0.7.1 Release: 0 -Summary: Super-fast, efficiently stored Trie for Python +Summary: Trie data structure for Python License: LGPL-2.1+ Group: Development/Languages/Python Url: https://github.com/kmike/datrie @@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -Super-fast, efficiently stored Trie for Python (2.x and 3.x). Uses libdatrie. +A trie data structure for Python (2.x and 3.x). Uses libdatrie. %prep %setup -q -n datrie-%{version}