Accepting request 883727 from devel:languages:python

- 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/request/show/883727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-commentjson?expand=0&rev=2
This commit is contained in:
Richard Brown 2021-04-08 19:32:22 +00:00 committed by Git OBS Bridge
commit 44a7f65fa0
4 changed files with 15 additions and 6 deletions

View File

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

Binary file not shown.

View File

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

View File

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