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
This commit is contained in:
parent
6ca95762ed
commit
48381b70d5
@ -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>
|
Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-commentjson
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
License: MIT
|
||||||
URL: https://github.com/vaidik/commentjson
|
URL: https://github.com/vaidik/commentjson
|
||||||
Source: https://github.com/vaidik/commentjson/archive/v%{version}.tar.gz#/commentjson-%{version}.tar.gz
|
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module testsuite}
|
BuildRequires: %{python_module testsuite}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lark-parser >= 0.7.1
|
Requires: python-lark >= 0.7.1
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user