15
0
forked from pool/python-pecan

Accepting request 223194 from Cloud:OpenStack:Master

- update to 0.4.5:
 * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
 * Cleaned up the WSGI app reference from the threadlocal state on every request
   (to avoid potential memory leaks, especially when testing).
 * Improved pecan documentation and correctd intersphinx references.
 * pecan supports Python 3.4.

OBS-URL: https://build.opensuse.org/request/show/223194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=17
This commit is contained in:
Denisart Benjamin
2014-02-24 10:46:06 +00:00
committed by Git OBS Bridge
parent a39f26a80a
commit e189b9578b
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 20 09:29:17 UTC 2014 - dmueller@suse.com
- update to 0.4.5:
* Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
* Cleaned up the WSGI app reference from the threadlocal state on every request
(to avoid potential memory leaks, especially when testing).
* Improved pecan documentation and correctd intersphinx references.
* pecan supports Python 3.4.
-------------------------------------------------------------------
Fri Jan 10 17:21:45 UTC 2014 - dmueller@suse.com