From 6f62d9a8ca524dfa2a3efedf51a369e3a0df17d73cff03e8fd5933d45f5ff93f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 10:02:40 +0000 Subject: [PATCH] - update to 3.1.2: * Added `ieee_float` expression to `pyparsing.common`, which parses float values, plus "NaN", "Inf", "Infinity". * Updated pep8 synonym wrappers for better type checking compatibility. * Fixed empty error message bug, PR submitted by InSync (#534). This _should_ return pyparsing's exception messages to a former, more helpful form. If you have code that parses the exception messages returned by pyparsing, this may require some code changes. * Some code refactoring to reduce code nesting, PRs submitted by InSync. * All internal string expressions using '%' string interpolation and `str.format()` converted to f-strings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=102 --- pyparsing-3.1.1.tar.gz | 3 --- pyparsing-3.1.2.tar.gz | 3 +++ python-pyparsing.changes | 19 +++++++++++++++++++ python-pyparsing.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 pyparsing-3.1.1.tar.gz create mode 100644 pyparsing-3.1.2.tar.gz diff --git a/pyparsing-3.1.1.tar.gz b/pyparsing-3.1.1.tar.gz deleted file mode 100644 index 0f76838..0000000 --- a/pyparsing-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db -size 884814 diff --git a/pyparsing-3.1.2.tar.gz b/pyparsing-3.1.2.tar.gz new file mode 100644 index 0000000..8e25a7b --- /dev/null +++ b/pyparsing-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad +size 889571 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index fd77a52..81828b5 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Mar 16 10:01:30 UTC 2024 - Dirk Müller + +- update to 3.1.2: + * Added `ieee_float` expression to `pyparsing.common`, which + parses float values, plus "NaN", "Inf", "Infinity". + * Updated pep8 synonym wrappers for better type checking + compatibility. + * Fixed empty error message bug, PR submitted by InSync (#534). + This _should_ return + pyparsing's exception messages to a former, more helpful + form. If you have code that + parses the exception messages returned by pyparsing, this + may require some code changes. + * Some code refactoring to reduce code nesting, PRs submitted + by InSync. + * All internal string expressions using '%' string + interpolation and `str.format()` converted to f-strings. + ------------------------------------------------------------------- Fri Feb 23 12:23:06 UTC 2024 - Dominique Leuenberger diff --git a/python-pyparsing.spec b/python-pyparsing.spec index b0006eb..dc6bfba 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.1 +Version: 3.1.2 Release: 0 Summary: Grammar Parser Library for Python License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later