diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 182c934..32d9e4c 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller + +- adjust to lark-parser -> lark rename + ------------------------------------------------------------------- Sun Oct 9 10:20:58 UTC 2022 - Ben Greiner diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 734cb9a..8d89309 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -28,7 +28,7 @@ Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar. BuildRequires: %{python_module attrs >= 22.1.0} BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module jsonschema >= 4.1.0} -BuildRequires: %{python_module lark-parser >= 1.1.2} +BuildRequires: %{python_module lark >= 1.1.2} BuildRequires: %{python_module packaging >= 21.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyparsing >= 3.0.9} @@ -39,7 +39,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 22.1.0 Requires: python-jsonschema >= 4.1.0 -Requires: python-lark-parser >= 1.1.2 +Requires: python-lark >= 1.1.2 Requires: python-packaging >= 21.3 Requires: python-pyparsing >= 3.0.9 Requires: python-pyrsistent >= 0.18.1