- Update to 0.9.0:
* Speed up by using the faster LALR parser. * Support for trailing comma in JSON to support more developer workflows of working with JSON files with comments as config files. * Fixes the compatibility issue with lark-parser after a new version was released. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-commentjson?expand=0&rev=3
This commit is contained in:
parent
d6663d7dc5
commit
6ca95762ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d15f5be69752b2ece09abe63a6d882d064e240bae63c4d941cbbfc7339965fc1
|
||||
size 14403
|
BIN
commentjson-0.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
commentjson-0.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.9.0:
|
||||
* Speed up by using the faster LALR parser.
|
||||
* Support for trailing comma in JSON to support more developer workflows
|
||||
of working with JSON files with comments as config files.
|
||||
* Fixes the compatibility issue with lark-parser after a new version was
|
||||
released.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 08:35:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-commentjson
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,11 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-commentjson
|
||||
Version: 0.8.2
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Add Python and JavaScript style comments in your JSON files
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user