Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 13:15:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212559] textproc/py-parsimonious: Update to 0.7.0
Message-ID:  <bug-212559-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212559

            Bug ID: 212559
           Summary: textproc/py-parsimonious: Update to 0.7.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dbaio@bsd.com.br
 Attachment #174617 maintainer-approval+
             Flags:

Created attachment 174617
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174617&action=
=3Dedit
py-parsimonious-0.7.0.patch

- Update to 0.7.0

Changelog:

- Add experimental token-based parsing, via TokenGrammar class, for those
  operating on pre-lexed streams of tokens. This can, for example, help=20
  parse indentation-sensitive languages that use the =E2=80=9Coff-side rule=
=E2=80=9D, like
  Python. (Erik Rose)
- Common codebase for Python 2 and 3: no more 2to3 translation step (Mattias
  Urlichs, Lucas Wiman)
- Drop Python 3.1 and 3.2 support.
- Fix a bug in Grammar.__repr__ which fails to work on Python 3 since the=20
  string_escape codec is gone in Python 3. (Lucas Wiman)
- Don=E2=80=99t lose parentheses when printing representations of expressio=
ns.
  (Michael Kelly)
- Make Grammar an immutable mapping (until we add automatic recompilation).
  (Michael Kelly)


portlint: OK (looks fine.)
testport:=20
        poudriere: i386,  10.3  (OK)
        poudriere: amd64, 10.3  (OK)
        poudriere: i386,  9.3   (OK)
        poudriere: amd64, 9.3   (OK)
        poudriere: i386,  12    (OK)
        poudriere: amd64, 12    (OK)

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



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