Hello community, here is the log from the commit of package python-pecan for openSUSE:Factory checked in at 2015-06-30 10:15:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pecan (Old) and /work/SRC/openSUSE:Factory/.python-pecan.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pecan" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes 2015-02-25 02:18:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pecan.new/python-pecan.changes 2015-06-30 10:15:42.000000000 +0200 @@ -1,0 +2,26 @@ +Mon Jun 22 15:08:36 UTC 2015 - [email protected] + +- update to 0.9.0: + * Require orderddict for Python 2.6 support. + * Version increment. + * Add tox environments to gate pecan against openstack/gnocchi + * Add tox environments to gate pecan against openstack/magnum + * Gate against latest stable projects. + * Properly raise HTTP 405 (and specify Allow headers) for RestController + * Update the `rest-api` scaffold to use generic controllers, *not* RestController Closes-Bug #1413038 + * Allow users to specify custom path segments for routing. + * Fix broken wsme-stable tests. + * Replace ci.o.o links with docs.o.o/infra + * Fix unquoting of positional args with plus sign + * Add more emphasis to the need for debug=False in deployment documentation. + * Properly handle Python3 Unicode path segments in pecan routing. + * make_app() now uses the debugger param in DebugMiddleware() + * Drop support for Python 3.2. + * Prevent @expose(generic=True) on special methods (_route, _lookup, _default). + * core: do not assume controller is a method + * Fix broken wsme-stable job and pep8 failures. + * Document how to serve static files (with an iterable, not in-memory). + * Default the `pecan` log level to DEBUG for development. +- Add python-ordereddict Requires for SLE11SP3 + +------------------------------------------------------------------- Old: ---- pecan-0.8.3.tar.gz New: ---- pecan-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pecan.spec ++++++ --- /var/tmp/diff_new_pack.mDpKIs/_old 2015-06-30 10:15:43.000000000 +0200 +++ /var/tmp/diff_new_pack.mDpKIs/_new 2015-06-30 10:15:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-pecan -Version: 0.8.3 +Version: 0.9.0 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause @@ -41,6 +41,9 @@ BuildRequires: python-virtualenv %endif BuildRequires: python-six +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +Requires: python-ordereddict +%endif Requires: python-Mako >= 0.4.0 Requires: python-WebOb >= 1.2dev Requires: python-WebTest >= 1.3.1 ++++++ pecan-0.8.3.tar.gz -> pecan-0.9.0.tar.gz ++++++ ++++ 1755 lines of diff (skipped)
