Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2016 23:39:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 210603] [PATCH] www/py-pylons: update to 1.0.2
Message-ID:  <bug-210603-21822-fokdeGuTZe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210603-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210603-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Ilia Skalozubov <freebsd@skinc.ru> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 210603: [PATCH] www/py-pylons: update to 1.0.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210603



--- Description ---
Created attachment 171840
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171840&action=
=3Dedit
py-pylons-1.0.2.patch

py-webob-1.4 removes the 'exception' attribute on WSGIHTTPException.

This attribute is used by py-pylons<=3D1.0.1 in the redirect code, resultin=
g in
the following exception:

File '/usr/local/lib/python2.7/site-packages/pylons/controllers/util.py', l=
ine
208 in redirect
  raise exc(location=3Durl).exception
AttributeError: 'HTTPFound' object has no attribute 'exception'

This patch fixes the problem by updating py-pylons to 1.0.2.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210603-21822-fokdeGuTZe>