diff --git a/pyjson5-0.9.6.tar.gz b/pyjson5-0.9.6.tar.gz deleted file mode 100644 index c21ca53..0000000 --- a/pyjson5-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c -size 109927 diff --git a/pyjson5-0.9.8.tar.gz b/pyjson5-0.9.8.tar.gz new file mode 100644 index 0000000..15babf2 --- /dev/null +++ b/pyjson5-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418 +size 110629 diff --git a/python-json5.changes b/python-json5.changes index f05bef1..62b61c7 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 29 20:17:37 UTC 2022 - Dirk Müller + +- update to 0.9.8: + * Fixed error reporting in some cases due to how parsing was handling + nested rules in the grammar - previously the reported location for + the error could be far away from the point where it actually happened. + * Fixed behavior of `default` fn in `dump` and `dumps`. Previously + we didn't require the function to return a string, and so we could + end up returning something that wasn't actually valid. This change + now matches the behavior in the `json` module. + ------------------------------------------------------------------- Tue Oct 5 16:04:01 UTC 2021 - Stefan Schubert diff --git a/python-json5.spec b/python-json5.spec index f7a23f0..f9938a9 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -1,7 +1,7 @@ # # spec file for package python-json5 # -# 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 @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json5 -Version: 0.9.6 +Version: 0.9.8 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0