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: Sat Nov 13 09:52:40 UTC 2021
Modified Files:
pkgsrc/devel/py-pyparsing: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pyparsing/Makefile
cvs rdiff -u -r1.23 -r1.24 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.22 pkgsrc/devel/py-pyparsing/Makefile:1.23
--- pkgsrc/devel/py-pyparsing/Makefile:1.22 Tue Nov 2 06:13:46 2021
+++ pkgsrc/devel/py-pyparsing/Makefile Sat Nov 13 09:52:40 2021
@@ -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/}
Index: pkgsrc/devel/py-pyparsing/distinfo
diff -u pkgsrc/devel/py-pyparsing/distinfo:1.23 pkgsrc/devel/py-pyparsing/distinfo:1.24
--- pkgsrc/devel/py-pyparsing/distinfo:1.23 Tue Nov 2 06:13:46 2021
+++ pkgsrc/devel/py-pyparsing/distinfo Sat Nov 13 09:52:40 2021
@@ -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