diff --git a/WebOb-1.6.1.tar.gz b/WebOb-1.6.1.tar.gz deleted file mode 100644 index a89460b..0000000 --- a/WebOb-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e804c583bd0fb947bd7c03d296942b38b985cf1da4fd82bf879994d29edb21fe -size 204676 diff --git a/WebOb-1.6.2.tar.gz b/WebOb-1.6.2.tar.gz new file mode 100644 index 0000000..aefbe42 --- /dev/null +++ b/WebOb-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e096c20ec672412f7d463fd5ed23f71b9176945c66b8adb8b781b8cda174de84 +size 205228 diff --git a/python-WebOb.changes b/python-WebOb.changes index f2031bf..75232ec 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -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 diff --git a/python-WebOb.spec b/python-WebOb.spec index d93bd82..d8ed2bd 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -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