pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pyparsing



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  7 03:35:12 UTC 2017

Modified Files:
        pkgsrc/devel/py-pyparsing: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pyparsing/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pyparsing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pyparsing/Makefile
diff -u pkgsrc/devel/py-pyparsing/Makefile:1.9 pkgsrc/devel/py-pyparsing/Makefile:1.10
--- pkgsrc/devel/py-pyparsing/Makefile:1.9      Wed Feb  8 12:11:09 2017
+++ pkgsrc/devel/py-pyparsing/Makefile  Fri Apr  7 03:35:12 2017
@@ -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/pyp
 
 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"

Index: pkgsrc/devel/py-pyparsing/distinfo
diff -u pkgsrc/devel/py-pyparsing/distinfo:1.7 pkgsrc/devel/py-pyparsing/distinfo:1.8
--- pkgsrc/devel/py-pyparsing/distinfo:1.7      Wed Jan 25 18:04:24 2017
+++ pkgsrc/devel/py-pyparsing/distinfo  Fri Apr  7 03:35:12 2017
@@ -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