Changelog for
python2-pecan-1.3.2-49.13.noarch.rpm :
* Wed Aug 22 2018 comurphyAATTsuse.com- Add python-pysqlite dependency
* Needed for the unit tests
* Thu Aug 16 2018 jengelhAATTinai.de- Ensure neutrality of description.
* Thu Aug 09 2018 tchvatalAATTsuse.com- Do not depend on Kajiki as it is Genshi clone:
* pecan-no-kajiki.patch
* Thu Aug 09 2018 tchvatalAATTsuse.com- Version update to 1.3.2:
* Fixes for newer webob and other dependencies- Drop merged patch pull-request-91.patch
* Thu Aug 24 2017 tbechtoldAATTsuse.com- Add pull-request-91.patch . That fixes the tests for python3.6
* Wed Jul 12 2017 tbechtoldAATTsuse.com- Only require python-singledispatch on python2
* Thu Jun 29 2017 tbechtoldAATTsuse.com- convert to singlespec- fix Source url
* Tue Nov 15 2016 dmuellerAATTsuse.com- update to 1.2.1
* Fri Mar 18 2016 tbechtoldAATTsuse.com- update to 1.0.5:
* Fix a bug in controller argspec detection when class-based decorators are used
* Removed an open file handle leak when pecan renders errors for Jinja2 and Genshi templates
* Resolved a bug which caused log output to be duplicated in projects created with pecan create
* Fixed a bug in pecan.hooks.HookController for newer versions of Python3.4
* Sat Aug 22 2015 tbechtoldAATTsuse.com- update to 1.0.2:
* Version increment.
* Add a thread lock to `pecan serve --reload` to avoid multiple restarts
* Fix an argspec detection edge case in `pecan.util.getargspec`
* Version increment.
* Fix a subtle bug in pecan.configuration.Config attribute assignment
* Fix a bug in extension-based content-type guessing with a trailing slash.
* Mark stable OpenStack branches as non-voting; their tests are often unstable
* Version increment.
* Update bug reporting verbiage.
* core: make status code mandatory in abort
* Move pecan off of stackforge and back to github.com/pecan and TravisCI.
* Fix a bug in the way `default_renderer` is applied.
* Allow all RFC3986-specified characters in explicit path segments.
* Replace pecan\'s homegrown interactive debugging middleware with backlash
* Fix broken wsme-stable tests as of the latest 0.7.0 release.
* Allowing tracebacks to be surfaced through abort
* Fri Jul 24 2015 seife+obsAATTb1-systems.com- fix non-suse build by conditionalizing Suggests: tags
* Mon Jun 22 2015 tbechtoldAATTsuse.com- 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 AATTexpose(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
* Tue Feb 24 2015 tbechtoldAATTsuse.com- update to 0.8.3
* Properly
* detect Python < 3.3.
* Fix py32 support; importlib.machinery.SourceFileLoader doesn\'t exist until py33
* Version increment.
* Change pecan to more gracefully handle a few odd request encoding edge cases.
* Document pecan.request.context
* Improve ImportError verbosity for configuration files.
* core: optimize renderer computing
* middleware.static: remove useless stored variable
* Version increment.
* Don\'t clone pecan-dependent projects from cgit.
* Allows multiple parameters to be converted to list
* tox: pass posargs to test command
* Corrects ouptut -> output in docs/source/hooks.rst
* Add documentation for generic REST controllers.
* Version increment.
* Improve detection of infinite recursion for PecanHook and pypy.
* Fix broken wsme-stable tests and remove some deprecated pip flags.
* Fix typo in description
* Only define remainder when not empty
* Fixes expose of staticmethod
* Version increment.
* Resolve a bug that mixes up argument order for generic functions.
* Fix a routing bug for generic subcontrollers.
* Remove `assert` for flow control; it can be optimized away with `python -O`.
* For HTTP POSTs, map JSON request bodies to controller keyword arguments.
* Improve argspec detection and leniency for wrapped controllers.
* When path arguments are incorrect for RestController, return HTTP 404, not 400.
* When detecting non-content for HTTP 204, properly catch UnicodeDecodeError.
* Fix a bug in generic function handling when context locals are disabled.
* Stop using distribute for Python 3 tests.
* Revert \"Import run_cross_tests.sh from oslo-incubator\"
* Add docs environment to tox.ini
* Mon Nov 10 2014 dmuellerAATTsuse.com- skip tests on SLE_12 (the depending packages are not there)