14
0
forked from pool/python-pecan

Accepting request 287509 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/287509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=25
This commit is contained in:
Denisart Benjamin
2015-02-24 13:16:57 +00:00
committed by Git OBS Bridge
parent 126d8f2501
commit a0df6de7d5
4 changed files with 46 additions and 6 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Feb 24 12:49:00 UTC 2015 - tbechtold@suse.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 19:31:21 UTC 2014 - dmueller@suse.com