py-cparser: updated to 2.20

Version 2.20:
- Fix slow backtracking when parsing strings.
- Parser for FuncDecl incorrectly sets declname attribute on return type.
- Fix crash when file starts with a semicolon.
- Fix array type generation.
- Fix failed parsing of unnamed function parameters with array dim
  qualifiers.
- Fix pointer type generation.
- Fixes for u/l constant integer suffix.
- Fix error transforming an empty switch.
- Recognize integer multicharacter constants like 'ABCD'.
- Fix incorrect AST when parsing offsetof.
This commit is contained in:
adam 2020-03-04 18:24:55 +00:00
parent 7ebe5480a6
commit 62252d05fc
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2018/09/24 11:20:24 adam Exp $
# $NetBSD: Makefile,v 1.13 2020/03/04 18:24:55 adam Exp $
DISTNAME= pycparser-2.19
DISTNAME= pycparser-2.20
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycparser/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2018/09/24 11:20:24 adam Exp $
$NetBSD: distinfo,v 1.11 2020/03/04 18:24:55 adam Exp $
SHA1 (pycparser-2.19.tar.gz) = a69ccf20b014709aeabdc4ec39f2f66e6a526a59
RMD160 (pycparser-2.19.tar.gz) = d552f6d887fd92d78581650a8de66d70a46bb7e0
SHA512 (pycparser-2.19.tar.gz) = 7f830e1c9066ee2d297a55e2bf6db4bf6447b6d9da0145d11a88c3bb98505755fb7986eafa6e06ae0b7680838f5e5d6a6d188245ca5ad45c2a727587bac93ab5
Size (pycparser-2.19.tar.gz) = 158295 bytes
SHA1 (pycparser-2.20.tar.gz) = 0ae93d89b69fab48af3a407a2f8663bcea270c3d
RMD160 (pycparser-2.20.tar.gz) = 84c1efb5f614e9e2f978d2caa2a2ed1bc2785467
SHA512 (pycparser-2.20.tar.gz) = ff0853c9f981b43b4f2e879350715c07b02cf9dab223d4980d8fe0a3138c98041b5f848a9355ae4f1cb45e7f137c03a88843008e18d77af9250e0d9c55f5ca1b
Size (pycparser-2.20.tar.gz) = 161330 bytes