[Bug 215912] devel/py3-Jinja2: Update to 2.9.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 9 18:35:20 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215912

            Bug ID: 215912
           Summary: devel/py3-Jinja2: Update to 2.9.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch-ready
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh at freebsd.org
          Reporter: olivierd at FreeBSD.org
             Flags: maintainer-feedback?(bofh at freebsd.org)
          Assignee: bofh at freebsd.org

Created attachment 178673
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178673&action=edit
Patch to update devel/py3-Jinja2

- Update to 2.9.3 (this version is incompatible with devel/py-Jinja2 bug
#215651)
- Increase Python 3 version

With Python <= 3.5, there are warning messages (see below) with yield keyword
inside async functions (async functions appeared in Python 3.5 and higher).

  File "/usr/local/lib/python3.5/site-packages/jinja2/asyncfilters.py", line 24
SyntaxError: 'yield' inside async function

  File "/usr/local/lib/python3.5/site-packages/jinja2/asyncsupport.py", line 35
SyntaxError: 'yield' inside async function

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list