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:           Thu Jan  2 09:19:51 UTC 2025

Modified Files:
        pkgsrc/devel/py-pyparsing: Makefile distinfo

Log Message:
py-pyparsing: updated to 3.2.1

Version 3.2.1 - December, 2024

- Updated generated railroad diagrams to make non-terminal elements links to their related
  sub-diagrams. This _greatly_ improves navigation of the diagram, especially for
  large, complex parsers.

- Simplified railroad diagrams emitted for parsers using `infix_notation`, by hiding
  lookahead terms. Renamed internally generated expressions for clarity, and improved
  diagramming.

- Improved performance of `cpp_style_comment`, `c_style_comment`, `common.fnumber`
  and `common.ieee_float` Regex expressions. PRs submitted by Gabriel Gerlero,
  nice work, thanks!

- Add missing type annotations to `match_only_at_col`, `replace_with`, `remove_quotes`,
  `with_attribute`, and `with_class`.

- Added generated diagrams for many of the examples.

- Replaced old examples/0README.html file with examples/README.md file.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-pyparsing/Makefile
cvs rdiff -u -r1.32 -r1.33 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.34 pkgsrc/devel/py-pyparsing/Makefile:1.35
--- pkgsrc/devel/py-pyparsing/Makefile:1.34     Mon Oct 14 17:01:57 2024
+++ pkgsrc/devel/py-pyparsing/Makefile  Thu Jan  2 09:19:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/10/14 17:01:57 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/01/02 09:19:51 adam Exp $
 
-DISTNAME=      pyparsing-3.2.0
+DISTNAME=      pyparsing-3.2.1
 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.32 pkgsrc/devel/py-pyparsing/distinfo:1.33
--- pkgsrc/devel/py-pyparsing/distinfo:1.32     Mon Oct 14 17:01:57 2024
+++ pkgsrc/devel/py-pyparsing/distinfo  Thu Jan  2 09:19:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/10/14 17:01:57 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/01/02 09:19:51 adam Exp $
 
-BLAKE2s (pyparsing-3.2.0.tar.gz) = 7d21a4ce94d1e957c13d99783196f1048992d99f8339bedeab40d017ee6882bc
-SHA512 (pyparsing-3.2.0.tar.gz) = 0a3096f07c41d3ff954c9aba8bd259a1c8af7ecb391add863e5743262b34778d32f05a617736295dcadbda80d94ca9af2e395a2077f616ac4d1557459a0b7cff
-Size (pyparsing-3.2.0.tar.gz) = 920984 bytes
+BLAKE2s (pyparsing-3.2.1.tar.gz) = 6144aa01457efd2961f76790e11b2b06a15ea793f73f3c60173922c07919d340
+SHA512 (pyparsing-3.2.1.tar.gz) = bb0e703ebf7bcdf34909ac693e16a1c17386a3e92b6c52c157ef338360b3c0cfab9a238bcbfdfe9c061fdff93a34c732d4e1a184b8fb12c728b2b7f2306aa978
+Size (pyparsing-3.2.1.tar.gz) = 1067694 bytes



Home | Main Index | Thread Index | Old Index