Received: by mail.netbsd.org (Postfix, from userid 605) id 0ABAC84E2E; Fri, 3 Jan 2020 12:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8729B84D61 for ; Fri, 3 Jan 2020 12:47:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id x36U-vB8R9BV for ; Fri, 3 Jan 2020 12:47:23 +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 0024F84D52 for ; Fri, 3 Jan 2020 12:47:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E816EFA97; Fri, 3 Jan 2020 12:47:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578055642196300" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 12:47:22 +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: <20200103124722.E816EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578055642196300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 3 12:47:22 UTC 2020 Modified Files: pkgsrc/devel/py-pyparsing: Makefile distinfo Log Message: py-pyparsing: updated to 2.4.6 Version 2.4.6: - Fixed typos in White mapping of whitespace characters, to use correct "\u" prefix instead of "u\". - Fix bug in left-associative ternary operators defined using infixNotation. First reported on StackOverflow by user Jeronimo. - Backport of pyparsing_test namespace from 3.0.0, including TestParseResultsAsserts mixin class defining unittest-helper methods: . def assertParseResultsEquals( self, result, expected_list=None, expected_dict=None, msg=None) . def assertParseAndCheckList( self, expr, test_string, expected_list, msg=None, verbose=True) . def assertParseAndCheckDict( self, expr, test_string, expected_dict, msg=None, verbose=True) . def assertRunTestResults( self, run_tests_report, expected_parse_results=None, msg=None) . def assertRaisesParseException(self, exc_type=ParseException, msg=None) To use the methods in this mixin class, declare your unittest classes as: from pyparsing import pyparsing_test as ppt class MyParserTest(ppt.TestParseResultsAsserts, unittest.TestCase): ... To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pyparsing/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pyparsing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578055642196300 Content-Disposition: inline Content-Length: 1698 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.18 pkgsrc/devel/py-pyparsing/Makefile:1.19 --- pkgsrc/devel/py-pyparsing/Makefile:1.18 Mon Nov 11 15:12:52 2019 +++ pkgsrc/devel/py-pyparsing/Makefile Fri Jan 3 12:47:22 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/11/11 15:12:52 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/03 12:47:22 adam Exp $ -DISTNAME= pyparsing-2.4.5 +DISTNAME= pyparsing-2.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyparsing/} Index: pkgsrc/devel/py-pyparsing/distinfo diff -u pkgsrc/devel/py-pyparsing/distinfo:1.17 pkgsrc/devel/py-pyparsing/distinfo:1.18 --- pkgsrc/devel/py-pyparsing/distinfo:1.17 Mon Nov 11 15:14:30 2019 +++ pkgsrc/devel/py-pyparsing/distinfo Fri Jan 3 12:47:22 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2019/11/11 15:14:30 wiz Exp $ +$NetBSD: distinfo,v 1.18 2020/01/03 12:47:22 adam Exp $ -SHA1 (pyparsing-2.4.5.tar.gz) = 0bcaf83e5efb5dbf268fe1cbb0a6771983394f9a -RMD160 (pyparsing-2.4.5.tar.gz) = 4558ee4c460441e3d892e7743d70bfe2154aadb8 -SHA512 (pyparsing-2.4.5.tar.gz) = 05563767c6a7be2cbb4755f0bc7b186fea962cd8629e7eaa82633472ce5fd76f8056c2a042c656d6b59cf7eeb0f9513f0abba87645b3b7da5562245ba31c87b5 -Size (pyparsing-2.4.5.tar.gz) = 644726 bytes +SHA1 (pyparsing-2.4.6.tar.gz) = d046be64b484295ee4cc41a315f4f71ab4106fd4 +RMD160 (pyparsing-2.4.6.tar.gz) = 7df11aad0ddd4de8c0464a8699a7dc8b00d5ba05 +SHA512 (pyparsing-2.4.6.tar.gz) = 6c8e7e2ecd633d26eb6a0547fe805b5c5ce459d4ed7ec7a5db1431b563125fdbce0b76dc05a6ff220f26e906d21e70691a008dfed06642a52e962bbbf1d21cd4 +Size (pyparsing-2.4.6.tar.gz) = 649181 bytes --_----------=_1578055642196300--