14
0

Accepting request 911113 from home:jengelh:branches:devel:languages:python

- Trim unspecific claims and metadata repetitions from description.

OBS-URL: https://build.opensuse.org/request/show/911113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyahocorasick?expand=0&rev=7
This commit is contained in:
2021-08-10 08:11:09 +00:00
committed by Git OBS Bridge
parent dd8dab28ab
commit f7b4555e74
2 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 15 16:26:20 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim unspecific claims and metadata repetitions from description.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 15 13:41:37 UTC 2021 - Matej Cepl <mcepl@suse.com> Mon Mar 15 13:41:37 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -34,21 +34,17 @@ BuildRequires: python-rpm-macros
%python_subpackages %python_subpackages
%description %description
**pyahocorasick** is a fast and memory efficient library for exact or pyahocorasick is a library for exact or approximate
approximate multi-pattern string search meaning that you can find multi-pattern string search, meaning that one can find
multiple key strings occurrences at once in some input text. The multiple key strings occurrences at once in some input text. The
library provides an `ahocorasick` Python module that you can use as library provides an `ahocorasick` Python module that you can use as
a plain dict-like Trie or convert a Trie to an automaton for efficient a plain dict-like Trie or convert a Trie to an automaton for efficient
Aho-Corasick search. Aho-Corasick search.
It is implemented in C and tested on Python 2.7 and 3.4+. It works on It is implemented in C.
Linux, Mac and Windows.
The license is BSD-3-clause. Some utilities, such as tests and the pure
Python automaton are dedicated to the Public Domain.
%prep %prep
%setup -q -n pyahocorasick-%{version} %autosetup -p1 -n pyahocorasick-%{version}
%build %build
%python_build %python_build