From f7b4555e740064c3dbcbcefcdf423e720ef59025b2bdc7a0cad8fb8f489f90cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Aug 2021 08:11:09 +0000 Subject: [PATCH] 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 --- python-pyahocorasick.changes | 5 +++++ python-pyahocorasick.spec | 12 ++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/python-pyahocorasick.changes b/python-pyahocorasick.changes index 2de485f..22741f0 100644 --- a/python-pyahocorasick.changes +++ b/python-pyahocorasick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 15 16:26:20 UTC 2021 - Jan Engelhardt + +- Trim unspecific claims and metadata repetitions from description. + ------------------------------------------------------------------- Mon Mar 15 13:41:37 UTC 2021 - Matej Cepl diff --git a/python-pyahocorasick.spec b/python-pyahocorasick.spec index 9467591..e9f9f65 100644 --- a/python-pyahocorasick.spec +++ b/python-pyahocorasick.spec @@ -34,21 +34,17 @@ BuildRequires: python-rpm-macros %python_subpackages %description -**pyahocorasick** is a fast and memory efficient library for exact or -approximate multi-pattern string search meaning that you can find +pyahocorasick is a library for exact or approximate +multi-pattern string search, meaning that one can find multiple key strings occurrences at once in some input text. The 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 Aho-Corasick search. -It is implemented in C and tested on Python 2.7 and 3.4+. It works on -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. +It is implemented in C. %prep -%setup -q -n pyahocorasick-%{version} +%autosetup -p1 -n pyahocorasick-%{version} %build %python_build