Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3E7F27A263 for ; Fri, 7 Apr 2017 03:41:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3E0BB85694; Fri, 7 Apr 2017 03:41:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 87845856B8 for ; Fri, 7 Apr 2017 03:41:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oY_-5asLSQDq for ; Fri, 7 Apr 2017 03:41:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F43485687 for ; Fri, 7 Apr 2017 03:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3298CFBE4; Fri, 7 Apr 2017 03:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491536112104000" MIME-Version: 1.0 Date: Fri, 7 Apr 2017 03:35:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pyparsing To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170407033512.3298CFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1491536112104000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1491536112104000 Content-Disposition: inline Content-Length: 2047 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1491536112104000--