From 684b47ba0a6c38370b78ecebffebb03113cd567c83c02adbf949909ee3ae2efe Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Jul 2017 10:35:02 +0000 Subject: [PATCH] Accepting request 509125 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/509125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=12 --- python-Whoosh.changes | 5 +++++ python-Whoosh.spec | 23 ++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/python-Whoosh.changes b/python-Whoosh.changes index 0d8974d..061fc01 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -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 diff --git a/python-Whoosh.spec b/python-Whoosh.spec index 311c88f..2de6ea1 100644 --- a/python-Whoosh.spec +++ b/python-Whoosh.spec @@ -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