1
0
forked from pool/python-Whoosh

Accepting request 509128 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/509128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Whoosh?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-07-11 06:27:23 +00:00 committed by Git OBS Bridge
commit 8bc8adc09e
2 changed files with 15 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 10 10:20:39 UTC 2017 - jengelh@inai.de
- Ensure neutrality of description.
-------------------------------------------------------------------
Mon Jun 26 09:07:38 UTC 2017 - tbechtold@suse.com

View File

@ -22,7 +22,7 @@ Name: python-Whoosh
Version: 2.7.4
Release: 0
Url: http://www.turbogears.org
Summary: Fast, pure-Python full text indexing, search, and spell checking library
Summary: Pure-Python full text indexing, search, and spell checking library
License: BSD-2-Clause
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/W/Whoosh/Whoosh-%{version}.tar.gz
@ -45,12 +45,10 @@ Obsoletes: python-whoosh < %{version}
%python_subpackages
%description
Whoosh is a fast, pure-Python indexing and search library. Programmers can use
it to easily add search functionality to their applications and websites.
Because Whoosh is pure Python, you don't have to compile or install a binary
support library and/or make Python work with a JVM, yet Whoosh is still very
fast at indexing and searching. Every part of how Whoosh works can be extended
or replaced to meet your needs exactly.
Whoosh is a pure-Python indexing and search library. It can be used
to add search functionality to applications and websites. Every part
of how Whoosh works can be extended or replaced to meet specific
needs.
%package -n python-Whoosh-doc
Summary: Documentation for %{name}
@ -58,12 +56,11 @@ Group: Documentation/Other
Provides: %{python_module Whoosh-doc = %{version}}
%description -n python-Whoosh-doc
Whoosh is a fast, pure-Python indexing and search library. Programmers can use
it to easily add search functionality to their applications and websites.
Because Whoosh is pure Python, you don't have to compile or install a binary
support library and/or make Python work with a JVM, yet Whoosh is still very
fast at indexing and searching. Every part of how Whoosh works can be extended
or replaced to meet your needs exactly.
Whoosh is a pure-Python indexing and search library. It can be used
to add search functionality to applications and websites. Every part
of how Whoosh works can be extended or replaced to meet specific
needs.
This package contains the documentation.
%prep