From owner-freebsd-python@freebsd.org Mon Jan 9 21:23:45 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56377CA8188 for ; Mon, 9 Jan 2017 21:23:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1BE7614B4 for ; Mon, 9 Jan 2017 21:23:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 17119CA8185; Mon, 9 Jan 2017 21:23:45 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 169D5CA8184 for ; Mon, 9 Jan 2017 21:23:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD76E14AA for ; Mon, 9 Jan 2017 21:23:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v09LNi4p047351 for ; Mon, 9 Jan 2017 21:23:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 215651] devel/py-Jinja2: Update to 2.8.1 Date: Mon, 09 Jan 2017 21:23:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch-ready, security X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vlad-fbsd@acheronmedia.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nivit@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 21:23:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215651 Vladimir Krstulja changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |security --- Comment #6 from Vladimir Krstulja --- (In reply to Olivier Duchateau from comment #5) Ok. Let me just add this too, it appears that the asyncsupport.py is import= ed only if there's async support (environment.is_async =3D=3D True), there's a conditional import for the template in compiler.py. I just ran a quick and dirty test in a py27 virtualenv, and Jinja2 2.9.3 imports fine. I have to t= est it with actual templates used, but I don't think there's a need to hard-lim= it Jinja2 to python2.7 only. Please correct me if I'm wrong. Also please be aware that there are 29 reverse dependencies of py-Jinja2, s= ome of which, to my knowledge as I haven't tested all of them, build and work f= ine at the moment with DEFAULT_VERSIONS=3D python=3D3.5, most notably Sphinx an= d Flask. And only a handful of py3-Jinja2, I presume for some cases where those rdeps must be forced to py35-* So another question is why is py3-Jinja2 an entirely separate port and not a slave? If a sweeping change like this is to be done, perhaps it should be d= one closer to the next Quarterly cut-off, and we can combine the ports and fully switch to 2.9.x? --=20 You are receiving this mail because: You are on the CC list for the bug.=