15
0
forked from pool/python-datrie

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
This commit is contained in:
Todd R
2017-04-24 16:28:47 +00:00
committed by Git OBS Bridge
parent 25526c08fb
commit 49447eb114
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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}