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:
commit
8bc8adc09e
@ -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
|
Mon Jun 26 09:07:38 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: python-Whoosh
|
|||||||
Version: 2.7.4
|
Version: 2.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.turbogears.org
|
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
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://files.pythonhosted.org/packages/source/W/Whoosh/Whoosh-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/W/Whoosh/Whoosh-%{version}.tar.gz
|
||||||
@ -45,12 +45,10 @@ Obsoletes: python-whoosh < %{version}
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Whoosh is a fast, pure-Python indexing and search library. Programmers can use
|
Whoosh is a pure-Python indexing and search library. It can be used
|
||||||
it to easily add search functionality to their applications and websites.
|
to add search functionality to applications and websites. Every part
|
||||||
Because Whoosh is pure Python, you don't have to compile or install a binary
|
of how Whoosh works can be extended or replaced to meet specific
|
||||||
support library and/or make Python work with a JVM, yet Whoosh is still very
|
needs.
|
||||||
fast at indexing and searching. Every part of how Whoosh works can be extended
|
|
||||||
or replaced to meet your needs exactly.
|
|
||||||
|
|
||||||
%package -n python-Whoosh-doc
|
%package -n python-Whoosh-doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
@ -58,12 +56,11 @@ Group: Documentation/Other
|
|||||||
Provides: %{python_module Whoosh-doc = %{version}}
|
Provides: %{python_module Whoosh-doc = %{version}}
|
||||||
|
|
||||||
%description -n python-Whoosh-doc
|
%description -n python-Whoosh-doc
|
||||||
Whoosh is a fast, pure-Python indexing and search library. Programmers can use
|
Whoosh is a pure-Python indexing and search library. It can be used
|
||||||
it to easily add search functionality to their applications and websites.
|
to add search functionality to applications and websites. Every part
|
||||||
Because Whoosh is pure Python, you don't have to compile or install a binary
|
of how Whoosh works can be extended or replaced to meet specific
|
||||||
support library and/or make Python work with a JVM, yet Whoosh is still very
|
needs.
|
||||||
fast at indexing and searching. Every part of how Whoosh works can be extended
|
|
||||||
or replaced to meet your needs exactly.
|
|
||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
Reference in New Issue
Block a user