15
0
forked from pool/python-pecan

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

- 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

OBS-URL: https://build.opensuse.org/request/show/375063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=33
This commit is contained in:
2016-03-29 19:41:44 +00:00
committed by Git OBS Bridge
parent c1bf19e295
commit 615c5609cb
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 18 10:24:38 UTC 2016 - tbechtold@suse.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 10:18:07 UTC 2015 - tbechtold@suse.com