From 48381b70d5edaba5c3438fedc37f50826150ea054327c0e8f1b04e5e440bf367 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 12:06:57 +0000 Subject: [PATCH] Accepting request 1030149 from home:Simmphonie:branches:devel:languages:python - Python dependency was renamed from lark-parser to lark OBS-URL: https://build.opensuse.org/request/show/1030149 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-commentjson?expand=0&rev=5 --- python-commentjson.changes | 5 +++++ python-commentjson.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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