maintainer-feedback requested: [Bug 210603] [PATCH] www/py-pylons: update to 1.0.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 26 23:39:43 UTC 2016


Ilia Skalozubov <freebsd at skinc.ru> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python at FreeBSD.org>:
Bug 210603: [PATCH] www/py-pylons: update to 1.0.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210603



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

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

This attribute is used by py-pylons<=1.0.1 in the redirect code, resulting in
the following exception:

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

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


More information about the freebsd-python mailing list