Accepting request 685818 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/685818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-03-29 19:35:48 +00:00 committed by Git OBS Bridge
commit 471c01717b
2 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 17 14:57:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of description and fixup some
spelling/grammar issues.
-------------------------------------------------------------------
Thu Feb 28 15:20:17 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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