14
0
forked from pool/python-WebOb

Accepting request 435473 from devel:languages:python

- 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/request/show/435473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=21
This commit is contained in:
2016-10-18 08:43:29 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e804c583bd0fb947bd7c03d296942b38b985cf1da4fd82bf879994d29edb21fe
size 204676

3
WebOb-1.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e096c20ec672412f7d463fd5ed23f71b9176945c66b8adb8b781b8cda174de84
size 205228

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

View File

@@ -17,7 +17,7 @@
Name: python-WebOb
Version: 1.6.1
Version: 1.6.2
Release: 0
Summary: WSGI request and response object
License: MIT