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:
commit
471c01717b
@ -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>
|
Thu Feb 28 15:20:17 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-bottle
|
Name: python-bottle
|
||||||
Version: 0.12.16
|
Version: 0.12.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast and simple WSGI-framework for small web-applications
|
Summary: WSGI framework for small web applications
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://bottlepy.org/
|
URL: http://bottlepy.org/
|
||||||
@ -32,11 +32,11 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bottle is a fast and simple micro-framework for small web-applications. It
|
Bottle is a micro-framework for small web applications. It offers
|
||||||
offers request dispatching (Routes) with url parameter support, Templates, a
|
request dispatching (routes) with URL parameter support, templates, a
|
||||||
built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
|
built-in HTTP server, and adapters for many third party WSGI/HTTP
|
||||||
template engines. All in a single file and with no dependencies other than the
|
servers and template engines. This is all in a single file and with
|
||||||
Python Standard Library.
|
no dependencies other than the Python Standard Library.
|
||||||
|
|
||||||
%package -n %{name}-doc
|
%package -n %{name}-doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
@ -45,11 +45,11 @@ Requires: %{name} = %{version}
|
|||||||
Provides: %{python_module bottle-doc = %{version}}
|
Provides: %{python_module bottle-doc = %{version}}
|
||||||
|
|
||||||
%description -n %{name}-doc
|
%description -n %{name}-doc
|
||||||
Bottle is a fast and simple micro-framework for small web-applications. It
|
Bottle is a micro-framework for small web applications. It offers
|
||||||
offers request dispatching (Routes) with url parameter support, Templates, a
|
request dispatching (routes) with URL parameter support, templates, a
|
||||||
built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
|
built-in HTTP server, and adapters for many third party WSGI/HTTP
|
||||||
template engines. All in a single file and with no dependencies other than the
|
servers and template engines. This is all in a single file and with
|
||||||
Python Standard Library.
|
no dependencies other than the Python Standard Library.
|
||||||
|
|
||||||
This subpackage contains the PDF documentation for %{name}.
|
This subpackage contains the PDF documentation for %{name}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user