15
0
forked from pool/python-pecan

Accepting request 186923 from home:dirkmueller:branches:devel:languages:python

- update to 0.3.2:
  * Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
  * Fixed a routing bug for certain ``_lookup`` controller configurations.
  * Improved documentation for handling file uploads.
  * Deprecated the ``pecan.conf.requestviewer`` configuration option.

OBS-URL: https://build.opensuse.org/request/show/186923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2013-08-13 11:04:56 +00:00
committed by Git OBS Bridge
parent 714201c1b6
commit 90684e9c04
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 13 10:10:55 UTC 2013 - dmueller@suse.com
- update to 0.3.2:
* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
* Fixed a routing bug for certain ``_lookup`` controller configurations.
* Improved documentation for handling file uploads.
* Deprecated the ``pecan.conf.requestviewer`` configuration option.
-------------------------------------------------------------------
Tue Jun 25 11:40:11 UTC 2013 - dmueller@suse.com