From d5ce99cd014d4e87c6a2aa38e8bef20f8fc257fdeea1ed20167eb76a614cfaf1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Oct 2022 12:49:10 +0000 Subject: [PATCH] - adjust to lark-parser -> lark rename OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=13 --- python-poetry-core.changes | 5 +++++ python-poetry-core.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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