diff --git a/commentjson-0.8.2.tar.gz b/commentjson-0.8.2.tar.gz deleted file mode 100644 index 4d3f7f0..0000000 --- a/commentjson-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d15f5be69752b2ece09abe63a6d882d064e240bae63c4d941cbbfc7339965fc1 -size 14403 diff --git a/commentjson-0.9.0.tar.gz b/commentjson-0.9.0.tar.gz new file mode 100644 index 0000000..b1e3650 --- /dev/null +++ b/commentjson-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eafe067937bb291b063cb26996336a8b8b8d29cd0fb00b22ce8afeaa8738197 +size 15297 diff --git a/python-commentjson.changes b/python-commentjson.changes index d843845..049c565 100644 --- a/python-commentjson.changes +++ b/python-commentjson.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-commentjson.spec b/python-commentjson.spec index 8b08191..db8a6a5 100644 --- a/python-commentjson.spec +++ b/python-commentjson.spec @@ -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}