Date: Sun, 26 Jun 2016 23:39:43 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 210603] [PATCH] www/py-pylons: update to 1.0.2 Message-ID: <bug-210603-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210603 Bug ID: 210603 Summary: [PATCH] www/py-pylons: update to 1.0.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: freebsd@skinc.ru Keywords: patch Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org 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. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210603-21822>
