diff --git a/python-commentjson.changes b/python-commentjson.changes index 049c565..6fd1b0a 100644 --- a/python-commentjson.changes +++ b/python-commentjson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 20 11:42:04 UTC 2022 - Torsten Gruner + +- Python dependency was renamed from lark-parser to lark + ------------------------------------------------------------------- Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik diff --git a/python-commentjson.spec b/python-commentjson.spec index db8a6a5..28ce194 100644 --- a/python-commentjson.spec +++ b/python-commentjson.spec @@ -1,7 +1,7 @@ # # spec file for package python-commentjson # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,14 +24,14 @@ Summary: Add Python and JavaScript style comments in your JSON files License: MIT URL: https://github.com/vaidik/commentjson Source: https://github.com/vaidik/commentjson/archive/v%{version}.tar.gz#/commentjson-%{version}.tar.gz -BuildRequires: %{python_module lark-parser >= 0.7.1} +BuildRequires: %{python_module lark >= 0.7.1} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module testsuite} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-lark-parser >= 0.7.1 +Requires: python-lark >= 0.7.1 Requires: python-six BuildArch: noarch %python_subpackages