pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing Version 2.2.0 - March, 2017
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b6194b43dfe
branches: trunk
changeset: 360778:1b6194b43dfe
user: adam <adam%pkgsrc.org@localhost>
date: Fri Apr 07 03:35:12 2017 +0000
description:
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.
diffstat:
devel/py-pyparsing/Makefile | 8 ++++----
devel/py-pyparsing/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 3cc83686879c -r 1b6194b43dfe devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile Fri Apr 07 03:31:06 2017 +0000
+++ b/devel/py-pyparsing/Makefile Fri Apr 07 03:35:12 2017 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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 -r 3cc83686879c -r 1b6194b43dfe devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo Fri Apr 07 03:31:06 2017 +0000
+++ b/devel/py-pyparsing/distinfo Fri Apr 07 03:35:12 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index