Hello community, here is the log from the commit of package python-bobo for openSUSE:Factory checked in at 2017-10-13 14:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bobo (Old) and /work/SRC/openSUSE:Factory/.python-bobo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bobo" Fri Oct 13 14:15:13 2017 rev:2 rq:533136 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bobo/python-bobo.changes 2017-09-09 20:25:11.869396972 +0200 +++ /work/SRC/openSUSE:Factory/.python-bobo.new/python-bobo.changes 2017-10-13 14:15:28.993823180 +0200 @@ -1,0 +2,5 @@ +Tue Sep 5 23:52:23 UTC 2017 - [email protected] + +- Ensure neutral description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bobo.spec ++++++ --- /var/tmp/diff_new_pack.Vg7HIf/_old 2017-10-13 14:15:32.221681251 +0200 +++ /var/tmp/diff_new_pack.Vg7HIf/_new 2017-10-13 14:15:32.221681251 +0200 @@ -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.
