- update to 1.6.2:
* WebOb's exceptions will lazily read underlying variables when inserted into templates to avoid expensive computations/crashes when inserting into the template. This had a bad performance regression on Py27 because of the way the lazified class was created and returned. See https://github.com/Pylons/webob/pull/284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 09:37:15 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 1.6.2:
|
||||
* WebOb's exceptions will lazily read underlying variables when inserted into
|
||||
templates to avoid expensive computations/crashes when inserting into the
|
||||
template. This had a bad performance regression on Py27 because of the way
|
||||
the lazified class was created and returned. See
|
||||
https://github.com/Pylons/webob/pull/284
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 12:55:50 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user