diff --git a/pyparsing-3.1.4.tar.gz b/pyparsing-3.1.4.tar.gz deleted file mode 100644 index eca8641..0000000 --- a/pyparsing-3.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032 -size 900231 diff --git a/pyparsing-3.2.0.tar.gz b/pyparsing-3.2.0.tar.gz new file mode 100644 index 0000000..fd05229 --- /dev/null +++ b/pyparsing-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c +size 920984 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 9578b76..6aa0a7d 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 28 17:00:03 UTC 2024 - Dirk Müller + +- update to 3.2.0: + * Discontinued support for Python 3.6, 3.7, and 3.8. Adopted + new Python features from Python versions 3.7-3.9: + - Updated type annotations to use built-in container types + instead of names imported from the `typing` module + (e.g., `list[str]` vs `List[str]`). + - Reworked portions of the packrat cache to leverage + insertion-preserving ordering in dicts (including removal of + uses of `OrderedDict`). + - Changed `pdb.set_trace()` call in `ParserElement.set_break()` + to `breakpoint()`. + - Converted `typing.NamedTuple` to `dataclasses.dataclass` + in railroad diagramming code. + - Added `from __future__ import annotations` to clean up + some type annotations. + ------------------------------------------------------------------- Sat Aug 31 12:00:10 UTC 2024 - Dirk Müller diff --git a/python-pyparsing.spec b/python-pyparsing.spec index 8847454..6c18edc 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -56,7 +56,7 @@ ExclusiveArch: do-not-build %endif %{?sle15_python_module_pythons} Name: %{pprefix}-pyparsing%{?psuffix} -Version: 3.1.4 +Version: 3.2.0 Release: 0 Summary: Grammar Parser Library for Python License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later