Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyahocorasick for
openSUSE:Factory checked in at 2021-08-12 09:01:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyahocorasick (Old)
and /work/SRC/openSUSE:Factory/.python-pyahocorasick.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyahocorasick"
Thu Aug 12 09:01:25 2021 rev:2 rq:911203 version:1.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyahocorasick/python-pyahocorasick.changes
2021-03-16 15:46:39.733252722 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyahocorasick.new.1899/python-pyahocorasick.changes
2021-08-12 09:02:18.398089882 +0200
@@ -1,0 +2,5 @@
+Mon Mar 15 16:26:20 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Trim unspecific claims and metadata repetitions from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyahocorasick.spec ++++++
--- /var/tmp/diff_new_pack.AcFvmv/_old 2021-08-12 09:02:18.882089125 +0200
+++ /var/tmp/diff_new_pack.AcFvmv/_new 2021-08-12 09:02:18.886089119 +0200
@@ -34,21 +34,17 @@
%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