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 3.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c58a20a8e05
branches:  trunk
changeset: 769343:2c58a20a8e05
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 13 09:52:40 2021 +0000

description:
py-pyparsing: updated to 3.0.6

Version 3.0.6 -
---------------
- Added `suppress_warning()` method to individually suppress a warning on a
  specific ParserElement. Used to refactor `original_text_for` to preserve
  internal results names, which, while undocumented, had been adopted by
  some projects.

- Fix bug when `delimited_list` was called with a str literal instead of a
  parse expression.


Version 3.0.5 -
---------------
- Added return type annotations for `col`, `line`, and `lineno`.

- Fixed bug when `warn_ungrouped_named_tokens_in_collection` warning was raised
  when assigning a results name to an `original_text_for` expression.

- Fixed internal bug where ParserElement.streamline() would not return self if
  already streamlined.

- Changed run_tests() output to default to not showing line and column numbers.
  If line numbering is desired, call with `with_line_numbers=True`. Also fixed
  minor bug where separating line was not included after a test failure.

diffstat:

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

diffs (25 lines):

diff -r 81629a1d5b59 -r 2c58a20a8e05 devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile       Sat Nov 13 09:49:42 2021 +0000
+++ b/devel/py-pyparsing/Makefile       Sat Nov 13 09:52:40 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/11/02 06:13:46 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/13 09:52:40 adam Exp $
 
-DISTNAME=      pyparsing-3.0.4
+DISTNAME=      pyparsing-3.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyparsing/}
diff -r 81629a1d5b59 -r 2c58a20a8e05 devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo       Sat Nov 13 09:49:42 2021 +0000
+++ b/devel/py-pyparsing/distinfo       Sat Nov 13 09:52:40 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/11/02 06:13:46 adam Exp $
+$NetBSD: distinfo,v 1.24 2021/11/13 09:52:40 adam Exp $
 
-BLAKE2s (pyparsing-3.0.4.tar.gz) = e03172614d725f9899c71298be0151f2286c969cf029768e177bdc1739ea8443
-SHA512 (pyparsing-3.0.4.tar.gz) = 5dd7f36f90b3d54e744fc214e702fd23c21b1c6910e1e93aeea87e9e9293b5c8b7a6946aa21d7a6d60b2b25e28d782b847ab36a22ca04ec4ef60c03a1eecedb2
-Size (pyparsing-3.0.4.tar.gz) = 879722 bytes
+BLAKE2s (pyparsing-3.0.6.tar.gz) = 82e190438d3df5ef1ce4e0aab987c2250a54e6823e49f597faa3460d594cd085
+SHA512 (pyparsing-3.0.6.tar.gz) = dd2a77f717ccf8e0f16286eae84fafa0ff14aea2703673efcb3ac13c3f6cc76f146d9e9402d1f83d9aa40bd819f24440a122bd0832bb7df615b64d1b7ee2fded
+Size (pyparsing-3.0.6.tar.gz) = 882365 bytes



Home | Main Index | Thread Index | Old Index