14
0

- update to 3.1.1:

* Fixed regression in Word(min), reported by Ricardo Coccioli,
    good catch!
  * Fixed bug in bad exception messages raised by Forward
  * Fixed regression in SkipTo, where ignored expressions were
    not checked when looking for the target expression.
  * Fixed type annotation for enable_packrat
  * Some general internal code cleanup
- drop limit-error-messages.patch (upstream)
- Add upstream patch limit-error-messages.patch as a part of
  * Added new class property `identifier` to all Unicode set classes in
    `pyparsing.unicode`, using the class's values for `cls.identchars`
  * ParseResults` now has a new method `deepcopy()`, in addition to the
  * Updated `create_diagram()` code to be compatible with
- do primary/all split only for tumbleweed (similar to flit-core)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=98
This commit is contained in:
2023-12-01 17:07:32 +00:00
committed by Git OBS Bridge
parent 74909f534d
commit b486e54fa3
5 changed files with 23 additions and 35 deletions

View File

@@ -56,14 +56,12 @@ ExclusiveArch: do-not-build
%endif
%{?sle15_python_module_pythons}
Name: %{pprefix}-pyparsing%{?psuffix}
Version: 3.1.0
Version: 3.1.1
Release: 0
Summary: Grammar Parser Library for Python
License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
URL: https://github.com/pyparsing/pyparsing/
Source: https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz
#PATCH-FIX-UPSTREAM https://github.com/pyparsing/pyparsing/pull/493 Limit error message overriding
Patch: limit-error-messages.patch
BuildRequires: %{python_module base}
BuildRequires: %{python_module flit-core}
BuildRequires: fdupes