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}.