14
0

Accepting request 1098099 from home:mcalabkova:branches:devel:languages:python:numeric

- Add upstream patch limit-error-messages.patch as a part of 
  a workaround for boo#1213007

Should go together with matplotlib

OBS-URL: https://build.opensuse.org/request/show/1098099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=96
This commit is contained in:
2023-07-12 08:26:26 +00:00
committed by Git OBS Bridge
parent e3ed91f7a9
commit 74909f534d
3 changed files with 32 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ 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
@@ -91,6 +93,7 @@ code uses to construct the grammar directly in Python code.
%prep
%setup -q -n %{modname}-%{version}
%autopatch -p1
%if !%{with test}
%build