pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cparser Update to 2.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/85ad44cde2ef
branches: trunk
changeset: 650740:85ad44cde2ef
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 26 07:58:49 2015 +0000
description:
Update to 2.12:
+ Version 2.12 (21.04.2015)
- This is a fix release for 2.11; the memory optimization with __slots__ on
Coord and AST nodes didn't take weakrefs into account, which broke cffi and
its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__.
+ Version 2.11 (21.04.2015)
- Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in
function declarations. Started with issue #21 (reported with initial patch
by Robin Martinjak).
- Issue #27: bug in handling of unified wstring literals.
- Issue #28: fix coord reporting for 'for' loops.
- Added ``examples/using_gcc_E_libc.py`` to demonstrate how ``gcc -E`` can
be used instead of ``cpp`` for preprocessing.
- Pull request #64: support keywords like const, volatile, restrict and static
in dimensions in array declarations.
- Reduce memory usage of AST nodes (issue #72).
- Parsing order of nested pointer declarations fixed (issue #68).
diffstat:
devel/py-cparser/Makefile | 4 ++--
devel/py-cparser/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 394a5cbf3cac -r 85ad44cde2ef devel/py-cparser/Makefile
--- a/devel/py-cparser/Makefile Sun Apr 26 07:58:08 2015 +0000
+++ b/devel/py-cparser/Makefile Sun Apr 26 07:58:49 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/09/30 17:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/26 07:58:49 wiz Exp $
-DISTNAME= pycparser-2.10
+DISTNAME= pycparser-2.12
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
CATEGORIES= lang
MASTER_SITES= https://pypi.python.org/packages/source/p/pycparser/
diff -r 394a5cbf3cac -r 85ad44cde2ef devel/py-cparser/distinfo
--- a/devel/py-cparser/distinfo Sun Apr 26 07:58:08 2015 +0000
+++ b/devel/py-cparser/distinfo Sun Apr 26 07:58:49 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/09/30 17:21:21 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/04/26 07:58:49 wiz Exp $
-SHA1 (pycparser-2.10.tar.gz) = 378a7a987d40e2c1c42cad0b351a6fc0a51ed004
-RMD160 (pycparser-2.10.tar.gz) = 2fbb253348d90d55492a063b96b71511dadefa04
-Size (pycparser-2.10.tar.gz) = 206166 bytes
+SHA1 (pycparser-2.12.tar.gz) = e3d3d0134e7e22d73824a32b6f26751892eba0da
+RMD160 (pycparser-2.12.tar.gz) = 7b5c2c5b3c3ccbc340f747238ac626ada604d80d
+Size (pycparser-2.12.tar.gz) = 297648 bytes
Home |
Main Index |
Thread Index |
Old Index