diff --git a/python-bobo.changes b/python-bobo.changes index 45353af..34986a2 100644 --- a/python-bobo.changes +++ b/python-bobo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 5 23:52:23 UTC 2017 - jengelh@inai.de + +- Ensure neutral description. + ------------------------------------------------------------------- Sat Aug 19 08:00:21 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-bobo.spec b/python-bobo.spec index ae30f56..52fea99 100644 --- a/python-bobo.spec +++ b/python-bobo.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,37 +21,35 @@ Name: python-bobo Version: 2.4.0 Release: 0 -License: ZPL-2.1 Summary: Web application framework for the impatient -Url: http://bobo.readthedocs.io/ +License: ZPL-2.1 Group: Development/Languages/Python +Url: http://bobo.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/b/bobo/bobo-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} +BuildRequires: %{python_module WebOb} BuildRequires: %{python_module bobodoctestumentation >= 2.4.0} BuildRequires: %{python_module six} -BuildRequires: %{python_module WebOb} %endif # /SECTION BuildRequires: fdupes -Requires: python-six Requires: python-WebOb +Requires: python-six BuildArch: noarch %python_subpackages %description -Bobo is a light-weight framework for creating WSGI web applications. - -It addresses 2 problems: -- Mapping URLs to objects -- Calling objects to generate HTTP responses +Bobo is a framework for creating WSGI web applications. +It addresses two problems: mapping URLs to objects, +and calling objects to generate HTTP responses. Bobo doesn't have a templating language, a database integration layer, -or a number of other features that are better provided by WSGI +nor a number of other features that are better provided by WSGI middle-ware or application-specific libraries. Bobo builds on other frameworks, most notably WSGI and WebOb.