diff --git a/jsonpointer-2.2.tar.gz b/jsonpointer-2.2.tar.gz deleted file mode 100644 index d938ee0..0000000 --- a/jsonpointer-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf -size 8292 diff --git a/jsonpointer-2.3.tar.gz b/jsonpointer-2.3.tar.gz new file mode 100644 index 0000000..520d2f6 --- /dev/null +++ b/jsonpointer-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a +size 9295 diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index aa5bf90..83f1205 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jun 8 19:59:57 UTC 2022 - Dirk Müller + +- update to 2.3: + * Support setting - for arrays + * Add join and / operator + * Fix invalid escape sequences + ------------------------------------------------------------------- Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index 381e85b..1565e61 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpointer # -# 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 @@ -24,7 +24,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsonpointer -Version: 2.2 +Version: 2.3 Release: 0 Summary: Module to identify specific nodes in a JSON document License: BSD-3-Clause