diff --git a/pyparsing-3.2.0.tar.gz b/pyparsing-3.2.0.tar.gz deleted file mode 100644 index fd05229..0000000 --- a/pyparsing-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c -size 920984 diff --git a/pyparsing-3.2.1.tar.gz b/pyparsing-3.2.1.tar.gz new file mode 100644 index 0000000..514fe22 --- /dev/null +++ b/pyparsing-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a +size 1067694 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 6aa0a7d..75bf87a 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 4 18:56:03 UTC 2025 - Dirk Müller + +- update to 3.2.1: + * 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. + * Add missing type annotations to `match_only_at_col`, + `replace_with`, `remove_quotes`, `with_attribute`, and + `with_class`. Issue #585 reported by rafrafrek. + ------------------------------------------------------------------- Mon Oct 28 17:00:03 UTC 2024 - Dirk Müller diff --git a/python-pyparsing.spec b/python-pyparsing.spec index cb3f6b6..fc7bc0e 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyparsing # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,7 @@ ExclusiveArch: do-not-build %endif %{?sle15_python_module_pythons} Name: %{pprefix}-pyparsing%{?psuffix} -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Grammar Parser Library for Python License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later