From 3b20b4dbbbca9b792ce608c6171f8d4693f38908d003e64266829ae744de234e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Mar 2019 15:27:14 +0000 Subject: [PATCH] Accepting request 685815 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description and fixup some spelling/grammar issues. OBS-URL: https://build.opensuse.org/request/show/685815 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=25 --- python-bottle.changes | 6 ++++++ python-bottle.spec | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/python-bottle.changes b/python-bottle.changes index 1b85259..502310c 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 17 14:57:13 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of description and fixup some + spelling/grammar issues. + ------------------------------------------------------------------- Thu Feb 28 15:20:17 UTC 2019 - Ondřej Súkup diff --git a/python-bottle.spec b/python-bottle.spec index 52ca92b..9498de4 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -20,7 +20,7 @@ Name: python-bottle Version: 0.12.16 Release: 0 -Summary: Fast and simple WSGI-framework for small web-applications +Summary: WSGI framework for small web applications License: MIT Group: Development/Languages/Python URL: http://bottlepy.org/ @@ -32,11 +32,11 @@ BuildArch: noarch %python_subpackages %description -Bottle is a fast and simple micro-framework for small web-applications. It -offers request dispatching (Routes) with url parameter support, Templates, a -built-in HTTP Server and adapters for many third party WSGI/HTTP-server and -template engines. All in a single file and with no dependencies other than the -Python Standard Library. +Bottle is a micro-framework for small web applications. It offers +request dispatching (routes) with URL parameter support, templates, a +built-in HTTP server, and adapters for many third party WSGI/HTTP +servers and template engines. This is all in a single file and with +no dependencies other than the Python Standard Library. %package -n %{name}-doc Summary: Documentation for %{name} @@ -45,11 +45,11 @@ Requires: %{name} = %{version} Provides: %{python_module bottle-doc = %{version}} %description -n %{name}-doc -Bottle is a fast and simple micro-framework for small web-applications. It -offers request dispatching (Routes) with url parameter support, Templates, a -built-in HTTP Server and adapters for many third party WSGI/HTTP-server and -template engines. All in a single file and with no dependencies other than the -Python Standard Library. +Bottle is a micro-framework for small web applications. It offers +request dispatching (routes) with URL parameter support, templates, a +built-in HTTP server, and adapters for many third party WSGI/HTTP +servers and template engines. This is all in a single file and with +no dependencies other than the Python Standard Library. This subpackage contains the PDF documentation for %{name}.