Accepting request 1030155 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1030155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-commentjson?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-10-20 14:03:30 +00:00 committed by Git OBS Bridge
commit 02a2cb1d43
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 20 11:42:04 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
- Python dependency was renamed from lark-parser to lark
-------------------------------------------------------------------
Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -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