pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing py-pyparsing: updated to 2.4.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49b815a92203
branches:  trunk
changeset: 420493:49b815a92203
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 12:47:22 2020 +0000

description:
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):
        ...

diffstat:

 devel/py-pyparsing/Makefile |   4 ++--
 devel/py-pyparsing/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3c824c9e92fc -r 49b815a92203 devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile       Fri Jan 03 12:45:10 2020 +0000
+++ b/devel/py-pyparsing/Makefile       Fri Jan 03 12:47:22 2020 +0000
@@ -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/}
diff -r 3c824c9e92fc -r 49b815a92203 devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo       Fri Jan 03 12:45:10 2020 +0000
+++ b/devel/py-pyparsing/distinfo       Fri Jan 03 12:47:22 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index