diff options
author | adam <adam@pkgsrc.org> | 2017-04-07 03:35:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-07 03:35:12 +0000 |
commit | c7da395a96133165abe08bdc4a6f31751a5f790b (patch) | |
tree | ad879d4e64ed850cf88c144bc200bd777829045f | |
parent | 26680b6449e57bb07c4c3ca7bda109bd5904bc13 (diff) | |
download | pkgsrc-c7da395a96133165abe08bdc4a6f31751a5f790b.tar.gz |
Version 2.2.0 - March, 2017
---------------------------
- Bumped minor version number to reflect compatibility issues with
OneOrMore and ZeroOrMore bugfixes in 2.1.10. (2.1.10 fixed a bug
that was introduced in 2.1.4, but the fix could break code
written against 2.1.4 - 2.1.9.)
- Updated setup.py to address recursive import problems now
that pyparsing is part of 'packaging' (used by setuptools).
- Fixed KeyError issue reported by Yann Bizeul when using packrat
parsing in the Graphite time series database, thanks Yann!
- Fixed incorrect usages of '\' in literals.
- Minor internal change when using '-' operator, to be compatible
with ParserElement.streamline() method.
- Expanded infixNotation to accept a list or tuple of parse actions
to attach to an operation.
- New unit test added for dill support for storing pyparsing parsers.
Ordinary Python pickle can be used to pickle pyparsing parsers as
long as they do not use any parse actions. The 'dill' module is an
extension to pickle which *does* support pickling of attached
parse actions.
-rw-r--r-- | devel/py-pyparsing/Makefile | 8 | ||||
-rw-r--r-- | devel/py-pyparsing/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/py-pyparsing/Makefile b/devel/py-pyparsing/Makefile index 2b620a052f8..96f524d8ca2 100644 --- a/devel/py-pyparsing/Makefile +++ b/devel/py-pyparsing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/02/08 12:11:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/04/07 03:35:12 adam Exp $ -DISTNAME= pyparsing-2.1.10 +DISTNAME= pyparsing-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/} @@ -8,10 +8,10 @@ MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pyparsing/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyparsing.wikispaces.com/ -COMMENT= Pyparsing module for Python +COMMENT= Parsing module for Python LICENSE= mit -USE_LANGUAGES= # none +USE_LANGUAGES= # none BOOTSTRAP_SETUPTOOLS= yes .include "../../lang/python/egg.mk" diff --git a/devel/py-pyparsing/distinfo b/devel/py-pyparsing/distinfo index 8e8b6a0a266..db59b90a845 100644 --- a/devel/py-pyparsing/distinfo +++ b/devel/py-pyparsing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/01/25 18:04:24 adam Exp $ +$NetBSD: distinfo,v 1.8 2017/04/07 03:35:12 adam Exp $ -SHA1 (pyparsing-2.1.10.tar.gz) = 3fc0a5109b6b178899927b773f77a32d504ee00f -RMD160 (pyparsing-2.1.10.tar.gz) = 3c437937d9dbe50748a524ed26e736ee22192c4b -SHA512 (pyparsing-2.1.10.tar.gz) = 21af73d6f479d52746f269c8fbaf90c1107a8aec756d30af8c7c4e6a2ff0ea9659cc07816b7ea19286bc12d43497f5e8e63351453bf18daf6a1cb380a195532e -Size (pyparsing-2.1.10.tar.gz) = 1230829 bytes +SHA1 (pyparsing-2.2.0.tar.gz) = f8504f4f8baa69de5b63fd2275a0ebf36a2cf74b +RMD160 (pyparsing-2.2.0.tar.gz) = d0527da2c5f27bff03647157e4c50cacdc1293f0 +SHA512 (pyparsing-2.2.0.tar.gz) = 6a409f429d40a5ac202d144e4150de2c80d7c7120147f603f72a4a99797d48c50822a6437f590ec5ae4418d51aa1f6b1d4e5d95a57e19bec0a127b04e4937008 +Size (pyparsing-2.2.0.tar.gz) = 1232522 bytes |