- 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:
2016-10-15 09:38:23 +00:00
committed by Git OBS Bridge
parent 1fb5393d8d
commit b02832e3a5
4 changed files with 14 additions and 4 deletions

View File

@@ -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