15
0
forked from pool/python-datrie

Accepting request 490797 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/490797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-datrie?expand=0&rev=2
This commit is contained in:
2017-04-28 08:52:50 +00:00
committed by Git OBS Bridge
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}